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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "get-stdin@8.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "get-stdin@8.0.0",
  10. "_id": "get-stdin@8.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==",
  13. "_location": "/get-stdin",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "get-stdin@8.0.0",
  19. "name": "get-stdin",
  20. "escapedName": "get-stdin",
  21. "rawSpec": "8.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "8.0.0"
  24. },
  25. "_requiredBy": [
  26. "/stylelint"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-8.0.0.tgz",
  29. "_spec": "8.0.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/get-stdin/issues"
  38. },
  39. "description": "Get stdin as a string or buffer",
  40. "devDependencies": {
  41. "@types/node": "^13.13.5",
  42. "ava": "^2.4.0",
  43. "delay": "^4.2.0",
  44. "tsd": "^0.11.0",
  45. "xo": "^0.24.0"
  46. },
  47. "engines": {
  48. "node": ">=10"
  49. },
  50. "files": [
  51. "index.js",
  52. "index.d.ts"
  53. ],
  54. "funding": "https://github.com/sponsors/sindresorhus",
  55. "homepage": "https://github.com/sindresorhus/get-stdin#readme",
  56. "keywords": [
  57. "std",
  58. "stdin",
  59. "stdio",
  60. "concat",
  61. "buffer",
  62. "stream",
  63. "process",
  64. "read"
  65. ],
  66. "license": "MIT",
  67. "name": "get-stdin",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/sindresorhus/get-stdin.git"
  71. },
  72. "scripts": {
  73. "test": "xo && ava test.js test-buffer.js && echo unicorns | node test-real.js && tsd"
  74. },
  75. "version": "8.0.0"
  76. }