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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "opn@latest",
  3. "_id": "opn@6.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-I9PKfIZC+e4RXZ/qr1RhgyCnGgYX0UEIlXgWnCOVACIvFgaC9rz6Won7xbdhoHrd8IIhV7YEpHjreNUNkqCGkQ==",
  6. "_location": "/opn",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "opn@latest",
  12. "name": "opn",
  13. "escapedName": "opn",
  14. "rawSpec": "latest",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "/live-server"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/opn/-/opn-6.0.0.tgz",
  22. "_shasum": "3c5b0db676d5f97da1233d1ed42d182bc5a27d2d",
  23. "_spec": "opn@latest",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\live-server",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/open/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "is-wsl": "^1.1.0"
  36. },
  37. "deprecated": "The package has been renamed to `open`",
  38. "description": "Open stuff like URLs, files, executables. Cross-platform.",
  39. "devDependencies": {
  40. "ava": "^1.4.0",
  41. "xo": "^0.24.0"
  42. },
  43. "engines": {
  44. "node": ">=8"
  45. },
  46. "files": [
  47. "index.js",
  48. "xdg-open"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/open#readme",
  51. "keywords": [
  52. "app",
  53. "open",
  54. "opener",
  55. "opens",
  56. "launch",
  57. "start",
  58. "xdg-open",
  59. "xdg",
  60. "default",
  61. "cmd",
  62. "browser",
  63. "editor",
  64. "executable",
  65. "exe",
  66. "url",
  67. "urls",
  68. "arguments",
  69. "args",
  70. "spawn",
  71. "exec",
  72. "child",
  73. "process",
  74. "website",
  75. "file"
  76. ],
  77. "license": "MIT",
  78. "name": "opn",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/sindresorhus/open.git"
  82. },
  83. "scripts": {
  84. "test": "xo"
  85. },
  86. "version": "6.0.0"
  87. }