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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "through@~2.3.1",
  3. "_id": "through@2.3.8",
  4. "_inBundle": false,
  5. "_integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=",
  6. "_location": "/through",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "through@~2.3.1",
  12. "name": "through",
  13. "escapedName": "through",
  14. "rawSpec": "~2.3.1",
  15. "saveSpec": null,
  16. "fetchSpec": "~2.3.1"
  17. },
  18. "_requiredBy": [
  19. "/event-stream",
  20. "/pause-stream",
  21. "/split"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
  24. "_shasum": "0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5",
  25. "_spec": "through@~2.3.1",
  26. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\event-stream",
  27. "author": {
  28. "name": "Dominic Tarr",
  29. "email": "dominic.tarr@gmail.com",
  30. "url": "dominictarr.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/dominictarr/through/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "simplified stream construction",
  38. "devDependencies": {
  39. "from": "~0.1.3",
  40. "stream-spec": "~0.3.5",
  41. "tape": "~2.3.2"
  42. },
  43. "homepage": "https://github.com/dominictarr/through",
  44. "keywords": [
  45. "stream",
  46. "streams",
  47. "user-streams",
  48. "pipe"
  49. ],
  50. "license": "MIT",
  51. "main": "index.js",
  52. "name": "through",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/dominictarr/through.git"
  56. },
  57. "scripts": {
  58. "test": "set -e; for t in test/*.js; do node $t; done"
  59. },
  60. "testling": {
  61. "browsers": [
  62. "ie/8..latest",
  63. "ff/15..latest",
  64. "chrome/20..latest",
  65. "safari/5.1..latest"
  66. ],
  67. "files": "test/*.js"
  68. },
  69. "version": "2.3.8"
  70. }