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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. "type-fest@0.20.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "type-fest@0.20.2",
  9. "_id": "type-fest@0.20.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
  12. "_location": "/type-fest",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "type-fest@0.20.2",
  18. "name": "type-fest",
  19. "escapedName": "type-fest",
  20. "rawSpec": "0.20.2",
  21. "saveSpec": null,
  22. "fetchSpec": "0.20.2"
  23. },
  24. "_requiredBy": [
  25. "/globals",
  26. "/webdriverio/serialize-error"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
  29. "_spec": "0.20.2",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "https://sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/type-fest/issues"
  38. },
  39. "description": "A collection of essential TypeScript types",
  40. "devDependencies": {
  41. "@sindresorhus/tsconfig": "~0.7.0",
  42. "tsd": "^0.13.1",
  43. "typescript": "^4.1.2",
  44. "xo": "^0.35.0"
  45. },
  46. "engines": {
  47. "node": ">=10"
  48. },
  49. "files": [
  50. "index.d.ts",
  51. "base.d.ts",
  52. "source",
  53. "ts41"
  54. ],
  55. "funding": "https://github.com/sponsors/sindresorhus",
  56. "homepage": "https://github.com/sindresorhus/type-fest#readme",
  57. "keywords": [
  58. "typescript",
  59. "ts",
  60. "types",
  61. "utility",
  62. "util",
  63. "utilities",
  64. "omit",
  65. "merge",
  66. "json"
  67. ],
  68. "license": "(MIT OR CC0-1.0)",
  69. "name": "type-fest",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/sindresorhus/type-fest.git"
  73. },
  74. "scripts": {
  75. "//test": "xo && tsd && tsc",
  76. "test": "xo && tsc"
  77. },
  78. "types": "./index.d.ts",
  79. "typesVersions": {
  80. ">=4.1": {
  81. "*": [
  82. "ts41/*"
  83. ]
  84. }
  85. },
  86. "version": "0.20.2",
  87. "xo": {
  88. "rules": {
  89. "@typescript-eslint/ban-types": "off",
  90. "@typescript-eslint/indent": "off",
  91. "node/no-unsupported-features/es-builtins": "off"
  92. }
  93. }
  94. }