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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "run-parallel@1.2.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "run-parallel@1.2.0",
  10. "_id": "run-parallel@1.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  13. "_location": "/run-parallel",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "run-parallel@1.2.0",
  19. "name": "run-parallel",
  20. "escapedName": "run-parallel",
  21. "rawSpec": "1.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.0"
  24. },
  25. "_requiredBy": [
  26. "/@nodelib/fs.scandir"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  29. "_spec": "1.2.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Feross Aboukhadijeh",
  33. "email": "feross@feross.org",
  34. "url": "https://feross.org"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/feross/run-parallel/issues"
  38. },
  39. "dependencies": {
  40. "queue-microtask": "^1.2.2"
  41. },
  42. "description": "Run an array of functions in parallel",
  43. "devDependencies": {
  44. "airtap": "^3.0.0",
  45. "standard": "*",
  46. "tape": "^5.0.1"
  47. },
  48. "funding": [
  49. {
  50. "type": "github",
  51. "url": "https://github.com/sponsors/feross"
  52. },
  53. {
  54. "type": "patreon",
  55. "url": "https://www.patreon.com/feross"
  56. },
  57. {
  58. "type": "consulting",
  59. "url": "https://feross.org/support"
  60. }
  61. ],
  62. "homepage": "https://github.com/feross/run-parallel",
  63. "keywords": [
  64. "parallel",
  65. "async",
  66. "function",
  67. "callback",
  68. "asynchronous",
  69. "run",
  70. "array",
  71. "run parallel"
  72. ],
  73. "license": "MIT",
  74. "main": "index.js",
  75. "name": "run-parallel",
  76. "repository": {
  77. "type": "git",
  78. "url": "git://github.com/feross/run-parallel.git"
  79. },
  80. "scripts": {
  81. "test": "standard && npm run test-node && npm run test-browser",
  82. "test-browser": "airtap -- test/*.js",
  83. "test-browser-local": "airtap --local -- test/*.js",
  84. "test-node": "tape test/*.js"
  85. },
  86. "version": "1.2.0"
  87. }