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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_from": "send@latest",
  3. "_id": "send@0.17.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==",
  6. "_location": "/send",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "send@latest",
  12. "name": "send",
  13. "escapedName": "send",
  14. "rawSpec": "latest",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "/live-server"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/send/-/send-0.17.1.tgz",
  22. "_shasum": "c1d8b059f7900f7466dd4938bdc44e11ddb376c8",
  23. "_spec": "send@latest",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\live-server",
  25. "author": {
  26. "name": "TJ Holowaychuk",
  27. "email": "tj@vision-media.ca"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/pillarjs/send/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Douglas Christopher Wilson",
  36. "email": "doug@somethingdoug.com"
  37. },
  38. {
  39. "name": "James Wyatt Cready",
  40. "email": "jcready@gmail.com"
  41. },
  42. {
  43. "name": "Jesús Leganés Combarro",
  44. "email": "piranna@gmail.com"
  45. }
  46. ],
  47. "dependencies": {
  48. "debug": "2.6.9",
  49. "depd": "~1.1.2",
  50. "destroy": "~1.0.4",
  51. "encodeurl": "~1.0.2",
  52. "escape-html": "~1.0.3",
  53. "etag": "~1.8.1",
  54. "fresh": "0.5.2",
  55. "http-errors": "~1.7.2",
  56. "mime": "1.6.0",
  57. "ms": "2.1.1",
  58. "on-finished": "~2.3.0",
  59. "range-parser": "~1.2.1",
  60. "statuses": "~1.5.0"
  61. },
  62. "deprecated": false,
  63. "description": "Better streaming static file server with Range and conditional-GET support",
  64. "devDependencies": {
  65. "after": "0.8.2",
  66. "eslint": "5.16.0",
  67. "eslint-config-standard": "12.0.0",
  68. "eslint-plugin-import": "2.17.2",
  69. "eslint-plugin-markdown": "1.0.0",
  70. "eslint-plugin-node": "8.0.1",
  71. "eslint-plugin-promise": "4.1.1",
  72. "eslint-plugin-standard": "4.0.0",
  73. "istanbul": "0.4.5",
  74. "mocha": "6.1.4",
  75. "supertest": "4.0.2"
  76. },
  77. "engines": {
  78. "node": ">= 0.8.0"
  79. },
  80. "files": [
  81. "HISTORY.md",
  82. "LICENSE",
  83. "README.md",
  84. "index.js"
  85. ],
  86. "homepage": "https://github.com/pillarjs/send#readme",
  87. "keywords": [
  88. "static",
  89. "file",
  90. "server"
  91. ],
  92. "license": "MIT",
  93. "name": "send",
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/pillarjs/send.git"
  97. },
  98. "scripts": {
  99. "lint": "eslint --plugin markdown --ext js,md .",
  100. "test": "mocha --check-leaks --reporter spec --bail",
  101. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec",
  102. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot"
  103. },
  104. "version": "0.17.1"
  105. }