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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "_from": "process-nextick-args@~2.0.0",
  3. "_id": "process-nextick-args@2.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
  6. "_location": "/process-nextick-args",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "process-nextick-args@~2.0.0",
  12. "name": "process-nextick-args",
  13. "escapedName": "process-nextick-args",
  14. "rawSpec": "~2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/readable-stream"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
  22. "_shasum": "7820d9b16120cc55ca9ae7792680ae7dba6d7fe2",
  23. "_spec": "process-nextick-args@~2.0.0",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\readable-stream",
  25. "author": "",
  26. "bugs": {
  27. "url": "https://github.com/calvinmetcalf/process-nextick-args/issues"
  28. },
  29. "bundleDependencies": false,
  30. "deprecated": false,
  31. "description": "process.nextTick but always with args",
  32. "devDependencies": {
  33. "tap": "~0.2.6"
  34. },
  35. "files": [
  36. "index.js"
  37. ],
  38. "homepage": "https://github.com/calvinmetcalf/process-nextick-args",
  39. "license": "MIT",
  40. "main": "index.js",
  41. "name": "process-nextick-args",
  42. "repository": {
  43. "type": "git",
  44. "url": "git+https://github.com/calvinmetcalf/process-nextick-args.git"
  45. },
  46. "scripts": {
  47. "test": "node test.js"
  48. },
  49. "version": "2.0.1"
  50. }