package.json 2.5 KB

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