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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "babel-plugin-jest-hoist@27.2.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "babel-plugin-jest-hoist@27.2.0",
  10. "_id": "babel-plugin-jest-hoist@27.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-TOux9khNKdi64mW+0OIhcmbAn75tTlzKhxmiNXevQaPbrBYK7YKjP1jl6NHTJ6XR5UgUrJbCnWlKVnJn29dfjw==",
  13. "_location": "/babel-plugin-jest-hoist",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "babel-plugin-jest-hoist@27.2.0",
  19. "name": "babel-plugin-jest-hoist",
  20. "escapedName": "babel-plugin-jest-hoist",
  21. "rawSpec": "27.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "27.2.0"
  24. },
  25. "_requiredBy": [
  26. "/babel-preset-jest"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.2.0.tgz",
  29. "_spec": "27.2.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "bugs": {
  32. "url": "https://github.com/facebook/jest/issues"
  33. },
  34. "dependencies": {
  35. "@babel/template": "^7.3.3",
  36. "@babel/types": "^7.3.3",
  37. "@types/babel__core": "^7.0.0",
  38. "@types/babel__traverse": "^7.0.6"
  39. },
  40. "description": "Babel plugin to hoist `jest.disableAutomock`, `jest.enableAutomock`, `jest.unmock`, `jest.mock`, calls above `import` statements. This plugin is automatically included when using [babel-jest](https://github.com/facebook/jest/tree/main/packages/babel-jest).",
  41. "devDependencies": {
  42. "@babel/core": "^7.11.6",
  43. "@babel/preset-react": "^7.12.1",
  44. "@types/babel__template": "^7.0.2",
  45. "@types/node": "*",
  46. "@types/prettier": "^2.0.0",
  47. "babel-plugin-tester": "^10.0.0",
  48. "prettier": "^2.1.1"
  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": "b05635c539f8f673dfed5bf05ea727a8d5d7bbe2",
  58. "homepage": "https://github.com/facebook/jest#readme",
  59. "license": "MIT",
  60. "main": "./build/index.js",
  61. "name": "babel-plugin-jest-hoist",
  62. "publishConfig": {
  63. "access": "public"
  64. },
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/facebook/jest.git",
  68. "directory": "packages/babel-plugin-jest-hoist"
  69. },
  70. "types": "./build/index.d.ts",
  71. "version": "27.2.0"
  72. }