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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "jest-each@27.2.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "jest-each@27.2.2",
  10. "_id": "jest-each@27.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-ZCDhkvwHeXHsxoFxvW43fabL18iLiVDxaipG5XWG7dSd+XWXXpzMQvBWYT9Wvzhg5x4hvrLQ24LtiOKw3I09xA==",
  13. "_location": "/jest-each",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "jest-each@27.2.2",
  19. "name": "jest-each",
  20. "escapedName": "jest-each",
  21. "rawSpec": "27.2.2",
  22. "saveSpec": null,
  23. "fetchSpec": "27.2.2"
  24. },
  25. "_requiredBy": [
  26. "/jest-circus",
  27. "/jest-jasmine2"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/jest-each/-/jest-each-27.2.2.tgz",
  30. "_spec": "27.2.2",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Matt Phillips",
  34. "url": "mattphillips"
  35. },
  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. "jest-get-type": "^27.0.6",
  43. "jest-util": "^27.2.0",
  44. "pretty-format": "^27.2.2"
  45. },
  46. "description": "Parameterised tests for Jest",
  47. "engines": {
  48. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  49. },
  50. "exports": {
  51. ".": "./build/index.js",
  52. "./package.json": "./package.json"
  53. },
  54. "gitHead": "f54d96fec55518640b900d6994b2c4153316d1ed",
  55. "homepage": "https://github.com/facebook/jest#readme",
  56. "keywords": [
  57. "jest",
  58. "parameterised",
  59. "test",
  60. "each"
  61. ],
  62. "license": "MIT",
  63. "main": "./build/index.js",
  64. "name": "jest-each",
  65. "publishConfig": {
  66. "access": "public"
  67. },
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/facebook/jest.git",
  71. "directory": "packages/jest-each"
  72. },
  73. "types": "./build/index.d.ts",
  74. "version": "27.2.2"
  75. }