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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "find-up@3.0.0",
  3. "_id": "find-up@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
  6. "_location": "/find-up",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "find-up@3.0.0",
  12. "name": "find-up",
  13. "escapedName": "find-up",
  14. "rawSpec": "3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/mocha",
  20. "/yargs"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
  23. "_shasum": "49169f1d7993430646da61ecc5ae355c21c97b73",
  24. "_spec": "find-up@3.0.0",
  25. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\mocha",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/find-up/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "locate-path": "^3.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Find a file or directory by walking up parent directories",
  40. "devDependencies": {
  41. "ava": "*",
  42. "tempy": "^0.2.1",
  43. "xo": "*"
  44. },
  45. "engines": {
  46. "node": ">=6"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/find-up#readme",
  52. "keywords": [
  53. "find",
  54. "up",
  55. "find-up",
  56. "findup",
  57. "look-up",
  58. "look",
  59. "file",
  60. "search",
  61. "match",
  62. "package",
  63. "resolve",
  64. "parent",
  65. "parents",
  66. "folder",
  67. "directory",
  68. "dir",
  69. "walk",
  70. "walking",
  71. "path"
  72. ],
  73. "license": "MIT",
  74. "name": "find-up",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/sindresorhus/find-up.git"
  78. },
  79. "scripts": {
  80. "test": "xo && ava"
  81. },
  82. "version": "3.0.0"
  83. }