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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_args": [
  3. [
  4. "got@9.6.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "got@9.6.0",
  9. "_id": "got@9.6.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q==",
  12. "_location": "/got",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "got@9.6.0",
  18. "name": "got",
  19. "escapedName": "got",
  20. "rawSpec": "9.6.0",
  21. "saveSpec": null,
  22. "fetchSpec": "9.6.0"
  23. },
  24. "_requiredBy": [
  25. "/@electron/get"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/got/-/got-9.6.0.tgz",
  28. "_spec": "9.6.0",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "ava": {
  31. "concurrency": 4
  32. },
  33. "browser": {
  34. "decompress-response": false,
  35. "electron": false
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/got/issues"
  39. },
  40. "dependencies": {
  41. "@sindresorhus/is": "^0.14.0",
  42. "@szmarczak/http-timer": "^1.1.2",
  43. "cacheable-request": "^6.0.0",
  44. "decompress-response": "^3.3.0",
  45. "duplexer3": "^0.1.4",
  46. "get-stream": "^4.1.0",
  47. "lowercase-keys": "^1.0.1",
  48. "mimic-response": "^1.0.1",
  49. "p-cancelable": "^1.0.0",
  50. "to-readable-stream": "^1.0.0",
  51. "url-parse-lax": "^3.0.0"
  52. },
  53. "description": "Simplified HTTP requests",
  54. "devDependencies": {
  55. "ava": "^1.1.0",
  56. "coveralls": "^3.0.0",
  57. "delay": "^4.1.0",
  58. "form-data": "^2.3.3",
  59. "get-port": "^4.0.0",
  60. "np": "^3.1.0",
  61. "nyc": "^13.1.0",
  62. "p-event": "^2.1.0",
  63. "pem": "^1.13.2",
  64. "proxyquire": "^2.0.1",
  65. "sinon": "^7.2.2",
  66. "slow-stream": "0.0.4",
  67. "tempfile": "^2.0.0",
  68. "tempy": "^0.2.1",
  69. "tough-cookie": "^3.0.0",
  70. "xo": "^0.24.0"
  71. },
  72. "engines": {
  73. "node": ">=8.6"
  74. },
  75. "files": [
  76. "source"
  77. ],
  78. "homepage": "https://github.com/sindresorhus/got#readme",
  79. "keywords": [
  80. "http",
  81. "https",
  82. "get",
  83. "got",
  84. "url",
  85. "uri",
  86. "request",
  87. "util",
  88. "utility",
  89. "simple",
  90. "curl",
  91. "wget",
  92. "fetch",
  93. "net",
  94. "network",
  95. "electron"
  96. ],
  97. "license": "MIT",
  98. "main": "source",
  99. "name": "got",
  100. "repository": {
  101. "type": "git",
  102. "url": "git+https://github.com/sindresorhus/got.git"
  103. },
  104. "scripts": {
  105. "release": "np",
  106. "test": "xo && nyc ava"
  107. },
  108. "version": "9.6.0"
  109. }