Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.5KB

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