Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
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.9KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "p-throttle@^4.1.1",
  3. "_id": "p-throttle@4.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-TuU8Ato+pRTPJoDzYD4s7ocJYcNSEZRvlxoq3hcPI2kZDZ49IQ1Wkj7/gDJc3X7XiEAAvRGtDzdXJI0tC3IL1g==",
  6. "_location": "/p-throttle",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "p-throttle@^4.1.1",
  12. "name": "p-throttle",
  13. "escapedName": "p-throttle",
  14. "rawSpec": "^4.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.1.1"
  17. },
  18. "_requiredBy": [
  19. "/hafas-client"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/p-throttle/-/p-throttle-4.1.1.tgz",
  22. "_shasum": "80b1fbd358af40a8bfa1667f9dc8b72b714ad692",
  23. "_spec": "p-throttle@^4.1.1",
  24. "_where": "/home/pi/MagicMirror/modules/MMM-PublicTransportHafas/node_modules/hafas-client",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "https://sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/p-throttle/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Throttle promise-returning & async functions",
  36. "devDependencies": {
  37. "ava": "^2.4.0",
  38. "delay": "^5.0.0",
  39. "in-range": "^2.0.0",
  40. "time-span": "^4.0.0",
  41. "tsd": "^0.14.0",
  42. "xo": "^0.38.1"
  43. },
  44. "engines": {
  45. "node": ">=10"
  46. },
  47. "files": [
  48. "index.js",
  49. "index.d.ts"
  50. ],
  51. "funding": "https://github.com/sponsors/sindresorhus",
  52. "homepage": "https://github.com/sindresorhus/p-throttle#readme",
  53. "keywords": [
  54. "promise",
  55. "throttle",
  56. "throat",
  57. "limit",
  58. "limited",
  59. "interval",
  60. "rate",
  61. "batch",
  62. "ratelimit",
  63. "queue",
  64. "discard",
  65. "async",
  66. "await",
  67. "promises",
  68. "time",
  69. "out",
  70. "cancel",
  71. "bluebird"
  72. ],
  73. "license": "MIT",
  74. "name": "p-throttle",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/sindresorhus/p-throttle.git"
  78. },
  79. "scripts": {
  80. "test": "xo && ava && tsd"
  81. },
  82. "version": "4.1.1"
  83. }