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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "compress-commons@4.1.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "compress-commons@4.1.1",
  10. "_id": "compress-commons@4.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-QLdDLCKNV2dtoTorqgxngQCMA+gWXkM/Nwu7FpeBhk/RdkzimqC3jueb/FDmaZeXh+uby1jkBqE3xArsLBE5wQ==",
  13. "_location": "/compress-commons",
  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": "compress-commons@4.1.1",
  23. "name": "compress-commons",
  24. "escapedName": "compress-commons",
  25. "rawSpec": "4.1.1",
  26. "saveSpec": null,
  27. "fetchSpec": "4.1.1"
  28. },
  29. "_requiredBy": [
  30. "/zip-stream"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-4.1.1.tgz",
  33. "_spec": "4.1.1",
  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-compress-commons/issues"
  41. },
  42. "dependencies": {
  43. "buffer-crc32": "^0.2.13",
  44. "crc32-stream": "^4.0.2",
  45. "normalize-path": "^3.0.0",
  46. "readable-stream": "^3.6.0"
  47. },
  48. "description": "a library that defines a common interface for working with archive formats within node",
  49. "devDependencies": {
  50. "chai": "^4.0.0",
  51. "mkdirp": "^1.0.4",
  52. "mocha": "^8.0.1",
  53. "rimraf": "^3.0.2"
  54. },
  55. "engines": {
  56. "node": ">= 10"
  57. },
  58. "files": [
  59. "lib"
  60. ],
  61. "homepage": "https://github.com/archiverjs/node-compress-commons",
  62. "keywords": [
  63. "compress",
  64. "commons",
  65. "archive"
  66. ],
  67. "license": "MIT",
  68. "main": "lib/compress-commons.js",
  69. "name": "compress-commons",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/archiverjs/node-compress-commons.git"
  73. },
  74. "scripts": {
  75. "test": "mocha --reporter dot"
  76. },
  77. "version": "4.1.1"
  78. }