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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. "graceful-fs@4.2.6",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "graceful-fs@4.2.6",
  9. "_id": "graceful-fs@4.2.6",
  10. "_inBundle": false,
  11. "_integrity": "sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ==",
  12. "_location": "/graceful-fs",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "graceful-fs@4.2.6",
  18. "name": "graceful-fs",
  19. "escapedName": "graceful-fs",
  20. "rawSpec": "4.2.6",
  21. "saveSpec": null,
  22. "fetchSpec": "4.2.6"
  23. },
  24. "_requiredBy": [
  25. "/@jest/core",
  26. "/@jest/reporters",
  27. "/@jest/source-map",
  28. "/@jest/test-sequencer",
  29. "/@jest/transform",
  30. "/archiver-utils",
  31. "/babel-jest",
  32. "/fs-extra",
  33. "/jest-cli",
  34. "/jest-config",
  35. "/jest-haste-map",
  36. "/jest-message-util",
  37. "/jest-resolve",
  38. "/jest-runner",
  39. "/jest-runtime",
  40. "/jest-serializer",
  41. "/jest-snapshot",
  42. "/jest-util",
  43. "/jsonfile",
  44. "/package-hash",
  45. "/webdriverio/fs-extra",
  46. "/webdriverio/jsonfile"
  47. ],
  48. "_resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.6.tgz",
  49. "_spec": "4.2.6",
  50. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  51. "bugs": {
  52. "url": "https://github.com/isaacs/node-graceful-fs/issues"
  53. },
  54. "description": "A drop-in replacement for fs, making various improvements.",
  55. "devDependencies": {
  56. "import-fresh": "^2.0.0",
  57. "mkdirp": "^0.5.0",
  58. "rimraf": "^2.2.8",
  59. "tap": "^12.7.0"
  60. },
  61. "directories": {
  62. "test": "test"
  63. },
  64. "files": [
  65. "fs.js",
  66. "graceful-fs.js",
  67. "legacy-streams.js",
  68. "polyfills.js",
  69. "clone.js"
  70. ],
  71. "homepage": "https://github.com/isaacs/node-graceful-fs#readme",
  72. "keywords": [
  73. "fs",
  74. "module",
  75. "reading",
  76. "retry",
  77. "retries",
  78. "queue",
  79. "error",
  80. "errors",
  81. "handling",
  82. "EMFILE",
  83. "EAGAIN",
  84. "EINVAL",
  85. "EPERM",
  86. "EACCESS"
  87. ],
  88. "license": "ISC",
  89. "main": "graceful-fs.js",
  90. "name": "graceful-fs",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/isaacs/node-graceful-fs.git"
  94. },
  95. "scripts": {
  96. "postpublish": "git push origin --follow-tags",
  97. "posttest": "nyc report",
  98. "postversion": "npm publish",
  99. "preversion": "npm test",
  100. "test": "nyc --silent node test.js | tap -c -"
  101. },
  102. "version": "4.2.6"
  103. }