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.

142 lines
3.8 KiB

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