UI for Zipcoin Blue

package.json 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "body@^5.1.0",
  6. "scope": null,
  7. "escapedName": "body",
  8. "name": "body",
  9. "rawSpec": "^5.1.0",
  10. "spec": ">=5.1.0 <6.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/tiny-lr"
  14. ]
  15. ],
  16. "_from": "body@>=5.1.0 <6.0.0",
  17. "_id": "body@5.1.0",
  18. "_inCache": true,
  19. "_location": "/body",
  20. "_nodeVersion": "0.10.32",
  21. "_npmUser": {
  22. "name": "raynos",
  23. "email": "raynos2@gmail.com"
  24. },
  25. "_npmVersion": "2.7.4",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "body@^5.1.0",
  29. "scope": null,
  30. "escapedName": "body",
  31. "name": "body",
  32. "rawSpec": "^5.1.0",
  33. "spec": ">=5.1.0 <6.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/tiny-lr"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/body/-/body-5.1.0.tgz",
  40. "_shasum": "e4ba0ce410a46936323367609ecb4e6553125069",
  41. "_shrinkwrap": null,
  42. "_spec": "body@^5.1.0",
  43. "_where": "/Users/tennesseeg/blueCoin/node_modules/tiny-lr",
  44. "author": {
  45. "name": "Raynos",
  46. "email": "raynos2@gmail.com"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/Raynos/body/issues",
  50. "email": "raynos2@gmail.com"
  51. },
  52. "contributors": [
  53. {
  54. "name": "Jake Verbaten"
  55. }
  56. ],
  57. "dependencies": {
  58. "continuable-cache": "^0.3.1",
  59. "error": "^7.0.0",
  60. "raw-body": "~1.1.0",
  61. "safe-json-parse": "~1.0.1"
  62. },
  63. "description": "Body parsing",
  64. "devDependencies": {
  65. "after": "~0.7.0",
  66. "hammock": "^1.0.0",
  67. "process": "~0.5.1",
  68. "send-data": "~1.0.1",
  69. "tape": "~2.3.0",
  70. "test-server": "~0.1.3"
  71. },
  72. "directories": {},
  73. "dist": {
  74. "shasum": "e4ba0ce410a46936323367609ecb4e6553125069",
  75. "tarball": "https://registry.npmjs.org/body/-/body-5.1.0.tgz"
  76. },
  77. "gitHead": "d0f0d98a923b8690d694dcc4272b5ce998470d6e",
  78. "homepage": "https://github.com/Raynos/body",
  79. "keywords": [],
  80. "licenses": [
  81. {
  82. "type": "MIT",
  83. "url": "http://github.com/Raynos/body/raw/master/LICENSE"
  84. }
  85. ],
  86. "main": "index",
  87. "maintainers": [
  88. {
  89. "name": "raynos",
  90. "email": "raynos2@gmail.com"
  91. }
  92. ],
  93. "name": "body",
  94. "optionalDependencies": {},
  95. "readme": "ERROR: No README data found!",
  96. "repository": {
  97. "type": "git",
  98. "url": "git://github.com/Raynos/body.git"
  99. },
  100. "scripts": {
  101. "test": "node ./test/index.js"
  102. },
  103. "version": "5.1.0"
  104. }