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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "@jest/console@27.2.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@jest/console@27.2.2",
  10. "_id": "@jest/console@27.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-m7tbzPWyvSFfoanTknJoDnaeruDARsUe555tkVjG/qeaRDKwyPqqbgs4yFx583gmoETiAts1deeYozR5sVRhNA==",
  13. "_location": "/@jest/console",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@jest/console@27.2.2",
  19. "name": "@jest/console",
  20. "escapedName": "@jest%2fconsole",
  21. "scope": "@jest",
  22. "rawSpec": "27.2.2",
  23. "saveSpec": null,
  24. "fetchSpec": "27.2.2"
  25. },
  26. "_requiredBy": [
  27. "/@jest/core",
  28. "/@jest/reporters",
  29. "/@jest/test-result",
  30. "/jest-runner",
  31. "/jest-runtime"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/@jest/console/-/console-27.2.2.tgz",
  34. "_spec": "27.2.2",
  35. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  36. "bugs": {
  37. "url": "https://github.com/facebook/jest/issues"
  38. },
  39. "dependencies": {
  40. "@jest/types": "^27.1.1",
  41. "@types/node": "*",
  42. "chalk": "^4.0.0",
  43. "jest-message-util": "^27.2.2",
  44. "jest-util": "^27.2.0",
  45. "slash": "^3.0.0"
  46. },
  47. "devDependencies": {
  48. "@jest/test-utils": "^27.2.2",
  49. "@types/node": "*"
  50. },
  51. "engines": {
  52. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  53. },
  54. "exports": {
  55. ".": "./build/index.js",
  56. "./package.json": "./package.json"
  57. },
  58. "gitHead": "f54d96fec55518640b900d6994b2c4153316d1ed",
  59. "homepage": "https://github.com/facebook/jest#readme",
  60. "license": "MIT",
  61. "main": "./build/index.js",
  62. "name": "@jest/console",
  63. "publishConfig": {
  64. "access": "public"
  65. },
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/facebook/jest.git",
  69. "directory": "packages/jest-console"
  70. },
  71. "types": "./build/index.d.ts",
  72. "version": "27.2.2"
  73. }