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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "jest-environment-node@27.2.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "jest-environment-node@27.2.2",
  10. "_id": "jest-environment-node@27.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-XgUscWs6H6UNqC96/QJjmUGZzzpql/JyprLSXVu7wkgM8tjbJdEkSqwrVAvJPm1yu526ImrmsIoh2BTHxkwL/g==",
  13. "_location": "/jest-environment-node",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "jest-environment-node@27.2.2",
  19. "name": "jest-environment-node",
  20. "escapedName": "jest-environment-node",
  21. "rawSpec": "27.2.2",
  22. "saveSpec": null,
  23. "fetchSpec": "27.2.2"
  24. },
  25. "_requiredBy": [
  26. "/jest-config",
  27. "/jest-runner"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-27.2.2.tgz",
  30. "_spec": "27.2.2",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "bugs": {
  33. "url": "https://github.com/facebook/jest/issues"
  34. },
  35. "dependencies": {
  36. "@jest/environment": "^27.2.2",
  37. "@jest/fake-timers": "^27.2.2",
  38. "@jest/types": "^27.1.1",
  39. "@types/node": "*",
  40. "jest-mock": "^27.1.1",
  41. "jest-util": "^27.2.0"
  42. },
  43. "devDependencies": {
  44. "@jest/test-utils": "^27.2.2"
  45. },
  46. "engines": {
  47. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  48. },
  49. "exports": {
  50. ".": "./build/index.js",
  51. "./package.json": "./package.json"
  52. },
  53. "gitHead": "f54d96fec55518640b900d6994b2c4153316d1ed",
  54. "homepage": "https://github.com/facebook/jest#readme",
  55. "license": "MIT",
  56. "main": "./build/index.js",
  57. "name": "jest-environment-node",
  58. "publishConfig": {
  59. "access": "public"
  60. },
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/facebook/jest.git",
  64. "directory": "packages/jest-environment-node"
  65. },
  66. "types": "./build/index.d.ts",
  67. "version": "27.2.2"
  68. }