You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 3.6KB

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