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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "path-exists@^3.0.0",
  3. "_id": "path-exists@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=",
  6. "_location": "/path-exists",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "path-exists@^3.0.0",
  12. "name": "path-exists",
  13. "escapedName": "path-exists",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/locate-path"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
  22. "_shasum": "ce0ebeaa5f78cb18925ea7d810d7b59b010fd515",
  23. "_spec": "path-exists@^3.0.0",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\locate-path",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/path-exists/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Check if a path exists",
  36. "devDependencies": {
  37. "ava": "*",
  38. "xo": "*"
  39. },
  40. "engines": {
  41. "node": ">=4"
  42. },
  43. "files": [
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/sindresorhus/path-exists#readme",
  47. "keywords": [
  48. "path",
  49. "exists",
  50. "exist",
  51. "file",
  52. "filepath",
  53. "fs",
  54. "filesystem",
  55. "file-system",
  56. "access",
  57. "stat"
  58. ],
  59. "license": "MIT",
  60. "name": "path-exists",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/sindresorhus/path-exists.git"
  64. },
  65. "scripts": {
  66. "test": "xo && ava"
  67. },
  68. "version": "3.0.0",
  69. "xo": {
  70. "esnext": true
  71. }
  72. }