package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "statuses@1.5.0",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "statuses@1.5.0",
  10. "_id": "statuses@1.5.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=",
  13. "_location": "/statuses",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "statuses@1.5.0",
  19. "name": "statuses",
  20. "escapedName": "statuses",
  21. "rawSpec": "1.5.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.5.0"
  24. },
  25. "_requiredBy": [
  26. "/express",
  27. "/finalhandler",
  28. "/http-errors",
  29. "/send",
  30. "/serve-index/http-errors"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
  33. "_spec": "1.5.0",
  34. "_where": "E:\\amr1.0\\AMR",
  35. "bugs": {
  36. "url": "https://github.com/jshttp/statuses/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Douglas Christopher Wilson",
  41. "email": "doug@somethingdoug.com"
  42. },
  43. {
  44. "name": "Jonathan Ong",
  45. "email": "me@jongleberry.com",
  46. "url": "http://jongleberry.com"
  47. }
  48. ],
  49. "description": "HTTP status utility",
  50. "devDependencies": {
  51. "csv-parse": "1.2.4",
  52. "eslint": "4.19.1",
  53. "eslint-config-standard": "11.0.0",
  54. "eslint-plugin-import": "2.9.0",
  55. "eslint-plugin-markdown": "1.0.0-beta.6",
  56. "eslint-plugin-node": "6.0.1",
  57. "eslint-plugin-promise": "3.7.0",
  58. "eslint-plugin-standard": "3.0.1",
  59. "istanbul": "0.4.5",
  60. "mocha": "1.21.5",
  61. "raw-body": "2.3.2",
  62. "stream-to-array": "2.3.0"
  63. },
  64. "engines": {
  65. "node": ">= 0.6"
  66. },
  67. "files": [
  68. "HISTORY.md",
  69. "index.js",
  70. "codes.json",
  71. "LICENSE"
  72. ],
  73. "homepage": "https://github.com/jshttp/statuses#readme",
  74. "keywords": [
  75. "http",
  76. "status",
  77. "code"
  78. ],
  79. "license": "MIT",
  80. "name": "statuses",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/jshttp/statuses.git"
  84. },
  85. "scripts": {
  86. "build": "node scripts/build.js",
  87. "fetch": "node scripts/fetch-apache.js && node scripts/fetch-iana.js && node scripts/fetch-nginx.js && node scripts/fetch-node.js",
  88. "lint": "eslint --plugin markdown --ext js,md .",
  89. "test": "mocha --reporter spec --check-leaks --bail test/",
  90. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
  91. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  92. "update": "npm run fetch && npm run build"
  93. },
  94. "version": "1.5.0"
  95. }