You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.7KB

2 years ago
2 years ago
2 years ago
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "is-binary-path@2.1.0",
  5. "D:\\workplace\\js\\dianping"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-binary-path@2.1.0",
  10. "_id": "is-binary-path@2.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
  13. "_location": "/is-binary-path",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-binary-path@2.1.0",
  19. "name": "is-binary-path",
  20. "escapedName": "is-binary-path",
  21. "rawSpec": "2.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.0"
  24. },
  25. "_requiredBy": [
  26. "/chokidar"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/is-binary-path/-/is-binary-path-2.1.0.tgz",
  29. "_spec": "2.1.0",
  30. "_where": "D:\\workplace\\js\\dianping",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/is-binary-path/issues"
  38. },
  39. "dependencies": {
  40. "binary-extensions": "^2.0.0"
  41. },
  42. "description": "Check if a file path is a binary file",
  43. "devDependencies": {
  44. "ava": "^1.4.1",
  45. "tsd": "^0.7.2",
  46. "xo": "^0.24.0"
  47. },
  48. "engines": {
  49. "node": ">=8"
  50. },
  51. "files": [
  52. "index.js",
  53. "index.d.ts"
  54. ],
  55. "homepage": "https://github.com/sindresorhus/is-binary-path#readme",
  56. "keywords": [
  57. "binary",
  58. "extensions",
  59. "extension",
  60. "file",
  61. "path",
  62. "check",
  63. "detect",
  64. "is"
  65. ],
  66. "license": "MIT",
  67. "name": "is-binary-path",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/sindresorhus/is-binary-path.git"
  71. },
  72. "scripts": {
  73. "test": "xo && ava && tsd"
  74. },
  75. "version": "2.1.0"
  76. }