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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "jest-validate@27.2.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "jest-validate@27.2.2",
  10. "_id": "jest-validate@27.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-01mwTAs2kgDuX98Ua3Xhdhp5lXsLU4eyg6k56adTtrXnU/GbLd9uAsh5nc4MWVtUXMeNmHUyEiD4ibLqE8MuNw==",
  13. "_location": "/jest-validate",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "jest-validate@27.2.2",
  19. "name": "jest-validate",
  20. "escapedName": "jest-validate",
  21. "rawSpec": "27.2.2",
  22. "saveSpec": null,
  23. "fetchSpec": "27.2.2"
  24. },
  25. "_requiredBy": [
  26. "/@jest/core",
  27. "/jest-cli",
  28. "/jest-config",
  29. "/jest-resolve",
  30. "/jest-runtime"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-27.2.2.tgz",
  33. "_spec": "27.2.2",
  34. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  35. "bugs": {
  36. "url": "https://github.com/facebook/jest/issues"
  37. },
  38. "dependencies": {
  39. "@jest/types": "^27.1.1",
  40. "camelcase": "^6.2.0",
  41. "chalk": "^4.0.0",
  42. "jest-get-type": "^27.0.6",
  43. "leven": "^3.1.0",
  44. "pretty-format": "^27.2.2"
  45. },
  46. "description": "Generic configuration validation tool that helps you with warnings, errors and deprecation messages as well as showing users examples of correct configuration.",
  47. "devDependencies": {
  48. "@types/yargs": "^16.0.0"
  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": "f54d96fec55518640b900d6994b2c4153316d1ed",
  58. "homepage": "https://github.com/facebook/jest#readme",
  59. "license": "MIT",
  60. "main": "./build/index.js",
  61. "name": "jest-validate",
  62. "publishConfig": {
  63. "access": "public"
  64. },
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/facebook/jest.git",
  68. "directory": "packages/jest-validate"
  69. },
  70. "types": "./build/index.d.ts",
  71. "version": "27.2.2"
  72. }