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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "archiver@5.3.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "archiver@5.3.0",
  10. "_id": "archiver@5.3.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-iUw+oDwK0fgNpvveEsdQ0Ase6IIKztBJU2U0E9MzszMfmVVUyv1QJhS2ITW9ZCqx8dktAxVAjWWkKehuZE8OPg==",
  13. "_location": "/archiver",
  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": "archiver@5.3.0",
  23. "name": "archiver",
  24. "escapedName": "archiver",
  25. "rawSpec": "5.3.0",
  26. "saveSpec": null,
  27. "fetchSpec": "5.3.0"
  28. },
  29. "_requiredBy": [
  30. "/webdriverio"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/archiver/-/archiver-5.3.0.tgz",
  33. "_spec": "5.3.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-archiver/issues"
  41. },
  42. "dependencies": {
  43. "archiver-utils": "^2.1.0",
  44. "async": "^3.2.0",
  45. "buffer-crc32": "^0.2.1",
  46. "readable-stream": "^3.6.0",
  47. "readdir-glob": "^1.0.0",
  48. "tar-stream": "^2.2.0",
  49. "zip-stream": "^4.1.0"
  50. },
  51. "description": "a streaming interface for archive generation",
  52. "devDependencies": {
  53. "archiver-jsdoc-theme": "^1.1.3",
  54. "chai": "^4.2.0",
  55. "jsdoc": "^3.6.4",
  56. "mkdirp": "^1.0.4",
  57. "mocha": "^8.0.1",
  58. "rimraf": "^3.0.2",
  59. "stream-bench": "^0.1.2",
  60. "tar": "^6.1.0",
  61. "yauzl": "^2.9.0"
  62. },
  63. "engines": {
  64. "node": ">= 10"
  65. },
  66. "files": [
  67. "index.js",
  68. "lib"
  69. ],
  70. "homepage": "https://github.com/archiverjs/node-archiver",
  71. "keywords": [
  72. "archive",
  73. "archiver",
  74. "stream",
  75. "zip",
  76. "tar"
  77. ],
  78. "license": "MIT",
  79. "main": "index.js",
  80. "name": "archiver",
  81. "publishConfig": {
  82. "registry": "https://registry.npmjs.org/"
  83. },
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/archiverjs/node-archiver.git"
  87. },
  88. "scripts": {
  89. "bench": "node benchmark/simple/pack-zip.js",
  90. "test": "mocha --reporter dot"
  91. },
  92. "version": "5.3.0"
  93. }