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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "archiver-utils@2.1.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "archiver-utils@2.1.0",
  10. "_id": "archiver-utils@2.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-bEL/yUb/fNNiNTuUz979Z0Yg5L+LzLxGJz8x79lYmR54fmTIb6ob/hNQgkQnIUDWIFjZVQwl9Xs356I6BAMHfw==",
  13. "_location": "/archiver-utils",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "archiver-utils@2.1.0",
  19. "name": "archiver-utils",
  20. "escapedName": "archiver-utils",
  21. "rawSpec": "2.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.0"
  24. },
  25. "_requiredBy": [
  26. "/archiver",
  27. "/zip-stream"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-2.1.0.tgz",
  30. "_spec": "2.1.0",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Chris Talkington",
  34. "url": "http://christalkington.com/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/archiverjs/archiver-utils/issues"
  38. },
  39. "dependencies": {
  40. "glob": "^7.1.4",
  41. "graceful-fs": "^4.2.0",
  42. "lazystream": "^1.0.0",
  43. "lodash.defaults": "^4.2.0",
  44. "lodash.difference": "^4.5.0",
  45. "lodash.flatten": "^4.4.0",
  46. "lodash.isplainobject": "^4.0.6",
  47. "lodash.union": "^4.6.0",
  48. "normalize-path": "^3.0.0",
  49. "readable-stream": "^2.0.0"
  50. },
  51. "description": "utility functions for archiver",
  52. "devDependencies": {
  53. "chai": "^4.2.0",
  54. "mkdirp": "^0.5.0",
  55. "mocha": "^5.0.0",
  56. "rimraf": "^2.6.3"
  57. },
  58. "engines": {
  59. "node": ">= 6"
  60. },
  61. "files": [
  62. "index.js",
  63. "file.js"
  64. ],
  65. "homepage": "https://github.com/archiverjs/archiver-utils#readme",
  66. "keywords": [
  67. "archiver",
  68. "utils"
  69. ],
  70. "license": "MIT",
  71. "main": "index.js",
  72. "name": "archiver-utils",
  73. "publishConfig": {
  74. "registry": "https://registry.npmjs.org/"
  75. },
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/archiverjs/archiver-utils.git"
  79. },
  80. "scripts": {
  81. "test": "mocha --reporter dot"
  82. },
  83. "version": "2.1.0"
  84. }