package.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "statuses@~1.3.1",
  6. "scope": null,
  7. "escapedName": "statuses",
  8. "name": "statuses",
  9. "rawSpec": "~1.3.1",
  10. "spec": ">=1.3.1 <1.4.0",
  11. "type": "range"
  12. },
  13. "/home/conte/data/reveal.js/node_modules/finalhandler"
  14. ]
  15. ],
  16. "_from": "statuses@>=1.3.1 <1.4.0",
  17. "_id": "statuses@1.3.1",
  18. "_inCache": true,
  19. "_location": "/statuses",
  20. "_npmOperationalInternal": {
  21. "host": "packages-12-west.internal.npmjs.com",
  22. "tmp": "tmp/statuses-1.3.1.tgz_1478923281491_0.5574048184789717"
  23. },
  24. "_npmUser": {
  25. "name": "dougwilson",
  26. "email": "doug@somethingdoug.com"
  27. },
  28. "_npmVersion": "1.4.28",
  29. "_phantomChildren": {},
  30. "_requested": {
  31. "raw": "statuses@~1.3.1",
  32. "scope": null,
  33. "escapedName": "statuses",
  34. "name": "statuses",
  35. "rawSpec": "~1.3.1",
  36. "spec": ">=1.3.1 <1.4.0",
  37. "type": "range"
  38. },
  39. "_requiredBy": [
  40. "/body-parser/http-errors",
  41. "/connect/finalhandler",
  42. "/finalhandler",
  43. "/http-errors",
  44. "/send",
  45. "/serve-index/http-errors"
  46. ],
  47. "_resolved": "https://registry.npmjs.org/statuses/-/statuses-1.3.1.tgz",
  48. "_shasum": "faf51b9eb74aaef3b3acf4ad5f61abf24cb7b93e",
  49. "_shrinkwrap": null,
  50. "_spec": "statuses@~1.3.1",
  51. "_where": "/home/conte/data/reveal.js/node_modules/finalhandler",
  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.1.7",
  70. "eslint": "3.10.0",
  71. "eslint-config-standard": "6.2.1",
  72. "eslint-plugin-promise": "3.3.2",
  73. "eslint-plugin-standard": "2.0.1",
  74. "istanbul": "0.4.5",
  75. "mocha": "1.21.5",
  76. "stream-to-array": "2.3.0"
  77. },
  78. "directories": {},
  79. "dist": {
  80. "shasum": "faf51b9eb74aaef3b3acf4ad5f61abf24cb7b93e",
  81. "tarball": "https://registry.npmjs.org/statuses/-/statuses-1.3.1.tgz"
  82. },
  83. "engines": {
  84. "node": ">= 0.6"
  85. },
  86. "files": [
  87. "HISTORY.md",
  88. "index.js",
  89. "codes.json",
  90. "LICENSE"
  91. ],
  92. "gitHead": "28a619be77f5b4741e6578a5764c5b06ec6d4aea",
  93. "homepage": "https://github.com/jshttp/statuses",
  94. "keywords": [
  95. "http",
  96. "status",
  97. "code"
  98. ],
  99. "license": "MIT",
  100. "maintainers": [
  101. {
  102. "name": "defunctzombie",
  103. "email": "shtylman@gmail.com"
  104. },
  105. {
  106. "name": "dougwilson",
  107. "email": "doug@somethingdoug.com"
  108. },
  109. {
  110. "name": "fishrock123",
  111. "email": "fishrock123@rocketmail.com"
  112. },
  113. {
  114. "name": "jongleberry",
  115. "email": "jonathanrichardong@gmail.com"
  116. },
  117. {
  118. "name": "mscdex",
  119. "email": "mscdex@mscdex.net"
  120. },
  121. {
  122. "name": "tjholowaychuk",
  123. "email": "tj@vision-media.ca"
  124. }
  125. ],
  126. "name": "statuses",
  127. "optionalDependencies": {},
  128. "readme": "ERROR: No README data found!",
  129. "repository": {
  130. "type": "git",
  131. "url": "git+https://github.com/jshttp/statuses.git"
  132. },
  133. "scripts": {
  134. "build": "node scripts/build.js",
  135. "fetch": "node scripts/fetch.js",
  136. "lint": "eslint .",
  137. "test": "mocha --reporter spec --check-leaks --bail test/",
  138. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
  139. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  140. "update": "npm run fetch && npm run build"
  141. },
  142. "version": "1.3.1"
  143. }