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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. {
  2. "_from": "live-server",
  3. "_id": "live-server@1.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Yn2XCVjErTkqnM3FfTmM7/kWy3zP7+cEtC7x6u+wUzlQ+1UW3zEYbbyJrc0jNDwiMDZI0m4a0i3dxlGHVyXczw==",
  6. "_location": "/live-server",
  7. "_phantomChildren": {
  8. "arr-flatten": "1.1.0",
  9. "array-unique": "0.3.2",
  10. "async-each": "1.0.3",
  11. "graceful-fs": "4.2.4",
  12. "inherits": "2.0.4",
  13. "is-extendable": "0.1.1",
  14. "is-extglob": "2.1.1",
  15. "is-glob": "4.0.1",
  16. "isobject": "3.0.1",
  17. "micromatch": "3.1.10",
  18. "normalize-path": "3.0.0",
  19. "path-dirname": "1.0.2",
  20. "path-is-absolute": "1.0.1",
  21. "readable-stream": "2.3.7",
  22. "remove-trailing-separator": "1.1.0",
  23. "repeat-element": "1.1.3",
  24. "repeat-string": "1.6.1",
  25. "snapdragon": "0.8.2",
  26. "snapdragon-node": "2.1.1",
  27. "split-string": "3.1.0",
  28. "to-regex": "3.0.2",
  29. "upath": "1.2.0"
  30. },
  31. "_requested": {
  32. "type": "tag",
  33. "registry": true,
  34. "raw": "live-server",
  35. "name": "live-server",
  36. "escapedName": "live-server",
  37. "rawSpec": "",
  38. "saveSpec": null,
  39. "fetchSpec": "latest"
  40. },
  41. "_requiredBy": [
  42. "#DEV:/",
  43. "#USER"
  44. ],
  45. "_resolved": "https://registry.npmjs.org/live-server/-/live-server-1.2.1.tgz",
  46. "_shasum": "670630dd409d22fe9c513ab1c1894686c757153e",
  47. "_spec": "live-server",
  48. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial",
  49. "author": {
  50. "name": "Tapio Vierros"
  51. },
  52. "bin": {
  53. "live-server": "live-server.js"
  54. },
  55. "bugs": {
  56. "url": "https://github.com/tapio/live-server/issues"
  57. },
  58. "bundleDependencies": false,
  59. "dependencies": {
  60. "chokidar": "^2.0.4",
  61. "colors": "latest",
  62. "connect": "^3.6.6",
  63. "cors": "latest",
  64. "event-stream": "3.3.4",
  65. "faye-websocket": "0.11.x",
  66. "http-auth": "3.1.x",
  67. "morgan": "^1.9.1",
  68. "object-assign": "latest",
  69. "opn": "latest",
  70. "proxy-middleware": "latest",
  71. "send": "latest",
  72. "serve-index": "^1.9.1"
  73. },
  74. "deprecated": false,
  75. "description": "simple development http server with live reload capability",
  76. "devDependencies": {
  77. "eslint": "^5.9.0",
  78. "jshint": "^2.9.6",
  79. "mocha": "^5.2.0",
  80. "supertest": "^3.3.0"
  81. },
  82. "engines": {
  83. "node": ">=0.10.0"
  84. },
  85. "eslintConfig": {
  86. "env": {
  87. "node": true
  88. },
  89. "rules": {
  90. "quotes": 0,
  91. "curly": 0,
  92. "strict": 0,
  93. "no-process-exit": 0,
  94. "eqeqeq": 1,
  95. "no-unused-vars": 1,
  96. "no-shadow": 1
  97. }
  98. },
  99. "homepage": "https://github.com/tapio/live-server#readme",
  100. "keywords": [
  101. "front-end",
  102. "development",
  103. "tool",
  104. "server",
  105. "http",
  106. "cli"
  107. ],
  108. "license": "MIT",
  109. "name": "live-server",
  110. "preferGlobal": true,
  111. "repository": {
  112. "type": "git",
  113. "url": "git+https://github.com/tapio/live-server.git"
  114. },
  115. "scripts": {
  116. "hint": "jshint live-server.js index.js",
  117. "lint": "eslint live-server.js index.js",
  118. "test": "mocha test --exit && npm run lint"
  119. },
  120. "version": "1.2.1"
  121. }