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": "locate-path@^3.0.0",
  3. "_id": "locate-path@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
  6. "_location": "/locate-path",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "locate-path@^3.0.0",
  12. "name": "locate-path",
  13. "escapedName": "locate-path",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/find-up"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
  22. "_shasum": "dbec3b3ab759758071b58fe59fc41871af21400e",
  23. "_spec": "locate-path@^3.0.0",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\find-up",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/locate-path/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "p-locate": "^3.0.0",
  36. "path-exists": "^3.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Get the first path that exists on disk of multiple paths",
  40. "devDependencies": {
  41. "ava": "*",
  42. "xo": "*"
  43. },
  44. "engines": {
  45. "node": ">=6"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/locate-path#readme",
  51. "keywords": [
  52. "locate",
  53. "path",
  54. "paths",
  55. "file",
  56. "files",
  57. "exists",
  58. "find",
  59. "finder",
  60. "search",
  61. "searcher",
  62. "array",
  63. "iterable",
  64. "iterator"
  65. ],
  66. "license": "MIT",
  67. "name": "locate-path",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/sindresorhus/locate-path.git"
  71. },
  72. "scripts": {
  73. "test": "xo && ava"
  74. },
  75. "version": "3.0.0"
  76. }