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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. "jest-config@27.2.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "jest-config@27.2.2",
  10. "_id": "jest-config@27.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-2nhms3lp52ZpU0636bB6zIFHjDVtYxzFQIOHZjBFUeXcb6b41sEkWojbHaJ4FEIO44UbccTLa7tvNpiFCgPE7w==",
  13. "_location": "/jest-config",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "jest-config@27.2.2",
  19. "name": "jest-config",
  20. "escapedName": "jest-config",
  21. "rawSpec": "27.2.2",
  22. "saveSpec": null,
  23. "fetchSpec": "27.2.2"
  24. },
  25. "_requiredBy": [
  26. "/@jest/core",
  27. "/jest-cli"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/jest-config/-/jest-config-27.2.2.tgz",
  30. "_spec": "27.2.2",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "bugs": {
  33. "url": "https://github.com/facebook/jest/issues"
  34. },
  35. "dependencies": {
  36. "@babel/core": "^7.1.0",
  37. "@jest/test-sequencer": "^27.2.2",
  38. "@jest/types": "^27.1.1",
  39. "babel-jest": "^27.2.2",
  40. "chalk": "^4.0.0",
  41. "deepmerge": "^4.2.2",
  42. "glob": "^7.1.1",
  43. "graceful-fs": "^4.2.4",
  44. "is-ci": "^3.0.0",
  45. "jest-circus": "^27.2.2",
  46. "jest-environment-jsdom": "^27.2.2",
  47. "jest-environment-node": "^27.2.2",
  48. "jest-get-type": "^27.0.6",
  49. "jest-jasmine2": "^27.2.2",
  50. "jest-regex-util": "^27.0.6",
  51. "jest-resolve": "^27.2.2",
  52. "jest-runner": "^27.2.2",
  53. "jest-util": "^27.2.0",
  54. "jest-validate": "^27.2.2",
  55. "micromatch": "^4.0.4",
  56. "pretty-format": "^27.2.2"
  57. },
  58. "devDependencies": {
  59. "@types/babel__core": "^7.0.4",
  60. "@types/glob": "^7.1.1",
  61. "@types/graceful-fs": "^4.1.3",
  62. "@types/is-ci": "^3.0.0",
  63. "@types/micromatch": "^4.0.1",
  64. "jest-snapshot-serializer-raw": "^1.1.0",
  65. "semver": "^7.3.5",
  66. "strip-ansi": "^6.0.0",
  67. "ts-node": "^9.0.0",
  68. "typescript": "^4.0.3"
  69. },
  70. "engines": {
  71. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  72. },
  73. "exports": {
  74. ".": "./build/index.js",
  75. "./package.json": "./package.json"
  76. },
  77. "gitHead": "f54d96fec55518640b900d6994b2c4153316d1ed",
  78. "homepage": "https://github.com/facebook/jest#readme",
  79. "license": "MIT",
  80. "main": "./build/index.js",
  81. "name": "jest-config",
  82. "peerDependencies": {
  83. "ts-node": ">=9.0.0"
  84. },
  85. "peerDependenciesMeta": {
  86. "ts-node": {
  87. "optional": true
  88. }
  89. },
  90. "publishConfig": {
  91. "access": "public"
  92. },
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/facebook/jest.git",
  96. "directory": "packages/jest-config"
  97. },
  98. "types": "./build/index.d.ts",
  99. "version": "27.2.2"
  100. }