package.json 2.6 KB

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