Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

75 строки
1.8 KiB

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