UI for Zipcoin Blue

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