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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "p-limit@^2.0.0",
  3. "_id": "p-limit@2.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
  6. "_location": "/p-limit",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "p-limit@^2.0.0",
  12. "name": "p-limit",
  13. "escapedName": "p-limit",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/p-locate"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
  22. "_shasum": "3dd33c647a214fdfffd835933eb086da0dc21db1",
  23. "_spec": "p-limit@^2.0.0",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\p-locate",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/p-limit/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "p-try": "^2.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Run multiple promise-returning & async functions with limited concurrency",
  39. "devDependencies": {
  40. "ava": "^1.2.1",
  41. "delay": "^4.1.0",
  42. "in-range": "^1.0.0",
  43. "random-int": "^1.0.0",
  44. "time-span": "^2.0.0",
  45. "tsd-check": "^0.3.0",
  46. "xo": "^0.24.0"
  47. },
  48. "engines": {
  49. "node": ">=6"
  50. },
  51. "files": [
  52. "index.js",
  53. "index.d.ts"
  54. ],
  55. "funding": "https://github.com/sponsors/sindresorhus",
  56. "homepage": "https://github.com/sindresorhus/p-limit#readme",
  57. "keywords": [
  58. "promise",
  59. "limit",
  60. "limited",
  61. "concurrency",
  62. "throttle",
  63. "throat",
  64. "rate",
  65. "batch",
  66. "ratelimit",
  67. "task",
  68. "queue",
  69. "async",
  70. "await",
  71. "promises",
  72. "bluebird"
  73. ],
  74. "license": "MIT",
  75. "name": "p-limit",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/sindresorhus/p-limit.git"
  79. },
  80. "scripts": {
  81. "test": "xo && ava && tsd-check"
  82. },
  83. "version": "2.3.0"
  84. }