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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "zip-stream@4.1.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "zip-stream@4.1.0",
  10. "_id": "zip-stream@4.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-zshzwQW7gG7hjpBlgeQP9RuyPGNxvJdzR8SUM3QhxCnLjWN2E7j3dOvpeDcQoETfHx0urRS7EtmVToql7YpU4A==",
  13. "_location": "/zip-stream",
  14. "_phantomChildren": {
  15. "inherits": "2.0.4",
  16. "string_decoder": "1.1.1",
  17. "util-deprecate": "1.0.2"
  18. },
  19. "_requested": {
  20. "type": "version",
  21. "registry": true,
  22. "raw": "zip-stream@4.1.0",
  23. "name": "zip-stream",
  24. "escapedName": "zip-stream",
  25. "rawSpec": "4.1.0",
  26. "saveSpec": null,
  27. "fetchSpec": "4.1.0"
  28. },
  29. "_requiredBy": [
  30. "/archiver"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-4.1.0.tgz",
  33. "_spec": "4.1.0",
  34. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  35. "author": {
  36. "name": "Chris Talkington",
  37. "url": "http://christalkington.com/"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/archiverjs/node-zip-stream/issues"
  41. },
  42. "dependencies": {
  43. "archiver-utils": "^2.1.0",
  44. "compress-commons": "^4.1.0",
  45. "readable-stream": "^3.6.0"
  46. },
  47. "description": "a streaming zip archive generator.",
  48. "devDependencies": {
  49. "archiver-jsdoc-theme": "^1.1.3",
  50. "chai": "^4.2.0",
  51. "jsdoc": "^3.6.4",
  52. "minami": "^1.1.0",
  53. "mkdirp": "^1.0.4",
  54. "mocha": "^8.0.1",
  55. "rimraf": "^3.0.2"
  56. },
  57. "engines": {
  58. "node": ">= 10"
  59. },
  60. "files": [
  61. "index.js"
  62. ],
  63. "homepage": "https://github.com/archiverjs/node-zip-stream",
  64. "keywords": [
  65. "archive",
  66. "stream",
  67. "zip-stream",
  68. "zip"
  69. ],
  70. "license": "MIT",
  71. "main": "index.js",
  72. "name": "zip-stream",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/archiverjs/node-zip-stream.git"
  76. },
  77. "scripts": {
  78. "jsdoc": "jsdoc -c jsdoc.json README.md",
  79. "test": "mocha --reporter dot"
  80. },
  81. "version": "4.1.0"
  82. }