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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_args": [
  3. [
  4. "decompress-response@3.3.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "decompress-response@3.3.0",
  9. "_id": "decompress-response@3.3.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M=",
  12. "_location": "/decompress-response",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "decompress-response@3.3.0",
  18. "name": "decompress-response",
  19. "escapedName": "decompress-response",
  20. "rawSpec": "3.3.0",
  21. "saveSpec": null,
  22. "fetchSpec": "3.3.0"
  23. },
  24. "_requiredBy": [
  25. "/got"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-3.3.0.tgz",
  28. "_spec": "3.3.0",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/decompress-response/issues"
  32. },
  33. "dependencies": {
  34. "mimic-response": "^1.0.0"
  35. },
  36. "description": "Decompress a HTTP response if needed",
  37. "devDependencies": {
  38. "ava": "*",
  39. "get-stream": "^3.0.0",
  40. "pify": "^3.0.0",
  41. "xo": "*"
  42. },
  43. "engines": {
  44. "node": ">=4"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/sindresorhus/decompress-response#readme",
  50. "keywords": [
  51. "decompress",
  52. "response",
  53. "http",
  54. "https",
  55. "zlib",
  56. "gzip",
  57. "zip",
  58. "deflate",
  59. "unzip",
  60. "ungzip",
  61. "incoming",
  62. "message",
  63. "stream",
  64. "compressed"
  65. ],
  66. "license": "MIT",
  67. "maintainers": [
  68. {
  69. "name": "Sindre Sorhus",
  70. "email": "sindresorhus@gmail.com",
  71. "url": "sindresorhus.com"
  72. },
  73. {
  74. "name": "Vsevolod Strukchinsky",
  75. "email": "floatdrop@gmail.com",
  76. "url": "github.com/floatdrop"
  77. }
  78. ],
  79. "name": "decompress-response",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/sindresorhus/decompress-response.git"
  83. },
  84. "scripts": {
  85. "test": "xo && ava"
  86. },
  87. "version": "3.3.0"
  88. }