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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "_from": "batch@0.6.1",
  3. "_id": "batch@0.6.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY=",
  6. "_location": "/batch",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "batch@0.6.1",
  12. "name": "batch",
  13. "escapedName": "batch",
  14. "rawSpec": "0.6.1",
  15. "saveSpec": null,
  16. "fetchSpec": "0.6.1"
  17. },
  18. "_requiredBy": [
  19. "/serve-index"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz",
  22. "_shasum": "dc34314f4e679318093fc760272525f94bf25c16",
  23. "_spec": "batch@0.6.1",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\serve-index",
  25. "author": {
  26. "name": "TJ Holowaychuk",
  27. "email": "tj@vision-media.ca"
  28. },
  29. "browser": {
  30. "emitter": "events"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/visionmedia/batch/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "Simple async batch with concurrency control and progress reporting.",
  38. "devDependencies": {
  39. "mocha": "*",
  40. "should": "*"
  41. },
  42. "homepage": "https://github.com/visionmedia/batch#readme",
  43. "license": "MIT",
  44. "main": "index",
  45. "name": "batch",
  46. "repository": {
  47. "type": "git",
  48. "url": "git+https://github.com/visionmedia/batch.git"
  49. },
  50. "version": "0.6.1"
  51. }