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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. "p-map@3.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "p-map@3.0.0",
  10. "_id": "p-map@3.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ==",
  13. "_location": "/p-map",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "p-map@3.0.0",
  19. "name": "p-map",
  20. "escapedName": "p-map",
  21. "rawSpec": "3.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.0"
  24. },
  25. "_requiredBy": [
  26. "/istanbul-lib-processinfo",
  27. "/nyc"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/p-map/-/p-map-3.0.0.tgz",
  30. "_spec": "3.0.0",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/p-map/issues"
  39. },
  40. "dependencies": {
  41. "aggregate-error": "^3.0.0"
  42. },
  43. "description": "Map over promises concurrently",
  44. "devDependencies": {
  45. "ava": "^2.2.0",
  46. "delay": "^4.1.0",
  47. "in-range": "^2.0.0",
  48. "random-int": "^2.0.0",
  49. "time-span": "^3.1.0",
  50. "tsd": "^0.7.2",
  51. "xo": "^0.24.0"
  52. },
  53. "engines": {
  54. "node": ">=8"
  55. },
  56. "files": [
  57. "index.js",
  58. "index.d.ts"
  59. ],
  60. "homepage": "https://github.com/sindresorhus/p-map#readme",
  61. "keywords": [
  62. "promise",
  63. "map",
  64. "resolved",
  65. "wait",
  66. "collection",
  67. "iterable",
  68. "iterator",
  69. "race",
  70. "fulfilled",
  71. "async",
  72. "await",
  73. "promises",
  74. "concurrently",
  75. "concurrency",
  76. "parallel",
  77. "bluebird"
  78. ],
  79. "license": "MIT",
  80. "name": "p-map",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/sindresorhus/p-map.git"
  84. },
  85. "scripts": {
  86. "test": "xo && ava && tsd"
  87. },
  88. "version": "3.0.0"
  89. }