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

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