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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "_from": "browser-stdout@1.3.1",
  3. "_id": "browser-stdout@1.3.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==",
  6. "_location": "/browser-stdout",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "browser-stdout@1.3.1",
  12. "name": "browser-stdout",
  13. "escapedName": "browser-stdout",
  14. "rawSpec": "1.3.1",
  15. "saveSpec": null,
  16. "fetchSpec": "1.3.1"
  17. },
  18. "_requiredBy": [
  19. "/mocha"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/browser-stdout/-/browser-stdout-1.3.1.tgz",
  22. "_shasum": "baa559ee14ced73452229bad7326467c61fabd60",
  23. "_spec": "browser-stdout@1.3.1",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\mocha",
  25. "author": {
  26. "name": "kumavis"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/kumavis/browser-stdout/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "`process.stdout` in your browser.",
  34. "homepage": "https://github.com/kumavis/browser-stdout#readme",
  35. "license": "ISC",
  36. "main": "index.js",
  37. "name": "browser-stdout",
  38. "repository": {
  39. "type": "git",
  40. "url": "git+ssh://git@github.com/kumavis/browser-stdout.git"
  41. },
  42. "scripts": {
  43. "test": "echo \"Error: no test specified\" && exit 1"
  44. },
  45. "version": "1.3.1"
  46. }