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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. {
  2. "_from": "repeat-string@^1.6.1",
  3. "_id": "repeat-string@1.6.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=",
  6. "_location": "/repeat-string",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "repeat-string@^1.6.1",
  12. "name": "repeat-string",
  13. "escapedName": "repeat-string",
  14. "rawSpec": "^1.6.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.6.1"
  17. },
  18. "_requiredBy": [
  19. "/live-server/fill-range",
  20. "/live-server/to-regex-range",
  21. "/micromatch/fill-range",
  22. "/micromatch/to-regex-range"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
  25. "_shasum": "8dcae470e1c88abc2d600fff4a776286da75e637",
  26. "_spec": "repeat-string@^1.6.1",
  27. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\micromatch\\node_modules\\fill-range",
  28. "author": {
  29. "name": "Jon Schlinkert",
  30. "url": "http://github.com/jonschlinkert"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/jonschlinkert/repeat-string/issues"
  34. },
  35. "bundleDependencies": false,
  36. "contributors": [
  37. {
  38. "name": "Brian Woodward",
  39. "email": "brian.woodward@gmail.com",
  40. "url": "https://github.com/doowb"
  41. },
  42. {
  43. "name": "Jon Schlinkert",
  44. "email": "jon.schlinkert@sellside.com",
  45. "url": "http://twitter.com/jonschlinkert"
  46. },
  47. {
  48. "name": "Linus Unnebäck",
  49. "email": "linus@folkdatorn.se",
  50. "url": "http://linus.unnebäck.se"
  51. },
  52. {
  53. "name": "Thijs Busser",
  54. "email": "tbusser@gmail.com",
  55. "url": "http://tbusser.net"
  56. },
  57. {
  58. "name": "Titus",
  59. "email": "tituswormer@gmail.com",
  60. "url": "wooorm.com"
  61. }
  62. ],
  63. "deprecated": false,
  64. "description": "Repeat the given string n times. Fastest implementation for repeating a string.",
  65. "devDependencies": {
  66. "ansi-cyan": "^0.1.1",
  67. "benchmarked": "^0.2.5",
  68. "gulp-format-md": "^0.1.11",
  69. "isobject": "^2.1.0",
  70. "mocha": "^3.1.2",
  71. "repeating": "^3.0.0",
  72. "text-table": "^0.2.0",
  73. "yargs-parser": "^4.0.2"
  74. },
  75. "engines": {
  76. "node": ">=0.10"
  77. },
  78. "files": [
  79. "index.js"
  80. ],
  81. "homepage": "https://github.com/jonschlinkert/repeat-string",
  82. "keywords": [
  83. "fast",
  84. "fastest",
  85. "fill",
  86. "left",
  87. "left-pad",
  88. "multiple",
  89. "pad",
  90. "padding",
  91. "repeat",
  92. "repeating",
  93. "repetition",
  94. "right",
  95. "right-pad",
  96. "string",
  97. "times"
  98. ],
  99. "license": "MIT",
  100. "main": "index.js",
  101. "name": "repeat-string",
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/jonschlinkert/repeat-string.git"
  105. },
  106. "scripts": {
  107. "test": "mocha"
  108. },
  109. "verb": {
  110. "toc": false,
  111. "layout": "default",
  112. "tasks": [
  113. "readme"
  114. ],
  115. "plugins": [
  116. "gulp-format-md"
  117. ],
  118. "related": {
  119. "list": [
  120. "repeat-element"
  121. ]
  122. },
  123. "helpers": [
  124. "./benchmark/helper.js"
  125. ],
  126. "reflinks": [
  127. "verb"
  128. ]
  129. },
  130. "version": "1.6.1"
  131. }