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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. "fs-extra@8.1.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "fs-extra@8.1.0",
  9. "_id": "fs-extra@8.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==",
  12. "_location": "/fs-extra",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "fs-extra@8.1.0",
  18. "name": "fs-extra",
  19. "escapedName": "fs-extra",
  20. "rawSpec": "8.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "8.1.0"
  23. },
  24. "_requiredBy": [
  25. "/@electron/get"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
  28. "_spec": "8.1.0",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "JP Richardson",
  32. "email": "jprichardson@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/jprichardson/node-fs-extra/issues"
  36. },
  37. "dependencies": {
  38. "graceful-fs": "^4.2.0",
  39. "jsonfile": "^4.0.0",
  40. "universalify": "^0.1.0"
  41. },
  42. "description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.",
  43. "devDependencies": {
  44. "coveralls": "^3.0.0",
  45. "istanbul": "^0.4.5",
  46. "klaw": "^2.1.1",
  47. "klaw-sync": "^3.0.2",
  48. "minimist": "^1.1.1",
  49. "mocha": "^5.0.5",
  50. "proxyquire": "^2.0.1",
  51. "read-dir-files": "^0.1.1",
  52. "semver": "^5.3.0",
  53. "standard": "^12.0.1"
  54. },
  55. "engines": {
  56. "node": ">=6 <7 || >=8"
  57. },
  58. "files": [
  59. "lib/",
  60. "!lib/**/__tests__/"
  61. ],
  62. "homepage": "https://github.com/jprichardson/node-fs-extra",
  63. "keywords": [
  64. "fs",
  65. "file",
  66. "file system",
  67. "copy",
  68. "directory",
  69. "extra",
  70. "mkdirp",
  71. "mkdir",
  72. "mkdirs",
  73. "recursive",
  74. "json",
  75. "read",
  76. "write",
  77. "extra",
  78. "delete",
  79. "remove",
  80. "touch",
  81. "create",
  82. "text",
  83. "output",
  84. "move"
  85. ],
  86. "license": "MIT",
  87. "main": "./lib/index.js",
  88. "name": "fs-extra",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/jprichardson/node-fs-extra.git"
  92. },
  93. "scripts": {
  94. "coverage": "istanbul cover -i 'lib/**' -x '**/__tests__/**' test.js",
  95. "coveralls": "coveralls < coverage/lcov.info",
  96. "full-ci": "npm run lint && npm run coverage",
  97. "lint": "standard",
  98. "test": "npm run lint && npm run unit",
  99. "test-find": "find ./lib/**/__tests__ -name *.test.js | xargs mocha",
  100. "unit": "node test.js"
  101. },
  102. "version": "8.1.0"
  103. }