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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "extract-zip@1.7.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "extract-zip@1.7.0",
  9. "_id": "extract-zip@1.7.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-xoh5G1W/PB0/27lXgMQyIhP5DSY/LhoCsOyZgb+6iMmRtCwVBo55uKaMoEYrDCKQhWvqEip5ZPKAc6eFNyf/MA==",
  12. "_location": "/extract-zip",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "extract-zip@1.7.0",
  18. "name": "extract-zip",
  19. "escapedName": "extract-zip",
  20. "rawSpec": "1.7.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.7.0"
  23. },
  24. "_requiredBy": [
  25. "/electron"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-1.7.0.tgz",
  28. "_spec": "1.7.0",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "max ogden"
  32. },
  33. "bin": {
  34. "extract-zip": "cli.js"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/maxogden/extract-zip/issues"
  38. },
  39. "dependencies": {
  40. "concat-stream": "^1.6.2",
  41. "debug": "^2.6.9",
  42. "mkdirp": "^0.5.4",
  43. "yauzl": "^2.10.0"
  44. },
  45. "description": "unzip a zip file into a directory using 100% javascript",
  46. "devDependencies": {
  47. "rimraf": "^2.2.8",
  48. "standard": "^5.2.2",
  49. "tape": "^4.2.0",
  50. "temp": "^0.8.3"
  51. },
  52. "directories": {
  53. "test": "test"
  54. },
  55. "homepage": "https://github.com/maxogden/extract-zip#readme",
  56. "keywords": [
  57. "unzip",
  58. "zip",
  59. "extract"
  60. ],
  61. "license": "BSD-2-Clause",
  62. "main": "index.js",
  63. "name": "extract-zip",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/maxogden/extract-zip.git"
  67. },
  68. "scripts": {
  69. "test": "standard && node test/test.js"
  70. },
  71. "version": "1.7.0"
  72. }