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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "on-headers@~1.0.2",
  3. "_id": "on-headers@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==",
  6. "_location": "/on-headers",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "on-headers@~1.0.2",
  12. "name": "on-headers",
  13. "escapedName": "on-headers",
  14. "rawSpec": "~1.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.0.2"
  17. },
  18. "_requiredBy": [
  19. "/morgan"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz",
  22. "_shasum": "772b0ae6aaa525c399e489adfad90c403eb3c28f",
  23. "_spec": "on-headers@~1.0.2",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\morgan",
  25. "author": {
  26. "name": "Douglas Christopher Wilson",
  27. "email": "doug@somethingdoug.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jshttp/on-headers/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Execute a listener when a response is about to write headers",
  35. "devDependencies": {
  36. "eslint": "5.14.1",
  37. "eslint-config-standard": "12.0.0",
  38. "eslint-plugin-import": "2.16.0",
  39. "eslint-plugin-markdown": "1.0.0",
  40. "eslint-plugin-node": "8.0.1",
  41. "eslint-plugin-promise": "4.0.1",
  42. "eslint-plugin-standard": "4.0.0",
  43. "istanbul": "0.4.5",
  44. "mocha": "6.0.1",
  45. "supertest": "3.4.2"
  46. },
  47. "engines": {
  48. "node": ">= 0.8"
  49. },
  50. "files": [
  51. "LICENSE",
  52. "HISTORY.md",
  53. "README.md",
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/jshttp/on-headers#readme",
  57. "keywords": [
  58. "event",
  59. "headers",
  60. "http",
  61. "onheaders"
  62. ],
  63. "license": "MIT",
  64. "name": "on-headers",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/jshttp/on-headers.git"
  68. },
  69. "scripts": {
  70. "lint": "eslint --plugin markdown --ext js,md .",
  71. "test": "mocha --reporter spec --bail --check-leaks test/",
  72. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  73. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
  74. "version": "node scripts/version-history.js && git add HISTORY.md"
  75. },
  76. "version": "1.0.2"
  77. }