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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "jest-snapshot@27.2.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "jest-snapshot@27.2.2",
  10. "_id": "jest-snapshot@27.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-7ODSvULMiiOVuuLvLZpDlpqqTqX9hDfdmijho5auVu9qRYREolvrvgH4kSNOKfcqV3EZOTuLKNdqsz1PM20PQA==",
  13. "_location": "/jest-snapshot",
  14. "_phantomChildren": {
  15. "lru-cache": "6.0.0"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "jest-snapshot@27.2.2",
  21. "name": "jest-snapshot",
  22. "escapedName": "jest-snapshot",
  23. "rawSpec": "27.2.2",
  24. "saveSpec": null,
  25. "fetchSpec": "27.2.2"
  26. },
  27. "_requiredBy": [
  28. "/@jest/core",
  29. "/jest-circus",
  30. "/jest-jasmine2",
  31. "/jest-resolve-dependencies",
  32. "/jest-runtime"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-27.2.2.tgz",
  35. "_spec": "27.2.2",
  36. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  37. "bugs": {
  38. "url": "https://github.com/facebook/jest/issues"
  39. },
  40. "dependencies": {
  41. "@babel/core": "^7.7.2",
  42. "@babel/generator": "^7.7.2",
  43. "@babel/parser": "^7.7.2",
  44. "@babel/plugin-syntax-typescript": "^7.7.2",
  45. "@babel/traverse": "^7.7.2",
  46. "@babel/types": "^7.0.0",
  47. "@jest/transform": "^27.2.2",
  48. "@jest/types": "^27.1.1",
  49. "@types/babel__traverse": "^7.0.4",
  50. "@types/prettier": "^2.1.5",
  51. "babel-preset-current-node-syntax": "^1.0.0",
  52. "chalk": "^4.0.0",
  53. "expect": "^27.2.2",
  54. "graceful-fs": "^4.2.4",
  55. "jest-diff": "^27.2.2",
  56. "jest-get-type": "^27.0.6",
  57. "jest-haste-map": "^27.2.2",
  58. "jest-matcher-utils": "^27.2.2",
  59. "jest-message-util": "^27.2.2",
  60. "jest-resolve": "^27.2.2",
  61. "jest-util": "^27.2.0",
  62. "natural-compare": "^1.4.0",
  63. "pretty-format": "^27.2.2",
  64. "semver": "^7.3.2"
  65. },
  66. "devDependencies": {
  67. "@babel/preset-flow": "^7.7.2",
  68. "@babel/preset-react": "^7.7.2",
  69. "@jest/test-utils": "^27.2.2",
  70. "@types/graceful-fs": "^4.1.3",
  71. "@types/natural-compare": "^1.4.0",
  72. "@types/semver": "^7.1.0",
  73. "ansi-regex": "^5.0.1",
  74. "ansi-styles": "^5.0.0",
  75. "prettier": "^2.0.0"
  76. },
  77. "engines": {
  78. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  79. },
  80. "exports": {
  81. ".": "./build/index.js",
  82. "./package.json": "./package.json"
  83. },
  84. "gitHead": "f54d96fec55518640b900d6994b2c4153316d1ed",
  85. "homepage": "https://github.com/facebook/jest#readme",
  86. "license": "MIT",
  87. "main": "./build/index.js",
  88. "name": "jest-snapshot",
  89. "publishConfig": {
  90. "access": "public"
  91. },
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/facebook/jest.git",
  95. "directory": "packages/jest-snapshot"
  96. },
  97. "types": "./build/index.d.ts",
  98. "version": "27.2.2"
  99. }