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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_args": [
  3. [
  4. "@jest/transform@27.2.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@jest/transform@27.2.2",
  10. "_id": "@jest/transform@27.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-l4Z/7PpajrOjCiXLWLfMY7fgljY0H8EwW7qdzPXXuv2aQF8kY2+Uyj3O+9Popnaw1V7JCw32L8EeI/thqFDkPA==",
  13. "_location": "/@jest/transform",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@jest/transform@27.2.2",
  19. "name": "@jest/transform",
  20. "escapedName": "@jest%2ftransform",
  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. "/babel-jest",
  30. "/jest-runner",
  31. "/jest-runtime",
  32. "/jest-snapshot"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/@jest/transform/-/transform-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.1.0",
  42. "@jest/types": "^27.1.1",
  43. "babel-plugin-istanbul": "^6.0.0",
  44. "chalk": "^4.0.0",
  45. "convert-source-map": "^1.4.0",
  46. "fast-json-stable-stringify": "^2.0.0",
  47. "graceful-fs": "^4.2.4",
  48. "jest-haste-map": "^27.2.2",
  49. "jest-regex-util": "^27.0.6",
  50. "jest-util": "^27.2.0",
  51. "micromatch": "^4.0.4",
  52. "pirates": "^4.0.1",
  53. "slash": "^3.0.0",
  54. "source-map": "^0.6.1",
  55. "write-file-atomic": "^3.0.0"
  56. },
  57. "devDependencies": {
  58. "@jest/test-utils": "^27.2.2",
  59. "@types/babel__core": "^7.1.0",
  60. "@types/convert-source-map": "^1.5.1",
  61. "@types/fast-json-stable-stringify": "^2.0.0",
  62. "@types/graceful-fs": "^4.1.2",
  63. "@types/micromatch": "^4.0.1",
  64. "@types/write-file-atomic": "^3.0.0",
  65. "dedent": "^0.7.0",
  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. },
  75. "gitHead": "f54d96fec55518640b900d6994b2c4153316d1ed",
  76. "homepage": "https://github.com/facebook/jest#readme",
  77. "license": "MIT",
  78. "main": "./build/index.js",
  79. "name": "@jest/transform",
  80. "publishConfig": {
  81. "access": "public"
  82. },
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/facebook/jest.git",
  86. "directory": "packages/jest-transform"
  87. },
  88. "types": "./build/index.d.ts",
  89. "version": "27.2.2"
  90. }