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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "connect@^3.6.6",
  3. "_id": "connect@3.7.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==",
  6. "_location": "/connect",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "connect@^3.6.6",
  12. "name": "connect",
  13. "escapedName": "connect",
  14. "rawSpec": "^3.6.6",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.6.6"
  17. },
  18. "_requiredBy": [
  19. "/live-server"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/connect/-/connect-3.7.0.tgz",
  22. "_shasum": "5d49348910caa5e07a01800b030d0c35f20484f8",
  23. "_spec": "connect@^3.6.6",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\live-server",
  25. "author": {
  26. "name": "TJ Holowaychuk",
  27. "email": "tj@vision-media.ca",
  28. "url": "http://tjholowaychuk.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/senchalabs/connect/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Douglas Christopher Wilson",
  37. "email": "doug@somethingdoug.com"
  38. },
  39. {
  40. "name": "Jonathan Ong",
  41. "email": "me@jongleberry.com"
  42. },
  43. {
  44. "name": "Tim Caswell",
  45. "email": "tim@creationix.com"
  46. }
  47. ],
  48. "dependencies": {
  49. "debug": "2.6.9",
  50. "finalhandler": "1.1.2",
  51. "parseurl": "~1.3.3",
  52. "utils-merge": "1.0.1"
  53. },
  54. "deprecated": false,
  55. "description": "High performance middleware framework",
  56. "devDependencies": {
  57. "eslint": "4.19.1",
  58. "mocha": "6.1.4",
  59. "nyc": "14.1.1",
  60. "supertest": "4.0.2"
  61. },
  62. "engines": {
  63. "node": ">= 0.10.0"
  64. },
  65. "files": [
  66. "LICENSE",
  67. "HISTORY.md",
  68. "README.md",
  69. "SECURITY.md",
  70. "index.js"
  71. ],
  72. "homepage": "https://github.com/senchalabs/connect#readme",
  73. "keywords": [
  74. "framework",
  75. "web",
  76. "middleware",
  77. "connect",
  78. "rack"
  79. ],
  80. "license": "MIT",
  81. "name": "connect",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/senchalabs/connect.git"
  85. },
  86. "scripts": {
  87. "lint": "eslint .",
  88. "test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/",
  89. "test-cov": "nyc --reporter=html --reporter=text npm test",
  90. "test-travis": "nyc --reporter=text npm test"
  91. },
  92. "version": "3.7.0"
  93. }