UI for Zipcoin Blue

package.json 3.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "statuses@~1.4.0",
  6. "scope": null,
  7. "escapedName": "statuses",
  8. "name": "statuses",
  9. "rawSpec": "~1.4.0",
  10. "spec": ">=1.4.0 <1.5.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/express"
  14. ]
  15. ],
  16. "_from": "statuses@>=1.4.0 <1.5.0",
  17. "_id": "statuses@1.4.0",
  18. "_inCache": true,
  19. "_location": "/statuses",
  20. "_nodeVersion": "6.11.4",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/statuses-1.4.0.tgz_1508525480889_0.6966120798606426"
  24. },
  25. "_npmUser": {
  26. "name": "dougwilson",
  27. "email": "doug@somethingdoug.com"
  28. },
  29. "_npmVersion": "5.4.2",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "statuses@~1.4.0",
  33. "scope": null,
  34. "escapedName": "statuses",
  35. "name": "statuses",
  36. "rawSpec": "~1.4.0",
  37. "spec": ">=1.4.0 <1.5.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/express",
  42. "/finalhandler",
  43. "/http-errors",
  44. "/raw-body/http-errors",
  45. "/send"
  46. ],
  47. "_resolved": "https://registry.npmjs.org/statuses/-/statuses-1.4.0.tgz",
  48. "_shasum": "bb73d446da2796106efcc1b601a253d6c46bd087",
  49. "_shrinkwrap": null,
  50. "_spec": "statuses@~1.4.0",
  51. "_where": "/Users/tennesseeg/blueCoin/node_modules/express",
  52. "bugs": {
  53. "url": "https://github.com/jshttp/statuses/issues"
  54. },
  55. "contributors": [
  56. {
  57. "name": "Douglas Christopher Wilson",
  58. "email": "doug@somethingdoug.com"
  59. },
  60. {
  61. "name": "Jonathan Ong",
  62. "email": "me@jongleberry.com",
  63. "url": "http://jongleberry.com"
  64. }
  65. ],
  66. "dependencies": {},
  67. "description": "HTTP status utility",
  68. "devDependencies": {
  69. "csv-parse": "1.2.4",
  70. "eslint": "3.19.0",
  71. "eslint-config-standard": "10.2.1",
  72. "eslint-plugin-import": "2.8.0",
  73. "eslint-plugin-markdown": "1.0.0-beta.6",
  74. "eslint-plugin-node": "5.2.0",
  75. "eslint-plugin-promise": "3.6.0",
  76. "eslint-plugin-standard": "3.0.1",
  77. "istanbul": "0.4.5",
  78. "mocha": "1.21.5",
  79. "raw-body": "2.3.2",
  80. "stream-to-array": "2.3.0"
  81. },
  82. "directories": {},
  83. "dist": {
  84. "integrity": "sha512-zhSCtt8v2NDrRlPQpCNtw/heZLtfUDqxBM1udqikb/Hbk52LK4nQSwr10u77iopCW5LsyHpuXS0GnEc48mLeew==",
  85. "shasum": "bb73d446da2796106efcc1b601a253d6c46bd087",
  86. "tarball": "https://registry.npmjs.org/statuses/-/statuses-1.4.0.tgz"
  87. },
  88. "engines": {
  89. "node": ">= 0.6"
  90. },
  91. "files": [
  92. "HISTORY.md",
  93. "index.js",
  94. "codes.json",
  95. "LICENSE"
  96. ],
  97. "gitHead": "f76682144d9f0ed2c726bf0a8c868a33e393a8e5",
  98. "homepage": "https://github.com/jshttp/statuses#readme",
  99. "keywords": [
  100. "http",
  101. "status",
  102. "code"
  103. ],
  104. "license": "MIT",
  105. "maintainers": [
  106. {
  107. "name": "defunctzombie",
  108. "email": "shtylman@gmail.com"
  109. },
  110. {
  111. "name": "tjholowaychuk",
  112. "email": "tj@vision-media.ca"
  113. },
  114. {
  115. "name": "dougwilson",
  116. "email": "doug@somethingdoug.com"
  117. },
  118. {
  119. "name": "mscdex",
  120. "email": "mscdex@mscdex.net"
  121. },
  122. {
  123. "name": "fishrock123",
  124. "email": "fishrock123@rocketmail.com"
  125. },
  126. {
  127. "name": "jongleberry",
  128. "email": "jonathanrichardong@gmail.com"
  129. }
  130. ],
  131. "name": "statuses",
  132. "optionalDependencies": {},
  133. "readme": "ERROR: No README data found!",
  134. "repository": {
  135. "type": "git",
  136. "url": "git+https://github.com/jshttp/statuses.git"
  137. },
  138. "scripts": {
  139. "build": "node scripts/build.js",
  140. "fetch": "node scripts/fetch-apache.js && node scripts/fetch-iana.js && node scripts/fetch-nginx.js && node scripts/fetch-node.js",
  141. "lint": "eslint --plugin markdown --ext js,md .",
  142. "test": "mocha --reporter spec --check-leaks --bail test/",
  143. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
  144. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  145. "update": "npm run fetch && npm run build"
  146. },
  147. "version": "1.4.0"
  148. }