package.json 2.6 KB

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