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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "@types/graceful-fs@4.1.5",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@types/graceful-fs@4.1.5",
  10. "_id": "@types/graceful-fs@4.1.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==",
  13. "_location": "/@types/graceful-fs",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@types/graceful-fs@4.1.5",
  19. "name": "@types/graceful-fs",
  20. "escapedName": "@types%2fgraceful-fs",
  21. "scope": "@types",
  22. "rawSpec": "4.1.5",
  23. "saveSpec": null,
  24. "fetchSpec": "4.1.5"
  25. },
  26. "_requiredBy": [
  27. "/jest-haste-map"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.5.tgz",
  30. "_spec": "4.1.5",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "bugs": {
  33. "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
  34. },
  35. "contributors": [
  36. {
  37. "name": "Bart van der Schoor",
  38. "url": "https://github.com/Bartvds"
  39. },
  40. {
  41. "name": "BendingBender",
  42. "url": "https://github.com/BendingBender"
  43. }
  44. ],
  45. "dependencies": {
  46. "@types/node": "*"
  47. },
  48. "description": "TypeScript definitions for graceful-fs",
  49. "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped#readme",
  50. "license": "MIT",
  51. "main": "",
  52. "name": "@types/graceful-fs",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
  56. "directory": "types/graceful-fs"
  57. },
  58. "scripts": {},
  59. "typeScriptVersion": "3.9",
  60. "types": "index.d.ts",
  61. "typesPublisherContentHash": "3e053765471f17a5b5cdd161ea0773a8d7dc77e032922e2c4cae1393e2c66ac4",
  62. "version": "4.1.5"
  63. }