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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "yauzl@2.10.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "yauzl@2.10.0",
  9. "_id": "yauzl@2.10.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-x+sXyT4RLLEIb6bY5R+wZnt5pfk=",
  12. "_location": "/yauzl",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "yauzl@2.10.0",
  18. "name": "yauzl",
  19. "escapedName": "yauzl",
  20. "rawSpec": "2.10.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.10.0"
  23. },
  24. "_requiredBy": [
  25. "/electron-chromedriver/extract-zip",
  26. "/extract-zip",
  27. "/puppeteer-core/extract-zip"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz",
  30. "_spec": "2.10.0",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Josh Wolfe",
  34. "email": "thejoshwolfe@gmail.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/thejoshwolfe/yauzl/issues"
  38. },
  39. "dependencies": {
  40. "buffer-crc32": "~0.2.3",
  41. "fd-slicer": "~1.1.0"
  42. },
  43. "description": "yet another unzip library for node",
  44. "devDependencies": {
  45. "bl": "~1.0.0",
  46. "istanbul": "~0.3.4",
  47. "pend": "~1.2.0"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/thejoshwolfe/yauzl",
  53. "keywords": [
  54. "unzip",
  55. "zip",
  56. "stream",
  57. "archive",
  58. "file"
  59. ],
  60. "license": "MIT",
  61. "main": "index.js",
  62. "name": "yauzl",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/thejoshwolfe/yauzl.git"
  66. },
  67. "scripts": {
  68. "test": "node test/test.js",
  69. "test-cov": "istanbul cover test/test.js",
  70. "test-travis": "istanbul cover --report lcovonly test/test.js"
  71. },
  72. "version": "2.10.0"
  73. }