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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_from": "escape-html@~1.0.3",
  3. "_id": "escape-html@1.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=",
  6. "_location": "/escape-html",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "escape-html@~1.0.3",
  12. "name": "escape-html",
  13. "escapedName": "escape-html",
  14. "rawSpec": "~1.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.0.3"
  17. },
  18. "_requiredBy": [
  19. "/finalhandler",
  20. "/send",
  21. "/serve-index"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
  24. "_shasum": "0258eae4d3d0c0974de1c169188ef0051d1d1988",
  25. "_spec": "escape-html@~1.0.3",
  26. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\finalhandler",
  27. "bugs": {
  28. "url": "https://github.com/component/escape-html/issues"
  29. },
  30. "bundleDependencies": false,
  31. "deprecated": false,
  32. "description": "Escape string for use in HTML",
  33. "devDependencies": {
  34. "beautify-benchmark": "0.2.4",
  35. "benchmark": "1.0.0"
  36. },
  37. "files": [
  38. "LICENSE",
  39. "Readme.md",
  40. "index.js"
  41. ],
  42. "homepage": "https://github.com/component/escape-html#readme",
  43. "keywords": [
  44. "escape",
  45. "html",
  46. "utility"
  47. ],
  48. "license": "MIT",
  49. "name": "escape-html",
  50. "repository": {
  51. "type": "git",
  52. "url": "git+https://github.com/component/escape-html.git"
  53. },
  54. "scripts": {
  55. "bench": "node benchmark/index.js"
  56. },
  57. "version": "1.0.3"
  58. }