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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "glob@7.1.3",
  3. "_id": "glob@7.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==",
  6. "_location": "/glob",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "glob@7.1.3",
  12. "name": "glob",
  13. "escapedName": "glob",
  14. "rawSpec": "7.1.3",
  15. "saveSpec": null,
  16. "fetchSpec": "7.1.3"
  17. },
  18. "_requiredBy": [
  19. "/mocha"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/glob/-/glob-7.1.3.tgz",
  22. "_shasum": "3960832d3f1574108342dafd3a67b332c0969df1",
  23. "_spec": "glob@7.1.3",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\mocha",
  25. "author": {
  26. "name": "Isaac Z. Schlueter",
  27. "email": "i@izs.me",
  28. "url": "http://blog.izs.me/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/isaacs/node-glob/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "fs.realpath": "^1.0.0",
  36. "inflight": "^1.0.4",
  37. "inherits": "2",
  38. "minimatch": "^3.0.4",
  39. "once": "^1.3.0",
  40. "path-is-absolute": "^1.0.0"
  41. },
  42. "deprecated": false,
  43. "description": "a little globber",
  44. "devDependencies": {
  45. "mkdirp": "0",
  46. "rimraf": "^2.2.8",
  47. "tap": "^12.0.1",
  48. "tick": "0.0.6"
  49. },
  50. "engines": {
  51. "node": "*"
  52. },
  53. "files": [
  54. "glob.js",
  55. "sync.js",
  56. "common.js"
  57. ],
  58. "homepage": "https://github.com/isaacs/node-glob#readme",
  59. "license": "ISC",
  60. "main": "glob.js",
  61. "name": "glob",
  62. "repository": {
  63. "type": "git",
  64. "url": "git://github.com/isaacs/node-glob.git"
  65. },
  66. "scripts": {
  67. "bench": "bash benchmark.sh",
  68. "benchclean": "node benchclean.js",
  69. "prepublish": "npm run benchclean",
  70. "prof": "bash prof.sh && cat profile.txt",
  71. "profclean": "rm -f v8.log profile.txt",
  72. "test": "tap test/*.js --cov",
  73. "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
  74. },
  75. "version": "7.1.3"
  76. }