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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "jest-get-type@27.0.6",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "jest-get-type@27.0.6",
  10. "_id": "jest-get-type@27.0.6",
  11. "_inBundle": false,
  12. "_integrity": "sha512-XTkK5exIeUbbveehcSR8w0bhH+c0yloW/Wpl+9vZrjzztCPWrxhHwkIFpZzCt71oRBsgxmuUfxEqOYoZI2macg==",
  13. "_location": "/jest-get-type",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "jest-get-type@27.0.6",
  19. "name": "jest-get-type",
  20. "escapedName": "jest-get-type",
  21. "rawSpec": "27.0.6",
  22. "saveSpec": null,
  23. "fetchSpec": "27.0.6"
  24. },
  25. "_requiredBy": [
  26. "/expect",
  27. "/jest-config",
  28. "/jest-diff",
  29. "/jest-each",
  30. "/jest-leak-detector",
  31. "/jest-matcher-utils",
  32. "/jest-snapshot",
  33. "/jest-validate"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.0.6.tgz",
  36. "_spec": "27.0.6",
  37. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  38. "bugs": {
  39. "url": "https://github.com/facebook/jest/issues"
  40. },
  41. "description": "A utility function to get the type of a value",
  42. "engines": {
  43. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  44. },
  45. "exports": {
  46. ".": "./build/index.js",
  47. "./package.json": "./package.json"
  48. },
  49. "gitHead": "d257d1c44ba62079bd4307ae78ba226d47c56ac9",
  50. "homepage": "https://github.com/facebook/jest#readme",
  51. "license": "MIT",
  52. "main": "./build/index.js",
  53. "name": "jest-get-type",
  54. "publishConfig": {
  55. "access": "public"
  56. },
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/facebook/jest.git",
  60. "directory": "packages/jest-get-type"
  61. },
  62. "types": "./build/index.d.ts",
  63. "version": "27.0.6"
  64. }