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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "@jest/types@27.1.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@jest/types@27.1.1",
  10. "_id": "@jest/types@27.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-yqJPDDseb0mXgKqmNqypCsb85C22K1aY5+LUxh7syIM9n/b0AsaltxNy+o6tt29VcfGDpYEve175bm3uOhcehA==",
  13. "_location": "/@jest/types",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@jest/types@27.1.1",
  19. "name": "@jest/types",
  20. "escapedName": "@jest%2ftypes",
  21. "scope": "@jest",
  22. "rawSpec": "27.1.1",
  23. "saveSpec": null,
  24. "fetchSpec": "27.1.1"
  25. },
  26. "_requiredBy": [
  27. "/@jest/console",
  28. "/@jest/core",
  29. "/@jest/environment",
  30. "/@jest/fake-timers",
  31. "/@jest/globals",
  32. "/@jest/reporters",
  33. "/@jest/test-result",
  34. "/@jest/transform",
  35. "/babel-jest",
  36. "/expect",
  37. "/jest-changed-files",
  38. "/jest-circus",
  39. "/jest-cli",
  40. "/jest-config",
  41. "/jest-each",
  42. "/jest-environment-jsdom",
  43. "/jest-environment-node",
  44. "/jest-haste-map",
  45. "/jest-jasmine2",
  46. "/jest-message-util",
  47. "/jest-mock",
  48. "/jest-resolve",
  49. "/jest-resolve-dependencies",
  50. "/jest-runner",
  51. "/jest-runtime",
  52. "/jest-snapshot",
  53. "/jest-util",
  54. "/jest-validate",
  55. "/jest-watcher",
  56. "/pretty-format"
  57. ],
  58. "_resolved": "https://registry.npmjs.org/@jest/types/-/types-27.1.1.tgz",
  59. "_spec": "27.1.1",
  60. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  61. "bugs": {
  62. "url": "https://github.com/facebook/jest/issues"
  63. },
  64. "dependencies": {
  65. "@types/istanbul-lib-coverage": "^2.0.0",
  66. "@types/istanbul-reports": "^3.0.0",
  67. "@types/node": "*",
  68. "@types/yargs": "^16.0.0",
  69. "chalk": "^4.0.0"
  70. },
  71. "engines": {
  72. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  73. },
  74. "exports": {
  75. ".": "./build/index.js",
  76. "./package.json": "./package.json"
  77. },
  78. "gitHead": "111198b62dbfc3a730f7b1693e311608e834fe1d",
  79. "homepage": "https://github.com/facebook/jest#readme",
  80. "license": "MIT",
  81. "main": "./build/index.js",
  82. "name": "@jest/types",
  83. "publishConfig": {
  84. "access": "public"
  85. },
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/facebook/jest.git",
  89. "directory": "packages/jest-types"
  90. },
  91. "types": "./build/index.d.ts",
  92. "version": "27.1.1"
  93. }