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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "unbzip2-stream@1.4.3",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "unbzip2-stream@1.4.3",
  10. "_id": "unbzip2-stream@1.4.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-mlExGW4w71ebDJviH16lQLtZS32VKqsSfk80GCfUlwT/4/hNRFsoscrF/c++9xinkMzECL1uL9DDwXqFWkruPg==",
  13. "_location": "/unbzip2-stream",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "unbzip2-stream@1.4.3",
  19. "name": "unbzip2-stream",
  20. "escapedName": "unbzip2-stream",
  21. "rawSpec": "1.4.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.4.3"
  24. },
  25. "_requiredBy": [
  26. "/puppeteer-core"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/unbzip2-stream/-/unbzip2-stream-1.4.3.tgz",
  29. "_spec": "1.4.3",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Jan Bölsche",
  33. "email": "jan@lagomorph.de"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/regular/unbzip2-stream/issues"
  37. },
  38. "dependencies": {
  39. "buffer": "^5.2.1",
  40. "through": "^2.3.8"
  41. },
  42. "description": "streaming unbzip2 implementation in pure javascript for node and browsers",
  43. "devDependencies": {
  44. "beefy": "^2.1.8",
  45. "brfs": "^1.2.0",
  46. "browserify": "^16.2.3",
  47. "concat-stream": "^1.4.7",
  48. "stream-equal": "^1.1.1",
  49. "tape": "^4.9.2",
  50. "tape-run": "^4.0.0",
  51. "uglify-js": "^3.0.10"
  52. },
  53. "files": [
  54. "index.js",
  55. "lib",
  56. "dist/unbzip2-stream.min.js"
  57. ],
  58. "homepage": "https://github.com/regular/unbzip2-stream#readme",
  59. "keywords": [
  60. "bzip",
  61. "bzip2",
  62. "bz2",
  63. "stream",
  64. "streaming",
  65. "decompress",
  66. "through"
  67. ],
  68. "license": "MIT",
  69. "main": "index.js",
  70. "name": "unbzip2-stream",
  71. "repository": {
  72. "url": "git+https://github.com/regular/unbzip2-stream.git",
  73. "type": "git"
  74. },
  75. "scripts": {
  76. "browser-test": "browserify -t brfs test/simple.js | tape-run",
  77. "download-test": "beefy test/browser/long.js --open -- -t brfs",
  78. "long-test": "tape test/extra/long.js",
  79. "prepare": "mkdir -p dist && browserify -s unbzip2Stream index.js | uglifyjs > dist/unbzip2-stream.min.js",
  80. "prepare-long-test": "head -c 104857600 < /dev/urandom | tee test/fixtures/vmlinux.bin | bzip2 > test/fixtures/vmlinux.bin.bz2",
  81. "test": "tape test/*.js"
  82. },
  83. "version": "1.4.3"
  84. }