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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "tar-stream@2.2.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "tar-stream@2.2.0",
  10. "_id": "tar-stream@2.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==",
  13. "_location": "/tar-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": "tar-stream@2.2.0",
  23. "name": "tar-stream",
  24. "escapedName": "tar-stream",
  25. "rawSpec": "2.2.0",
  26. "saveSpec": null,
  27. "fetchSpec": "2.2.0"
  28. },
  29. "_requiredBy": [
  30. "/archiver",
  31. "/tar-fs"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz",
  34. "_spec": "2.2.0",
  35. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  36. "author": {
  37. "name": "Mathias Buus",
  38. "email": "mathiasbuus@gmail.com"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/mafintosh/tar-stream/issues"
  42. },
  43. "dependencies": {
  44. "bl": "^4.0.3",
  45. "end-of-stream": "^1.4.1",
  46. "fs-constants": "^1.0.0",
  47. "inherits": "^2.0.3",
  48. "readable-stream": "^3.1.1"
  49. },
  50. "description": "tar-stream is a streaming tar parser and generator and nothing else. It is streams2 and operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.",
  51. "devDependencies": {
  52. "concat-stream": "^2.0.0",
  53. "standard": "^12.0.1",
  54. "tape": "^4.9.2"
  55. },
  56. "directories": {
  57. "test": "test"
  58. },
  59. "engines": {
  60. "node": ">=6"
  61. },
  62. "files": [
  63. "*.js",
  64. "LICENSE"
  65. ],
  66. "homepage": "https://github.com/mafintosh/tar-stream",
  67. "keywords": [
  68. "tar",
  69. "tarball",
  70. "parse",
  71. "parser",
  72. "generate",
  73. "generator",
  74. "stream",
  75. "stream2",
  76. "streams",
  77. "streams2",
  78. "streaming",
  79. "pack",
  80. "extract",
  81. "modify"
  82. ],
  83. "license": "MIT",
  84. "main": "index.js",
  85. "name": "tar-stream",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/mafintosh/tar-stream.git"
  89. },
  90. "scripts": {
  91. "test": "standard && tape test/extract.js test/pack.js",
  92. "test-all": "standard && tape test/*.js"
  93. },
  94. "version": "2.2.0"
  95. }