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.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "finalhandler@~1.1.2",
  3. "_id": "finalhandler@1.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==",
  6. "_location": "/finalhandler",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "finalhandler@~1.1.2",
  12. "name": "finalhandler",
  13. "escapedName": "finalhandler",
  14. "rawSpec": "~1.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.1.2"
  17. },
  18. "_requiredBy": [
  19. "/express"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz",
  22. "_shasum": "b7e7d000ffd11938d0fdb053506f6ebabe9f587d",
  23. "_spec": "finalhandler@~1.1.2",
  24. "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om/node_modules/express",
  25. "author": {
  26. "name": "Douglas Christopher Wilson",
  27. "email": "doug@somethingdoug.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/pillarjs/finalhandler/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "debug": "2.6.9",
  35. "encodeurl": "~1.0.2",
  36. "escape-html": "~1.0.3",
  37. "on-finished": "~2.3.0",
  38. "parseurl": "~1.3.3",
  39. "statuses": "~1.5.0",
  40. "unpipe": "~1.0.0"
  41. },
  42. "deprecated": false,
  43. "description": "Node.js final http responder",
  44. "devDependencies": {
  45. "eslint": "5.16.0",
  46. "eslint-config-standard": "12.0.0",
  47. "eslint-plugin-import": "2.17.2",
  48. "eslint-plugin-markdown": "1.0.0",
  49. "eslint-plugin-node": "8.0.1",
  50. "eslint-plugin-promise": "4.1.1",
  51. "eslint-plugin-standard": "4.0.0",
  52. "istanbul": "0.4.5",
  53. "mocha": "6.1.4",
  54. "readable-stream": "2.3.6",
  55. "safe-buffer": "5.1.2",
  56. "supertest": "4.0.2"
  57. },
  58. "engines": {
  59. "node": ">= 0.8"
  60. },
  61. "files": [
  62. "LICENSE",
  63. "HISTORY.md",
  64. "index.js"
  65. ],
  66. "homepage": "https://github.com/pillarjs/finalhandler#readme",
  67. "license": "MIT",
  68. "name": "finalhandler",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/pillarjs/finalhandler.git"
  72. },
  73. "scripts": {
  74. "lint": "eslint --plugin markdown --ext js,md .",
  75. "test": "mocha --reporter spec --bail --check-leaks test/",
  76. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
  77. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
  78. },
  79. "version": "1.1.2"
  80. }