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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "jest-circus@27.2.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "jest-circus@27.2.2",
  10. "_id": "jest-circus@27.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-8txlqs0EDrvPasCgwfLMkG0l3F4FxqQa6lxOsvYfOl04eSJjRw3F4gk9shakuC00nMD+VT+SMtFYXxe64f0VZw==",
  13. "_location": "/jest-circus",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "jest-circus@27.2.2",
  19. "name": "jest-circus",
  20. "escapedName": "jest-circus",
  21. "rawSpec": "27.2.2",
  22. "saveSpec": null,
  23. "fetchSpec": "27.2.2"
  24. },
  25. "_requiredBy": [
  26. "/jest-config"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-27.2.2.tgz",
  29. "_spec": "27.2.2",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "bugs": {
  32. "url": "https://github.com/facebook/jest/issues"
  33. },
  34. "dependencies": {
  35. "@jest/environment": "^27.2.2",
  36. "@jest/test-result": "^27.2.2",
  37. "@jest/types": "^27.1.1",
  38. "@types/node": "*",
  39. "chalk": "^4.0.0",
  40. "co": "^4.6.0",
  41. "dedent": "^0.7.0",
  42. "expect": "^27.2.2",
  43. "is-generator-fn": "^2.0.0",
  44. "jest-each": "^27.2.2",
  45. "jest-matcher-utils": "^27.2.2",
  46. "jest-message-util": "^27.2.2",
  47. "jest-runtime": "^27.2.2",
  48. "jest-snapshot": "^27.2.2",
  49. "jest-util": "^27.2.0",
  50. "pretty-format": "^27.2.2",
  51. "slash": "^3.0.0",
  52. "stack-utils": "^2.0.3",
  53. "throat": "^6.0.1"
  54. },
  55. "description": "[type-definitions]: https://github.com/facebook/jest/blob/main/packages/jest-types/src/Circus.ts",
  56. "devDependencies": {
  57. "@babel/core": "^7.1.0",
  58. "@babel/register": "^7.0.0",
  59. "@jest/test-utils": "^27.2.2",
  60. "@types/co": "^4.6.0",
  61. "@types/dedent": "^0.7.0",
  62. "@types/graceful-fs": "^4.1.3",
  63. "@types/stack-utils": "^2.0.0",
  64. "execa": "^5.0.0",
  65. "graceful-fs": "^4.2.4",
  66. "jest-snapshot-serializer-raw": "^1.1.0"
  67. },
  68. "engines": {
  69. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  70. },
  71. "exports": {
  72. ".": "./build/index.js",
  73. "./package.json": "./package.json",
  74. "./runner": "./runner.js"
  75. },
  76. "gitHead": "f54d96fec55518640b900d6994b2c4153316d1ed",
  77. "homepage": "https://github.com/facebook/jest#readme",
  78. "license": "MIT",
  79. "main": "./build/index.js",
  80. "name": "jest-circus",
  81. "publishConfig": {
  82. "access": "public"
  83. },
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/facebook/jest.git",
  87. "directory": "packages/jest-circus"
  88. },
  89. "types": "./build/index.d.ts",
  90. "version": "27.2.2"
  91. }