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.

102 lines
2.4 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "is-binary-path@^1.0.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/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": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/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. "check",
  68. "detect",
  69. "ext",
  70. "extension",
  71. "extensions",
  72. "file",
  73. "is",
  74. "path"
  75. ],
  76. "license": "MIT",
  77. "maintainers": [
  78. {
  79. "name": "sindresorhus",
  80. "email": "sindresorhus@gmail.com"
  81. },
  82. {
  83. "name": "paulmillr",
  84. "email": "paul@paulmillr.com"
  85. },
  86. {
  87. "name": "es128",
  88. "email": "elan.shanker+npm@gmail.com"
  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. }