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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "repeat-element@^1.1.2",
  3. "_id": "repeat-element@1.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g==",
  6. "_location": "/repeat-element",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "repeat-element@^1.1.2",
  12. "name": "repeat-element",
  13. "escapedName": "repeat-element",
  14. "rawSpec": "^1.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.2"
  17. },
  18. "_requiredBy": [
  19. "/live-server/braces",
  20. "/micromatch/braces"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.3.tgz",
  23. "_shasum": "782e0d825c0c5a3bb39731f84efee6b742e6b1ce",
  24. "_spec": "repeat-element@^1.1.2",
  25. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\micromatch\\node_modules\\braces",
  26. "author": {
  27. "name": "Jon Schlinkert",
  28. "url": "https://github.com/jonschlinkert"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/jonschlinkert/repeat-element/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Create an array by repeating the given value n times.",
  36. "devDependencies": {
  37. "benchmarked": "^2.0.0",
  38. "chalk": "^2.4.1",
  39. "glob": "^7.1.2",
  40. "gulp-format-md": "^1.0.0",
  41. "minimist": "^1.2.0",
  42. "mocha": "^3.5.3"
  43. },
  44. "engines": {
  45. "node": ">=0.10.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/jonschlinkert/repeat-element",
  51. "keywords": [
  52. "array",
  53. "element",
  54. "repeat",
  55. "string"
  56. ],
  57. "license": "MIT",
  58. "main": "index.js",
  59. "name": "repeat-element",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/jonschlinkert/repeat-element.git"
  63. },
  64. "scripts": {
  65. "test": "mocha"
  66. },
  67. "verb": {
  68. "toc": false,
  69. "layout": "default",
  70. "tasks": [
  71. "readme"
  72. ],
  73. "plugins": [
  74. "gulp-format-md"
  75. ],
  76. "lint": {
  77. "reflinks": true
  78. }
  79. },
  80. "version": "1.1.3"
  81. }