package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. {
  2. "_args": [
  3. [
  4. "statuses@^1.2.0",
  5. "D:\\work\\im\\node_modules\\koa"
  6. ]
  7. ],
  8. "_from": "statuses@>=1.2.0 <2.0.0",
  9. "_id": "statuses@1.3.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/statuses",
  13. "_npmOperationalInternal": {
  14. "host": "packages-12-west.internal.npmjs.com",
  15. "tmp": "tmp/statuses-1.3.0.tgz_1463517875633_0.19560232176445425"
  16. },
  17. "_npmUser": {
  18. "email": "doug@somethingdoug.com",
  19. "name": "dougwilson"
  20. },
  21. "_npmVersion": "1.4.28",
  22. "_phantomChildren": {},
  23. "_requested": {
  24. "name": "statuses",
  25. "raw": "statuses@^1.2.0",
  26. "rawSpec": "^1.2.0",
  27. "scope": null,
  28. "spec": ">=1.2.0 <2.0.0",
  29. "type": "range"
  30. },
  31. "_requiredBy": [
  32. "/http-assert/http-errors",
  33. "/http-errors",
  34. "/koa",
  35. "/koa.io/koa"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/statuses/-/statuses-1.3.0.tgz",
  38. "_shasum": "8e55758cb20e7682c1f4fce8dcab30bf01d1e07a",
  39. "_shrinkwrap": null,
  40. "_spec": "statuses@^1.2.0",
  41. "_where": "D:\\work\\im\\node_modules\\koa",
  42. "bugs": {
  43. "url": "https://github.com/jshttp/statuses/issues"
  44. },
  45. "contributors": [
  46. {
  47. "email": "doug@somethingdoug.com",
  48. "name": "Douglas Christopher Wilson"
  49. },
  50. {
  51. "email": "me@jongleberry.com",
  52. "name": "Jonathan Ong",
  53. "url": "http://jongleberry.com"
  54. }
  55. ],
  56. "dependencies": {},
  57. "description": "HTTP status utility",
  58. "devDependencies": {
  59. "csv-parse": "1.0.1",
  60. "eslint": "2.10.2",
  61. "eslint-config-standard": "5.3.1",
  62. "eslint-plugin-promise": "1.1.0",
  63. "eslint-plugin-standard": "1.3.2",
  64. "istanbul": "0.4.3",
  65. "mocha": "1.21.5",
  66. "stream-to-array": "2.2.0"
  67. },
  68. "directories": {},
  69. "dist": {
  70. "shasum": "8e55758cb20e7682c1f4fce8dcab30bf01d1e07a",
  71. "tarball": "https://registry.npmjs.org/statuses/-/statuses-1.3.0.tgz"
  72. },
  73. "engines": {
  74. "node": ">= 0.6"
  75. },
  76. "files": [
  77. "HISTORY.md",
  78. "index.js",
  79. "codes.json",
  80. "LICENSE"
  81. ],
  82. "gitHead": "b3e31e8c32dd8107e898b44b8c0b2dfff3cba495",
  83. "homepage": "https://github.com/jshttp/statuses",
  84. "keywords": [
  85. "http",
  86. "status",
  87. "code"
  88. ],
  89. "license": "MIT",
  90. "maintainers": [
  91. {
  92. "email": "shtylman@gmail.com",
  93. "name": "defunctzombie"
  94. },
  95. {
  96. "email": "doug@somethingdoug.com",
  97. "name": "dougwilson"
  98. },
  99. {
  100. "email": "fishrock123@rocketmail.com",
  101. "name": "fishrock123"
  102. },
  103. {
  104. "email": "jonathanrichardong@gmail.com",
  105. "name": "jongleberry"
  106. },
  107. {
  108. "email": "mscdex@mscdex.net",
  109. "name": "mscdex"
  110. },
  111. {
  112. "email": "tj@vision-media.ca",
  113. "name": "tjholowaychuk"
  114. }
  115. ],
  116. "name": "statuses",
  117. "optionalDependencies": {},
  118. "readme": "ERROR: No README data found!",
  119. "repository": {
  120. "type": "git",
  121. "url": "git+https://github.com/jshttp/statuses.git"
  122. },
  123. "scripts": {
  124. "build": "node scripts/build.js",
  125. "fetch": "node scripts/fetch.js",
  126. "lint": "eslint **/*.js",
  127. "test": "mocha --reporter spec --check-leaks --bail test/",
  128. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
  129. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  130. "update": "npm run fetch && npm run build"
  131. },
  132. "version": "1.3.0"
  133. }