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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "anymatch@~3.1.1",
  3. "_id": "anymatch@3.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==",
  6. "_location": "/anymatch",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "anymatch@~3.1.1",
  12. "name": "anymatch",
  13. "escapedName": "anymatch",
  14. "rawSpec": "~3.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "~3.1.1"
  17. },
  18. "_requiredBy": [
  19. "/chokidar"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.1.tgz",
  22. "_shasum": "c55ecf02185e2469259399310c173ce31233b142",
  23. "_spec": "anymatch@~3.1.1",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\chokidar",
  25. "author": {
  26. "name": "Elan Shanker",
  27. "url": "https://github.com/es128"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/micromatch/anymatch/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "normalize-path": "^3.0.0",
  35. "picomatch": "^2.0.4"
  36. },
  37. "deprecated": false,
  38. "description": "Matches strings against configurable strings, globs, regular expressions, and/or functions",
  39. "devDependencies": {
  40. "mocha": "^6.1.3",
  41. "nyc": "^14.0.0"
  42. },
  43. "engines": {
  44. "node": ">= 8"
  45. },
  46. "files": [
  47. "index.js",
  48. "index.d.ts"
  49. ],
  50. "homepage": "https://github.com/micromatch/anymatch",
  51. "keywords": [
  52. "match",
  53. "any",
  54. "string",
  55. "file",
  56. "fs",
  57. "list",
  58. "glob",
  59. "regex",
  60. "regexp",
  61. "regular",
  62. "expression",
  63. "function"
  64. ],
  65. "license": "ISC",
  66. "name": "anymatch",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/micromatch/anymatch.git"
  70. },
  71. "scripts": {
  72. "mocha": "mocha",
  73. "test": "nyc mocha"
  74. },
  75. "version": "3.1.1"
  76. }