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 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "on-finished@~2.3.0",
  3. "_id": "on-finished@2.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=",
  6. "_location": "/on-finished",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "on-finished@~2.3.0",
  12. "name": "on-finished",
  13. "escapedName": "on-finished",
  14. "rawSpec": "~2.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~2.3.0"
  17. },
  18. "_requiredBy": [
  19. "/finalhandler",
  20. "/morgan",
  21. "/send"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
  24. "_shasum": "20f1336481b083cd75337992a16971aa2d906947",
  25. "_spec": "on-finished@~2.3.0",
  26. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\finalhandler",
  27. "bugs": {
  28. "url": "https://github.com/jshttp/on-finished/issues"
  29. },
  30. "bundleDependencies": false,
  31. "contributors": [
  32. {
  33. "name": "Douglas Christopher Wilson",
  34. "email": "doug@somethingdoug.com"
  35. },
  36. {
  37. "name": "Jonathan Ong",
  38. "email": "me@jongleberry.com",
  39. "url": "http://jongleberry.com"
  40. }
  41. ],
  42. "dependencies": {
  43. "ee-first": "1.1.1"
  44. },
  45. "deprecated": false,
  46. "description": "Execute a callback when a request closes, finishes, or errors",
  47. "devDependencies": {
  48. "istanbul": "0.3.9",
  49. "mocha": "2.2.5"
  50. },
  51. "engines": {
  52. "node": ">= 0.8"
  53. },
  54. "files": [
  55. "HISTORY.md",
  56. "LICENSE",
  57. "index.js"
  58. ],
  59. "homepage": "https://github.com/jshttp/on-finished#readme",
  60. "license": "MIT",
  61. "name": "on-finished",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/jshttp/on-finished.git"
  65. },
  66. "scripts": {
  67. "test": "mocha --reporter spec --bail --check-leaks test/",
  68. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  69. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  70. },
  71. "version": "2.3.0"
  72. }