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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_from": "stream-combiner@~0.0.4",
  3. "_id": "stream-combiner@0.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha1-TV5DPBhSYd3mI8o/RMWGvPXErRQ=",
  6. "_location": "/stream-combiner",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "stream-combiner@~0.0.4",
  12. "name": "stream-combiner",
  13. "escapedName": "stream-combiner",
  14. "rawSpec": "~0.0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "~0.0.4"
  17. },
  18. "_requiredBy": [
  19. "/event-stream"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/stream-combiner/-/stream-combiner-0.0.4.tgz",
  22. "_shasum": "4d5e433c185261dde623ca3f44c586bcf5c4ad14",
  23. "_spec": "stream-combiner@~0.0.4",
  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/stream-combiner/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "duplexer": "~0.1.1"
  36. },
  37. "deprecated": false,
  38. "description": "<img src=https://secure.travis-ci.org/dominictarr/stream-combiner.png?branch=master>",
  39. "devDependencies": {
  40. "event-stream": "~3.0.7",
  41. "tape": "~2.3.0"
  42. },
  43. "homepage": "https://github.com/dominictarr/stream-combiner",
  44. "license": "MIT",
  45. "name": "stream-combiner",
  46. "repository": {
  47. "type": "git",
  48. "url": "git://github.com/dominictarr/stream-combiner.git"
  49. },
  50. "scripts": {
  51. "test": "set -e; for t in test/*.js; do node $t; done"
  52. },
  53. "version": "0.0.4"
  54. }