package.json 2.5 KB

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