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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_from": "is-extglob@^2.1.1",
  3. "_id": "is-extglob@2.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=",
  6. "_location": "/is-extglob",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-extglob@^2.1.1",
  12. "name": "is-extglob",
  13. "escapedName": "is-extglob",
  14. "rawSpec": "^2.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.1"
  17. },
  18. "_requiredBy": [
  19. "/is-glob"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  22. "_shasum": "a88c02535791f02ed37c76a1b9ea9773c833f8c2",
  23. "_spec": "is-extglob@^2.1.1",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\is-glob",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/is-extglob/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Returns true if a string has an extglob.",
  35. "devDependencies": {
  36. "gulp-format-md": "^0.1.10",
  37. "mocha": "^3.0.2"
  38. },
  39. "engines": {
  40. "node": ">=0.10.0"
  41. },
  42. "files": [
  43. "index.js"
  44. ],
  45. "homepage": "https://github.com/jonschlinkert/is-extglob",
  46. "keywords": [
  47. "bash",
  48. "braces",
  49. "check",
  50. "exec",
  51. "expression",
  52. "extglob",
  53. "glob",
  54. "globbing",
  55. "globstar",
  56. "is",
  57. "match",
  58. "matches",
  59. "pattern",
  60. "regex",
  61. "regular",
  62. "string",
  63. "test"
  64. ],
  65. "license": "MIT",
  66. "main": "index.js",
  67. "name": "is-extglob",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/jonschlinkert/is-extglob.git"
  71. },
  72. "scripts": {
  73. "test": "mocha"
  74. },
  75. "verb": {
  76. "toc": false,
  77. "layout": "default",
  78. "tasks": [
  79. "readme"
  80. ],
  81. "plugins": [
  82. "gulp-format-md"
  83. ],
  84. "related": {
  85. "list": [
  86. "has-glob",
  87. "is-glob",
  88. "micromatch"
  89. ]
  90. },
  91. "reflinks": [
  92. "verb",
  93. "verb-generate-readme"
  94. ],
  95. "lint": {
  96. "reflinks": true
  97. }
  98. },
  99. "version": "2.1.1"
  100. }