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 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "tar-fs@2.1.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "tar-fs@2.1.1",
  10. "_id": "tar-fs@2.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==",
  13. "_location": "/tar-fs",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "tar-fs@2.1.1",
  19. "name": "tar-fs",
  20. "escapedName": "tar-fs",
  21. "rawSpec": "2.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.1"
  24. },
  25. "_requiredBy": [
  26. "/puppeteer-core"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.1.tgz",
  29. "_spec": "2.1.1",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Mathias Buus"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/mafintosh/tar-fs/issues"
  36. },
  37. "dependencies": {
  38. "chownr": "^1.1.1",
  39. "mkdirp-classic": "^0.5.2",
  40. "pump": "^3.0.0",
  41. "tar-stream": "^2.1.4"
  42. },
  43. "description": "filesystem bindings for tar-stream",
  44. "devDependencies": {
  45. "rimraf": "^2.6.3",
  46. "standard": "^13.0.1",
  47. "tape": "^4.9.2"
  48. },
  49. "directories": {
  50. "test": "test"
  51. },
  52. "homepage": "https://github.com/mafintosh/tar-fs",
  53. "keywords": [
  54. "tar",
  55. "fs",
  56. "file",
  57. "tarball",
  58. "directory",
  59. "stream"
  60. ],
  61. "license": "MIT",
  62. "main": "index.js",
  63. "name": "tar-fs",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/mafintosh/tar-fs.git"
  67. },
  68. "scripts": {
  69. "test": "standard && tape test/index.js"
  70. },
  71. "version": "2.1.1"
  72. }