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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "_from": "map-stream@~0.1.0",
  3. "_id": "map-stream@0.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-5WqpTEyAVaFkBKBnS3jyFffI4ZQ=",
  6. "_location": "/map-stream",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "map-stream@~0.1.0",
  12. "name": "map-stream",
  13. "escapedName": "map-stream",
  14. "rawSpec": "~0.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~0.1.0"
  17. },
  18. "_requiredBy": [
  19. "/event-stream"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/map-stream/-/map-stream-0.1.0.tgz",
  22. "_shasum": "e56aa94c4c8055a16404a0674b78f215f7c8e194",
  23. "_spec": "map-stream@~0.1.0",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\event-stream",
  25. "author": {
  26. "name": "Dominic Tarr",
  27. "email": "dominic.tarr@gmail.com",
  28. "url": "http://dominictarr.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/dominictarr/map-stream/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "construct pipes of streams of events",
  37. "devDependencies": {
  38. "asynct": "*",
  39. "event-stream": "~2.1",
  40. "from": "0.0.2",
  41. "it-is": "1",
  42. "stream-spec": "~0.2",
  43. "ubelt": "~2.9"
  44. },
  45. "homepage": "http://github.com/dominictarr/map-stream",
  46. "name": "map-stream",
  47. "repository": {
  48. "type": "git",
  49. "url": "git://github.com/dominictarr/map-stream.git"
  50. },
  51. "scripts": {
  52. "test": "asynct test/"
  53. },
  54. "version": "0.1.0"
  55. }