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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "is-binary-path@^1.0.0",
  3. "_id": "is-binary-path@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=",
  6. "_location": "/is-binary-path",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-binary-path@^1.0.0",
  12. "name": "is-binary-path",
  13. "escapedName": "is-binary-path",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/chokidar"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz",
  22. "_shasum": "75f16642b480f187a711c814161fd3a4a7655898",
  23. "_spec": "is-binary-path@^1.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\chokidar",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/is-binary-path/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "binary-extensions": "^1.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Check if a filepath is a binary file",
  39. "devDependencies": {
  40. "ava": "0.0.4"
  41. },
  42. "engines": {
  43. "node": ">=0.10.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/sindresorhus/is-binary-path#readme",
  49. "keywords": [
  50. "bin",
  51. "binary",
  52. "ext",
  53. "extensions",
  54. "extension",
  55. "file",
  56. "path",
  57. "check",
  58. "detect",
  59. "is"
  60. ],
  61. "license": "MIT",
  62. "name": "is-binary-path",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/sindresorhus/is-binary-path.git"
  66. },
  67. "scripts": {
  68. "test": "node test.js"
  69. },
  70. "version": "1.0.1"
  71. }