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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_from": "from@~0",
  3. "_id": "from@0.1.7",
  4. "_inBundle": false,
  5. "_integrity": "sha1-g8YK/Fi5xWmXAH7Rp2izqzA6RP4=",
  6. "_location": "/from",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "from@~0",
  12. "name": "from",
  13. "escapedName": "from",
  14. "rawSpec": "~0",
  15. "saveSpec": null,
  16. "fetchSpec": "~0"
  17. },
  18. "_requiredBy": [
  19. "/event-stream"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/from/-/from-0.1.7.tgz",
  22. "_shasum": "83c60afc58b9c56997007ed1a768b3ab303a44fe",
  23. "_spec": "from@~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": "dominictarr.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/dominictarr/from/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Easy way to make a Readable Stream",
  36. "devDependencies": {
  37. "assertions": "~2.3.0",
  38. "asynct": "1",
  39. "stream-spec": "0"
  40. },
  41. "homepage": "https://github.com/dominictarr/from#readme",
  42. "keywords": [
  43. "stream",
  44. "streams",
  45. "readable",
  46. "easy"
  47. ],
  48. "license": "MIT",
  49. "main": "index.js",
  50. "name": "from",
  51. "repository": {
  52. "type": "git",
  53. "url": "git://github.com/dominictarr/from.git"
  54. },
  55. "scripts": {
  56. "test": "asynct test/*.js"
  57. },
  58. "version": "0.1.7"
  59. }