UI for Zipcoin Blue

package.json 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "jsonfile@^4.0.0",
  6. "scope": null,
  7. "escapedName": "jsonfile",
  8. "name": "jsonfile",
  9. "rawSpec": "^4.0.0",
  10. "spec": ">=4.0.0 <5.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/fs-extra"
  14. ]
  15. ],
  16. "_from": "jsonfile@>=4.0.0 <5.0.0",
  17. "_id": "jsonfile@4.0.0",
  18. "_inCache": true,
  19. "_location": "/jsonfile",
  20. "_nodeVersion": "6.5.0",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/jsonfile-4.0.0.tgz_1505244118025_0.7907822937704623"
  24. },
  25. "_npmUser": {
  26. "name": "ryanzim",
  27. "email": "opensrc@ryanzim.com"
  28. },
  29. "_npmVersion": "3.10.3",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "jsonfile@^4.0.0",
  33. "scope": null,
  34. "escapedName": "jsonfile",
  35. "name": "jsonfile",
  36. "rawSpec": "^4.0.0",
  37. "spec": ">=4.0.0 <5.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/fs-extra"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
  44. "_shasum": "8771aae0799b64076b76640fca058f9c10e33ecb",
  45. "_shrinkwrap": null,
  46. "_spec": "jsonfile@^4.0.0",
  47. "_where": "/Users/tennesseeg/blueCoin/node_modules/fs-extra",
  48. "author": {
  49. "name": "JP Richardson",
  50. "email": "jprichardson@gmail.com"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/jprichardson/node-jsonfile/issues"
  54. },
  55. "dependencies": {
  56. "graceful-fs": "^4.1.6"
  57. },
  58. "description": "Easily read/write JSON files.",
  59. "devDependencies": {
  60. "mocha": "2.x",
  61. "rimraf": "^2.4.0",
  62. "standard": "^10.0.3"
  63. },
  64. "directories": {},
  65. "dist": {
  66. "shasum": "8771aae0799b64076b76640fca058f9c10e33ecb",
  67. "tarball": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz"
  68. },
  69. "files": [
  70. "index.js"
  71. ],
  72. "gitHead": "840bcc77f4e0bfcdf44c32895af42de97e80e3a8",
  73. "homepage": "https://github.com/jprichardson/node-jsonfile#readme",
  74. "keywords": [
  75. "read",
  76. "write",
  77. "file",
  78. "json",
  79. "fs",
  80. "fs-extra"
  81. ],
  82. "license": "MIT",
  83. "main": "index.js",
  84. "maintainers": [
  85. {
  86. "name": "jprichardson",
  87. "email": "jprichardson@gmail.com"
  88. },
  89. {
  90. "name": "ryanzim",
  91. "email": "opensrc@ryanzim.com"
  92. }
  93. ],
  94. "name": "jsonfile",
  95. "optionalDependencies": {
  96. "graceful-fs": "^4.1.6"
  97. },
  98. "readme": "ERROR: No README data found!",
  99. "repository": {
  100. "type": "git",
  101. "url": "git+ssh://git@github.com/jprichardson/node-jsonfile.git"
  102. },
  103. "scripts": {
  104. "lint": "standard",
  105. "test": "npm run lint && npm run unit",
  106. "unit": "mocha"
  107. },
  108. "version": "4.0.0"
  109. }