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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_from": "picomatch@^2.0.4",
  3. "_id": "picomatch@2.2.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==",
  6. "_location": "/picomatch",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "picomatch@^2.0.4",
  12. "name": "picomatch",
  13. "escapedName": "picomatch",
  14. "rawSpec": "^2.0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.4"
  17. },
  18. "_requiredBy": [
  19. "/anymatch",
  20. "/readdirp"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz",
  23. "_shasum": "21f333e9b6b8eaff02468f5146ea406d345f4dad",
  24. "_spec": "picomatch@^2.0.4",
  25. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\anymatch",
  26. "author": {
  27. "name": "Jon Schlinkert",
  28. "url": "https://github.com/jonschlinkert"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/micromatch/picomatch/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.",
  36. "devDependencies": {
  37. "eslint": "^6.8.0",
  38. "fill-range": "^7.0.1",
  39. "gulp-format-md": "^2.0.0",
  40. "mocha": "^6.2.2",
  41. "nyc": "^15.0.0",
  42. "time-require": "github:jonschlinkert/time-require"
  43. },
  44. "engines": {
  45. "node": ">=8.6"
  46. },
  47. "files": [
  48. "index.js",
  49. "lib"
  50. ],
  51. "funding": "https://github.com/sponsors/jonschlinkert",
  52. "homepage": "https://github.com/micromatch/picomatch",
  53. "keywords": [
  54. "glob",
  55. "match",
  56. "picomatch"
  57. ],
  58. "license": "MIT",
  59. "main": "index.js",
  60. "name": "picomatch",
  61. "nyc": {
  62. "reporter": [
  63. "html",
  64. "lcov",
  65. "text-summary"
  66. ]
  67. },
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/micromatch/picomatch.git"
  71. },
  72. "scripts": {
  73. "lint": "eslint --cache --cache-location node_modules/.cache/.eslintcache --report-unused-disable-directives --ignore-path .gitignore .",
  74. "mocha": "mocha --reporter dot",
  75. "test": "npm run lint && npm run mocha",
  76. "test:ci": "npm run test:cover",
  77. "test:cover": "nyc npm run mocha"
  78. },
  79. "verb": {
  80. "toc": {
  81. "render": true,
  82. "method": "preWrite",
  83. "maxdepth": 3
  84. },
  85. "layout": "empty",
  86. "tasks": [
  87. "readme"
  88. ],
  89. "plugins": [
  90. "gulp-format-md"
  91. ],
  92. "lint": {
  93. "reflinks": true
  94. },
  95. "related": {
  96. "list": [
  97. "braces",
  98. "micromatch"
  99. ]
  100. },
  101. "reflinks": [
  102. "braces",
  103. "expand-brackets",
  104. "extglob",
  105. "fill-range",
  106. "micromatch",
  107. "minimatch",
  108. "nanomatch",
  109. "picomatch"
  110. ]
  111. },
  112. "version": "2.2.2"
  113. }