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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "jest-resolve@27.2.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "jest-resolve@27.2.2",
  10. "_id": "jest-resolve@27.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-tfbHcBs/hJTb3fPQ/3hLWR+TsLNTzzK98TU+zIAsrL9nNzWfWROwopUOmiSUqmHMZW5t9au/433kSF2/Af+tTw==",
  13. "_location": "/jest-resolve",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "jest-resolve@27.2.2",
  19. "name": "jest-resolve",
  20. "escapedName": "jest-resolve",
  21. "rawSpec": "27.2.2",
  22. "saveSpec": null,
  23. "fetchSpec": "27.2.2"
  24. },
  25. "_requiredBy": [
  26. "/@jest/core",
  27. "/@jest/reporters",
  28. "/jest-config",
  29. "/jest-runner",
  30. "/jest-runtime",
  31. "/jest-snapshot"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-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. "chalk": "^4.0.0",
  42. "escalade": "^3.1.1",
  43. "graceful-fs": "^4.2.4",
  44. "jest-haste-map": "^27.2.2",
  45. "jest-pnp-resolver": "^1.2.2",
  46. "jest-util": "^27.2.0",
  47. "jest-validate": "^27.2.2",
  48. "resolve": "^1.20.0",
  49. "slash": "^3.0.0"
  50. },
  51. "devDependencies": {
  52. "@types/graceful-fs": "^4.1.3",
  53. "@types/resolve": "^1.20.0"
  54. },
  55. "engines": {
  56. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  57. },
  58. "exports": {
  59. ".": "./build/index.js",
  60. "./package.json": "./package.json"
  61. },
  62. "gitHead": "f54d96fec55518640b900d6994b2c4153316d1ed",
  63. "homepage": "https://github.com/facebook/jest#readme",
  64. "license": "MIT",
  65. "main": "./build/index.js",
  66. "name": "jest-resolve",
  67. "publishConfig": {
  68. "access": "public"
  69. },
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/facebook/jest.git",
  73. "directory": "packages/jest-resolve"
  74. },
  75. "types": "./build/index.d.ts",
  76. "version": "27.2.2"
  77. }