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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "p-each-series@2.2.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "p-each-series@2.2.0",
  10. "_id": "p-each-series@2.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-ycIL2+1V32th+8scbpTvyHNaHe02z0sjgh91XXjAk+ZeXoPN4Z46DVUnzdso0aX4KckKw0FNNFHdjZ2UsZvxiA==",
  13. "_location": "/p-each-series",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "p-each-series@2.2.0",
  19. "name": "p-each-series",
  20. "escapedName": "p-each-series",
  21. "rawSpec": "2.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.2.0"
  24. },
  25. "_requiredBy": [
  26. "/@jest/core"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/p-each-series/-/p-each-series-2.2.0.tgz",
  29. "_spec": "2.2.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "https://sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/p-each-series/issues"
  38. },
  39. "description": "Iterate over promises serially",
  40. "devDependencies": {
  41. "ava": "^1.4.1",
  42. "delay": "^4.1.0",
  43. "time-span": "^3.0.0",
  44. "tsd": "^0.7.2",
  45. "xo": "^0.24.0"
  46. },
  47. "engines": {
  48. "node": ">=8"
  49. },
  50. "files": [
  51. "index.js",
  52. "index.d.ts"
  53. ],
  54. "funding": "https://github.com/sponsors/sindresorhus",
  55. "homepage": "https://github.com/sindresorhus/p-each-series#readme",
  56. "keywords": [
  57. "promise",
  58. "foreach",
  59. "for-each",
  60. "for",
  61. "each",
  62. "collection",
  63. "iterable",
  64. "iterator",
  65. "fulfilled",
  66. "async",
  67. "await",
  68. "promises",
  69. "serial",
  70. "serially",
  71. "series",
  72. "bluebird"
  73. ],
  74. "license": "MIT",
  75. "name": "p-each-series",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/sindresorhus/p-each-series.git"
  79. },
  80. "scripts": {
  81. "test": "xo && ava && tsd"
  82. },
  83. "version": "2.2.0"
  84. }