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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_args": [
  3. [
  4. "jest-cli@27.2.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "jest-cli@27.2.2",
  10. "_id": "jest-cli@27.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-jbEythw22LR/IHYgNrjWdO74wO9wyujCxTMjbky0GLav4rC4y6qDQr4TqQ2JPP51eDYJ2awVn83advEVSs5Brg==",
  13. "_location": "/jest-cli",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "jest-cli@27.2.2",
  19. "name": "jest-cli",
  20. "escapedName": "jest-cli",
  21. "rawSpec": "27.2.2",
  22. "saveSpec": null,
  23. "fetchSpec": "27.2.2"
  24. },
  25. "_requiredBy": [
  26. "/jest"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-27.2.2.tgz",
  29. "_spec": "27.2.2",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "bin": {
  32. "jest": "./bin/jest.js"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/facebook/jest/issues"
  36. },
  37. "dependencies": {
  38. "@jest/core": "^27.2.2",
  39. "@jest/test-result": "^27.2.2",
  40. "@jest/types": "^27.1.1",
  41. "chalk": "^4.0.0",
  42. "exit": "^0.1.2",
  43. "graceful-fs": "^4.2.4",
  44. "import-local": "^3.0.2",
  45. "jest-config": "^27.2.2",
  46. "jest-util": "^27.2.0",
  47. "jest-validate": "^27.2.2",
  48. "prompts": "^2.0.1",
  49. "yargs": "^16.0.3"
  50. },
  51. "description": "Delightful JavaScript Testing.",
  52. "devDependencies": {
  53. "@jest/test-utils": "^27.2.2",
  54. "@types/exit": "^0.1.30",
  55. "@types/graceful-fs": "^4.1.3",
  56. "@types/prompts": "^2.0.1",
  57. "@types/yargs": "^16.0.0"
  58. },
  59. "engines": {
  60. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  61. },
  62. "exports": {
  63. ".": "./build/index.js",
  64. "./package.json": "./package.json",
  65. "./bin/jest": "./bin/jest.js"
  66. },
  67. "gitHead": "f54d96fec55518640b900d6994b2c4153316d1ed",
  68. "homepage": "https://jestjs.io/",
  69. "keywords": [
  70. "ava",
  71. "babel",
  72. "coverage",
  73. "easy",
  74. "expect",
  75. "facebook",
  76. "immersive",
  77. "instant",
  78. "jasmine",
  79. "jest",
  80. "jsdom",
  81. "mocha",
  82. "mocking",
  83. "painless",
  84. "qunit",
  85. "runner",
  86. "sandboxed",
  87. "snapshot",
  88. "tap",
  89. "tape",
  90. "test",
  91. "testing",
  92. "typescript",
  93. "watch"
  94. ],
  95. "license": "MIT",
  96. "main": "./build/index.js",
  97. "name": "jest-cli",
  98. "peerDependencies": {
  99. "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
  100. },
  101. "peerDependenciesMeta": {
  102. "node-notifier": {
  103. "optional": true
  104. }
  105. },
  106. "publishConfig": {
  107. "access": "public"
  108. },
  109. "repository": {
  110. "type": "git",
  111. "url": "git+https://github.com/facebook/jest.git",
  112. "directory": "packages/jest-cli"
  113. },
  114. "types": "./build/index.d.ts",
  115. "version": "27.2.2"
  116. }