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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_from": "glob-parent@~5.1.0",
  3. "_id": "glob-parent@5.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==",
  6. "_location": "/glob-parent",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "glob-parent@~5.1.0",
  12. "name": "glob-parent",
  13. "escapedName": "glob-parent",
  14. "rawSpec": "~5.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~5.1.0"
  17. },
  18. "_requiredBy": [
  19. "/chokidar"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz",
  22. "_shasum": "b6c1ef417c4e5663ea498f1c45afac6916bbc229",
  23. "_spec": "glob-parent@~5.1.0",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\chokidar",
  25. "author": {
  26. "name": "Gulp Team",
  27. "email": "team@gulpjs.com",
  28. "url": "https://gulpjs.com/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/gulpjs/glob-parent/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Elan Shanker",
  37. "url": "https://github.com/es128"
  38. },
  39. {
  40. "name": "Blaine Bublitz",
  41. "email": "blaine.bublitz@gmail.com"
  42. }
  43. ],
  44. "dependencies": {
  45. "is-glob": "^4.0.1"
  46. },
  47. "deprecated": false,
  48. "description": "Extract the non-magic parent path from a glob string.",
  49. "devDependencies": {
  50. "coveralls": "^3.0.11",
  51. "eslint": "^2.13.1",
  52. "eslint-config-gulp": "^3.0.1",
  53. "expect": "^1.20.2",
  54. "mocha": "^6.0.2",
  55. "nyc": "^13.3.0"
  56. },
  57. "engines": {
  58. "node": ">= 6"
  59. },
  60. "files": [
  61. "LICENSE",
  62. "index.js"
  63. ],
  64. "homepage": "https://github.com/gulpjs/glob-parent#readme",
  65. "keywords": [
  66. "glob",
  67. "parent",
  68. "strip",
  69. "path",
  70. "dirname",
  71. "directory",
  72. "base",
  73. "wildcard"
  74. ],
  75. "license": "ISC",
  76. "main": "index.js",
  77. "name": "glob-parent",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/gulpjs/glob-parent.git"
  81. },
  82. "scripts": {
  83. "azure-pipelines": "nyc mocha --async-only --reporter xunit -O output=test.xunit",
  84. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  85. "lint": "eslint .",
  86. "pretest": "npm run lint",
  87. "test": "nyc mocha --async-only"
  88. },
  89. "version": "5.1.1"
  90. }