Dieses Repository beinhaltet HTML- und Javascript Code zur einer NotizenWebApp auf Basis von Web Storage. Zudem sind Mocha/Chai Tests im Browser enthalten. https://meinenotizen.netlify.app/
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.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "morgan@^1.9.1",
  3. "_id": "morgan@1.10.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-AbegBVI4sh6El+1gNwvD5YIck7nSA36weD7xvIxG4in80j/UoK8AEGaWnnz8v1GxonMCltmlNs5ZKbGvl9b1XQ==",
  6. "_location": "/morgan",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "morgan@^1.9.1",
  12. "name": "morgan",
  13. "escapedName": "morgan",
  14. "rawSpec": "^1.9.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.9.1"
  17. },
  18. "_requiredBy": [
  19. "/live-server"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/morgan/-/morgan-1.10.0.tgz",
  22. "_shasum": "091778abc1fc47cd3509824653dae1faab6b17d7",
  23. "_spec": "morgan@^1.9.1",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\live-server",
  25. "bugs": {
  26. "url": "https://github.com/expressjs/morgan/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. "dependencies": {
  41. "basic-auth": "~2.0.1",
  42. "debug": "2.6.9",
  43. "depd": "~2.0.0",
  44. "on-finished": "~2.3.0",
  45. "on-headers": "~1.0.2"
  46. },
  47. "deprecated": false,
  48. "description": "HTTP request logger middleware for node.js",
  49. "devDependencies": {
  50. "eslint": "6.8.0",
  51. "eslint-config-standard": "14.1.0",
  52. "eslint-plugin-import": "2.20.1",
  53. "eslint-plugin-markdown": "1.0.2",
  54. "eslint-plugin-node": "9.2.0",
  55. "eslint-plugin-promise": "4.2.1",
  56. "eslint-plugin-standard": "4.0.1",
  57. "mocha": "7.1.1",
  58. "nyc": "15.0.0",
  59. "split": "1.0.1",
  60. "supertest": "4.0.2"
  61. },
  62. "engines": {
  63. "node": ">= 0.8.0"
  64. },
  65. "files": [
  66. "LICENSE",
  67. "HISTORY.md",
  68. "README.md",
  69. "index.js"
  70. ],
  71. "homepage": "https://github.com/expressjs/morgan#readme",
  72. "keywords": [
  73. "express",
  74. "http",
  75. "logger",
  76. "middleware"
  77. ],
  78. "license": "MIT",
  79. "name": "morgan",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/expressjs/morgan.git"
  83. },
  84. "scripts": {
  85. "lint": "eslint --plugin markdown --ext js,md .",
  86. "test": "mocha --check-leaks --reporter spec --bail",
  87. "test-ci": "nyc --reporter=text npm test",
  88. "test-cov": "nyc --reporter=html --reporter=text npm test"
  89. },
  90. "version": "1.10.0"
  91. }