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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  1. {
  2. "_from": "micromatch@^3.1.4",
  3. "_id": "micromatch@3.1.10",
  4. "_inBundle": false,
  5. "_integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==",
  6. "_location": "/micromatch",
  7. "_phantomChildren": {
  8. "arr-flatten": "1.1.0",
  9. "array-unique": "0.3.2",
  10. "is-extendable": "0.1.1",
  11. "isobject": "3.0.1",
  12. "repeat-element": "1.1.3",
  13. "repeat-string": "1.6.1",
  14. "snapdragon": "0.8.2",
  15. "snapdragon-node": "2.1.1",
  16. "split-string": "3.1.0",
  17. "to-regex": "3.0.2"
  18. },
  19. "_requested": {
  20. "type": "range",
  21. "registry": true,
  22. "raw": "micromatch@^3.1.4",
  23. "name": "micromatch",
  24. "escapedName": "micromatch",
  25. "rawSpec": "^3.1.4",
  26. "saveSpec": null,
  27. "fetchSpec": "^3.1.4"
  28. },
  29. "_requiredBy": [
  30. "/live-server/anymatch",
  31. "/live-server/readdirp"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz",
  34. "_shasum": "70859bc95c9840952f359a068a3fc49f9ecfac23",
  35. "_spec": "micromatch@^3.1.4",
  36. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\live-server\\node_modules\\anymatch",
  37. "author": {
  38. "name": "Jon Schlinkert",
  39. "url": "https://github.com/jonschlinkert"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/micromatch/micromatch/issues"
  43. },
  44. "bundleDependencies": false,
  45. "contributors": [
  46. {
  47. "name": "Amila Welihinda",
  48. "url": "amilajack.com"
  49. },
  50. {
  51. "name": "Bogdan Chadkin",
  52. "url": "https://github.com/TrySound"
  53. },
  54. {
  55. "name": "Brian Woodward",
  56. "url": "https://twitter.com/doowb"
  57. },
  58. {
  59. "name": "Devon Govett",
  60. "url": "http://badassjs.com"
  61. },
  62. {
  63. "name": "Elan Shanker",
  64. "url": "https://github.com/es128"
  65. },
  66. {
  67. "name": "Fabrício Matté",
  68. "url": "https://ultcombo.js.org"
  69. },
  70. {
  71. "name": "Jon Schlinkert",
  72. "url": "http://twitter.com/jonschlinkert"
  73. },
  74. {
  75. "name": "Martin Kolárik",
  76. "url": "https://kolarik.sk"
  77. },
  78. {
  79. "name": "Olsten Larck",
  80. "url": "https://i.am.charlike.online"
  81. },
  82. {
  83. "name": "Paul Miller",
  84. "url": "paulmillr.com"
  85. },
  86. {
  87. "name": "Tom Byrer",
  88. "url": "https://github.com/tomByrer"
  89. },
  90. {
  91. "name": "Tyler Akins",
  92. "url": "http://rumkin.com"
  93. },
  94. {
  95. "url": "https://github.com/DianeLooney"
  96. }
  97. ],
  98. "dependencies": {
  99. "arr-diff": "^4.0.0",
  100. "array-unique": "^0.3.2",
  101. "braces": "^2.3.1",
  102. "define-property": "^2.0.2",
  103. "extend-shallow": "^3.0.2",
  104. "extglob": "^2.0.4",
  105. "fragment-cache": "^0.2.1",
  106. "kind-of": "^6.0.2",
  107. "nanomatch": "^1.2.9",
  108. "object.pick": "^1.3.0",
  109. "regex-not": "^1.0.0",
  110. "snapdragon": "^0.8.1",
  111. "to-regex": "^3.0.2"
  112. },
  113. "deprecated": false,
  114. "description": "Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.",
  115. "devDependencies": {
  116. "bash-match": "^1.0.2",
  117. "for-own": "^1.0.0",
  118. "gulp": "^3.9.1",
  119. "gulp-format-md": "^1.0.0",
  120. "gulp-istanbul": "^1.1.3",
  121. "gulp-mocha": "^5.0.0",
  122. "gulp-unused": "^0.2.1",
  123. "is-windows": "^1.0.2",
  124. "minimatch": "^3.0.4",
  125. "minimist": "^1.2.0",
  126. "mocha": "^3.5.3",
  127. "multimatch": "^2.1.0"
  128. },
  129. "engines": {
  130. "node": ">=0.10.0"
  131. },
  132. "files": [
  133. "index.js",
  134. "lib"
  135. ],
  136. "homepage": "https://github.com/micromatch/micromatch",
  137. "keywords": [
  138. "bash",
  139. "expand",
  140. "expansion",
  141. "expression",
  142. "file",
  143. "files",
  144. "filter",
  145. "find",
  146. "glob",
  147. "globbing",
  148. "globs",
  149. "globstar",
  150. "match",
  151. "matcher",
  152. "matches",
  153. "matching",
  154. "micromatch",
  155. "minimatch",
  156. "multimatch",
  157. "path",
  158. "pattern",
  159. "patterns",
  160. "regex",
  161. "regexp",
  162. "regular",
  163. "shell",
  164. "wildcard"
  165. ],
  166. "license": "MIT",
  167. "lintDeps": {
  168. "dependencies": {
  169. "options": {
  170. "lock": {
  171. "snapdragon": "^0.8.1"
  172. }
  173. }
  174. },
  175. "devDependencies": {
  176. "files": {
  177. "options": {
  178. "ignore": [
  179. "benchmark/**"
  180. ]
  181. }
  182. }
  183. }
  184. },
  185. "main": "index.js",
  186. "name": "micromatch",
  187. "repository": {
  188. "type": "git",
  189. "url": "git+https://github.com/micromatch/micromatch.git"
  190. },
  191. "scripts": {
  192. "test": "mocha"
  193. },
  194. "verb": {
  195. "toc": "collapsible",
  196. "layout": "default",
  197. "tasks": [
  198. "readme"
  199. ],
  200. "plugins": [
  201. "gulp-format-md"
  202. ],
  203. "helpers": [
  204. "./benchmark/helper.js"
  205. ],
  206. "related": {
  207. "list": [
  208. "braces",
  209. "expand-brackets",
  210. "extglob",
  211. "fill-range",
  212. "nanomatch"
  213. ]
  214. },
  215. "lint": {
  216. "reflinks": true
  217. },
  218. "reflinks": [
  219. "expand-brackets",
  220. "extglob",
  221. "glob-object",
  222. "minimatch",
  223. "multimatch",
  224. "snapdragon"
  225. ]
  226. },
  227. "version": "3.1.10"
  228. }