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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "split@0.3",
  3. "_id": "split@0.3.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-zQ7qXmOiEd//frDwkcQTPi0N0o8=",
  6. "_location": "/split",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "split@0.3",
  12. "name": "split",
  13. "escapedName": "split",
  14. "rawSpec": "0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "0.3"
  17. },
  18. "_requiredBy": [
  19. "/event-stream"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/split/-/split-0.3.3.tgz",
  22. "_shasum": "cd0eea5e63a211dfff7eb0f091c4133e2d0dd28f",
  23. "_spec": "split@0.3",
  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://bit.ly/dominictarr"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/dominictarr/split/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "through": "2"
  36. },
  37. "deprecated": false,
  38. "description": "split a Text Stream into a Line Stream",
  39. "devDependencies": {
  40. "asynct": "*",
  41. "event-stream": "~3.0.2",
  42. "it-is": "1",
  43. "stream-spec": "~0.2",
  44. "string-to-stream": "~1.0.0",
  45. "ubelt": "~2.9"
  46. },
  47. "engines": {
  48. "node": "*"
  49. },
  50. "homepage": "http://github.com/dominictarr/split",
  51. "license": "MIT",
  52. "name": "split",
  53. "optionalDependencies": {},
  54. "repository": {
  55. "type": "git",
  56. "url": "git://github.com/dominictarr/split.git"
  57. },
  58. "scripts": {
  59. "test": "asynct test/"
  60. },
  61. "version": "0.3.3"
  62. }