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

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