package.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  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. "C:\\Users\\Administrator\\Desktop\\answer\\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. "/send"
  45. ],
  46. "_resolved": "https://registry.npmjs.org/statuses/-/statuses-1.4.0.tgz",
  47. "_shasum": "bb73d446da2796106efcc1b601a253d6c46bd087",
  48. "_shrinkwrap": null,
  49. "_spec": "statuses@~1.4.0",
  50. "_where": "C:\\Users\\Administrator\\Desktop\\answer\\node_modules\\express",
  51. "bugs": {
  52. "url": "https://github.com/jshttp/statuses/issues"
  53. },
  54. "contributors": [
  55. {
  56. "name": "Douglas Christopher Wilson",
  57. "email": "doug@somethingdoug.com"
  58. },
  59. {
  60. "name": "Jonathan Ong",
  61. "email": "me@jongleberry.com",
  62. "url": "http://jongleberry.com"
  63. }
  64. ],
  65. "dependencies": {},
  66. "description": "HTTP status utility",
  67. "devDependencies": {
  68. "csv-parse": "1.2.4",
  69. "eslint": "3.19.0",
  70. "eslint-config-standard": "10.2.1",
  71. "eslint-plugin-import": "2.8.0",
  72. "eslint-plugin-markdown": "1.0.0-beta.6",
  73. "eslint-plugin-node": "5.2.0",
  74. "eslint-plugin-promise": "3.6.0",
  75. "eslint-plugin-standard": "3.0.1",
  76. "istanbul": "0.4.5",
  77. "mocha": "1.21.5",
  78. "raw-body": "2.3.2",
  79. "stream-to-array": "2.3.0"
  80. },
  81. "directories": {},
  82. "dist": {
  83. "integrity": "sha512-zhSCtt8v2NDrRlPQpCNtw/heZLtfUDqxBM1udqikb/Hbk52LK4nQSwr10u77iopCW5LsyHpuXS0GnEc48mLeew==",
  84. "shasum": "bb73d446da2796106efcc1b601a253d6c46bd087",
  85. "tarball": "https://registry.npmjs.org/statuses/-/statuses-1.4.0.tgz"
  86. },
  87. "engines": {
  88. "node": ">= 0.6"
  89. },
  90. "files": [
  91. "HISTORY.md",
  92. "index.js",
  93. "codes.json",
  94. "LICENSE"
  95. ],
  96. "gitHead": "f76682144d9f0ed2c726bf0a8c868a33e393a8e5",
  97. "homepage": "https://github.com/jshttp/statuses#readme",
  98. "keywords": [
  99. "http",
  100. "status",
  101. "code"
  102. ],
  103. "license": "MIT",
  104. "maintainers": [
  105. {
  106. "name": "defunctzombie",
  107. "email": "shtylman@gmail.com"
  108. },
  109. {
  110. "name": "tjholowaychuk",
  111. "email": "tj@vision-media.ca"
  112. },
  113. {
  114. "name": "dougwilson",
  115. "email": "doug@somethingdoug.com"
  116. },
  117. {
  118. "name": "mscdex",
  119. "email": "mscdex@mscdex.net"
  120. },
  121. {
  122. "name": "fishrock123",
  123. "email": "fishrock123@rocketmail.com"
  124. },
  125. {
  126. "name": "jongleberry",
  127. "email": "jonathanrichardong@gmail.com"
  128. }
  129. ],
  130. "name": "statuses",
  131. "optionalDependencies": {},
  132. "readme": "ERROR: No README data found!",
  133. "repository": {
  134. "type": "git",
  135. "url": "git+https://github.com/jshttp/statuses.git"
  136. },
  137. "scripts": {
  138. "build": "node scripts/build.js",
  139. "fetch": "node scripts/fetch-apache.js && node scripts/fetch-iana.js && node scripts/fetch-nginx.js && node scripts/fetch-node.js",
  140. "lint": "eslint --plugin markdown --ext js,md .",
  141. "test": "mocha --reporter spec --check-leaks --bail test/",
  142. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
  143. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  144. "update": "npm run fetch && npm run build"
  145. },
  146. "version": "1.4.0"
  147. }