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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "babel-jest@27.2.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "babel-jest@27.2.2",
  10. "_id": "babel-jest@27.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-XNFNNfGKnZXzhej7TleVP4s9ktH5JjRW8Rmcbb223JJwKB/gmTyeWN0JfiPtSgnjIjDXtKNoixiy0QUHtv3vFA==",
  13. "_location": "/babel-jest",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "babel-jest@27.2.2",
  19. "name": "babel-jest",
  20. "escapedName": "babel-jest",
  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/babel-jest/-/babel-jest-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/transform": "^27.2.2",
  36. "@jest/types": "^27.1.1",
  37. "@types/babel__core": "^7.1.14",
  38. "babel-plugin-istanbul": "^6.0.0",
  39. "babel-preset-jest": "^27.2.0",
  40. "chalk": "^4.0.0",
  41. "graceful-fs": "^4.2.4",
  42. "slash": "^3.0.0"
  43. },
  44. "description": "Jest plugin to use babel for transformation.",
  45. "devDependencies": {
  46. "@babel/core": "^7.1.0",
  47. "@jest/test-utils": "^27.2.2",
  48. "@types/graceful-fs": "^4.1.3"
  49. },
  50. "engines": {
  51. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  52. },
  53. "exports": {
  54. ".": "./build/index.js",
  55. "./package.json": "./package.json"
  56. },
  57. "gitHead": "f54d96fec55518640b900d6994b2c4153316d1ed",
  58. "homepage": "https://github.com/facebook/jest#readme",
  59. "license": "MIT",
  60. "main": "./build/index.js",
  61. "name": "babel-jest",
  62. "peerDependencies": {
  63. "@babel/core": "^7.8.0"
  64. },
  65. "publishConfig": {
  66. "access": "public"
  67. },
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/facebook/jest.git",
  71. "directory": "packages/babel-jest"
  72. },
  73. "types": "./build/index.d.ts",
  74. "version": "27.2.2"
  75. }