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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "pause-stream@0.0.11",
  3. "_id": "pause-stream@0.0.11",
  4. "_inBundle": false,
  5. "_integrity": "sha1-/lo0sMvOErWqaitAPuLnO2AvFEU=",
  6. "_location": "/pause-stream",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "pause-stream@0.0.11",
  12. "name": "pause-stream",
  13. "escapedName": "pause-stream",
  14. "rawSpec": "0.0.11",
  15. "saveSpec": null,
  16. "fetchSpec": "0.0.11"
  17. },
  18. "_requiredBy": [
  19. "/event-stream"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/pause-stream/-/pause-stream-0.0.11.tgz",
  22. "_shasum": "fe5a34b0cbce12b5aa6a2b403ee2e73b602f1445",
  23. "_spec": "pause-stream@0.0.11",
  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": "dominictarr.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/dominictarr/pause-stream/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "through": "~2.3"
  36. },
  37. "deprecated": false,
  38. "description": "a ThroughStream that strictly buffers all readable events when paused.",
  39. "devDependencies": {
  40. "stream-spec": "~0.2.0",
  41. "stream-tester": "0.0.2"
  42. },
  43. "directories": {
  44. "test": "test"
  45. },
  46. "homepage": "https://github.com/dominictarr/pause-stream#readme",
  47. "keywords": [
  48. "stream",
  49. "pipe",
  50. "pause",
  51. "drain",
  52. "buffer"
  53. ],
  54. "license": [
  55. "MIT",
  56. "Apache2"
  57. ],
  58. "main": "index.js",
  59. "name": "pause-stream",
  60. "repository": {
  61. "type": "git",
  62. "url": "git://github.com/dominictarr/pause-stream.git"
  63. },
  64. "scripts": {
  65. "test": "node test/index.js && node test/pause-end.js"
  66. },
  67. "version": "0.0.11"
  68. }