package.json 1.7 KB

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