package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. "is-binary-path@^1.0.0",
  5. "D:\\work\\im\\node_modules\\chokidar"
  6. ]
  7. ],
  8. "_from": "is-binary-path@>=1.0.0 <2.0.0",
  9. "_id": "is-binary-path@1.0.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/is-binary-path",
  13. "_nodeVersion": "0.12.4",
  14. "_npmUser": {
  15. "email": "sindresorhus@gmail.com",
  16. "name": "sindresorhus"
  17. },
  18. "_npmVersion": "2.10.1",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "is-binary-path",
  22. "raw": "is-binary-path@^1.0.0",
  23. "rawSpec": "^1.0.0",
  24. "scope": null,
  25. "spec": ">=1.0.0 <2.0.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/chokidar"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz",
  32. "_shasum": "75f16642b480f187a711c814161fd3a4a7655898",
  33. "_shrinkwrap": null,
  34. "_spec": "is-binary-path@^1.0.0",
  35. "_where": "D:\\work\\im\\node_modules\\chokidar",
  36. "author": {
  37. "email": "sindresorhus@gmail.com",
  38. "name": "Sindre Sorhus",
  39. "url": "sindresorhus.com"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/sindresorhus/is-binary-path/issues"
  43. },
  44. "dependencies": {
  45. "binary-extensions": "^1.0.0"
  46. },
  47. "description": "Check if a filepath is a binary file",
  48. "devDependencies": {
  49. "ava": "0.0.4"
  50. },
  51. "directories": {},
  52. "dist": {
  53. "shasum": "75f16642b480f187a711c814161fd3a4a7655898",
  54. "tarball": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz"
  55. },
  56. "engines": {
  57. "node": ">=0.10.0"
  58. },
  59. "files": [
  60. "index.js"
  61. ],
  62. "gitHead": "ed26bd7be5e29dad159c2771cb99dd48913f9de0",
  63. "homepage": "https://github.com/sindresorhus/is-binary-path",
  64. "keywords": [
  65. "bin",
  66. "binary",
  67. "ext",
  68. "extensions",
  69. "extension",
  70. "file",
  71. "path",
  72. "check",
  73. "detect",
  74. "is"
  75. ],
  76. "license": "MIT",
  77. "maintainers": [
  78. {
  79. "email": "sindresorhus@gmail.com",
  80. "name": "sindresorhus"
  81. },
  82. {
  83. "email": "paul@paulmillr.com",
  84. "name": "paulmillr"
  85. },
  86. {
  87. "email": "elan.shanker+npm@gmail.com",
  88. "name": "es128"
  89. }
  90. ],
  91. "name": "is-binary-path",
  92. "optionalDependencies": {},
  93. "readme": "ERROR: No README data found!",
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/sindresorhus/is-binary-path.git"
  97. },
  98. "scripts": {
  99. "test": "node test.js"
  100. },
  101. "version": "1.0.1"
  102. }