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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. {
  2. "_from": "braces@^2.3.1",
  3. "_id": "braces@2.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==",
  6. "_location": "/micromatch/braces",
  7. "_phantomChildren": {
  8. "is-extendable": "0.1.1"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "braces@^2.3.1",
  14. "name": "braces",
  15. "escapedName": "braces",
  16. "rawSpec": "^2.3.1",
  17. "saveSpec": null,
  18. "fetchSpec": "^2.3.1"
  19. },
  20. "_requiredBy": [
  21. "/micromatch"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz",
  24. "_shasum": "5979fd3f14cd531565e5fa2df1abfff1dfaee729",
  25. "_spec": "braces@^2.3.1",
  26. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\micromatch",
  27. "author": {
  28. "name": "Jon Schlinkert",
  29. "url": "https://github.com/jonschlinkert"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/micromatch/braces/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Brian Woodward",
  38. "url": "https://twitter.com/doowb"
  39. },
  40. {
  41. "name": "Elan Shanker",
  42. "url": "https://github.com/es128"
  43. },
  44. {
  45. "name": "Eugene Sharygin",
  46. "url": "https://github.com/eush77"
  47. },
  48. {
  49. "name": "hemanth.hm",
  50. "url": "http://h3manth.com"
  51. },
  52. {
  53. "name": "Jon Schlinkert",
  54. "url": "http://twitter.com/jonschlinkert"
  55. }
  56. ],
  57. "dependencies": {
  58. "arr-flatten": "^1.1.0",
  59. "array-unique": "^0.3.2",
  60. "extend-shallow": "^2.0.1",
  61. "fill-range": "^4.0.0",
  62. "isobject": "^3.0.1",
  63. "repeat-element": "^1.1.2",
  64. "snapdragon": "^0.8.1",
  65. "snapdragon-node": "^2.0.1",
  66. "split-string": "^3.0.2",
  67. "to-regex": "^3.0.1"
  68. },
  69. "deprecated": false,
  70. "description": "Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.",
  71. "devDependencies": {
  72. "ansi-cyan": "^0.1.1",
  73. "benchmarked": "^2.0.0",
  74. "brace-expansion": "^1.1.8",
  75. "cross-spawn": "^5.1.0",
  76. "gulp": "^3.9.1",
  77. "gulp-eslint": "^4.0.0",
  78. "gulp-format-md": "^1.0.0",
  79. "gulp-istanbul": "^1.1.2",
  80. "gulp-mocha": "^3.0.1",
  81. "gulp-unused": "^0.2.1",
  82. "is-windows": "^1.0.1",
  83. "minimatch": "^3.0.4",
  84. "mocha": "^3.2.0",
  85. "noncharacters": "^1.1.0",
  86. "text-table": "^0.2.0",
  87. "time-diff": "^0.3.1",
  88. "yargs-parser": "^8.0.0"
  89. },
  90. "engines": {
  91. "node": ">=0.10.0"
  92. },
  93. "files": [
  94. "index.js",
  95. "lib"
  96. ],
  97. "homepage": "https://github.com/micromatch/braces",
  98. "keywords": [
  99. "alpha",
  100. "alphabetical",
  101. "bash",
  102. "brace",
  103. "braces",
  104. "expand",
  105. "expansion",
  106. "filepath",
  107. "fill",
  108. "fs",
  109. "glob",
  110. "globbing",
  111. "letter",
  112. "match",
  113. "matches",
  114. "matching",
  115. "number",
  116. "numerical",
  117. "path",
  118. "range",
  119. "ranges",
  120. "sh"
  121. ],
  122. "license": "MIT",
  123. "main": "index.js",
  124. "name": "braces",
  125. "repository": {
  126. "type": "git",
  127. "url": "git+https://github.com/micromatch/braces.git"
  128. },
  129. "scripts": {
  130. "benchmark": "node benchmark",
  131. "test": "mocha"
  132. },
  133. "verb": {
  134. "toc": false,
  135. "layout": "default",
  136. "tasks": [
  137. "readme"
  138. ],
  139. "lint": {
  140. "reflinks": true
  141. },
  142. "plugins": [
  143. "gulp-format-md"
  144. ],
  145. "related": {
  146. "list": [
  147. "expand-brackets",
  148. "extglob",
  149. "fill-range",
  150. "micromatch",
  151. "nanomatch"
  152. ]
  153. }
  154. },
  155. "version": "2.3.2"
  156. }