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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "expect@27.2.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "expect@27.2.2",
  10. "_id": "expect@27.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-sjHBeEk47/eshN9oLbvPJZMgHQihOXXQzSMPCJ4MqKShbU9HOVFSNHEEU4dp4ujzxFSiNvPFzB2AMOFmkizhvA==",
  13. "_location": "/expect",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "expect@27.2.2",
  19. "name": "expect",
  20. "escapedName": "expect",
  21. "rawSpec": "27.2.2",
  22. "saveSpec": null,
  23. "fetchSpec": "27.2.2"
  24. },
  25. "_requiredBy": [
  26. "/@jest/globals",
  27. "/jest-circus",
  28. "/jest-jasmine2",
  29. "/jest-snapshot"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/expect/-/expect-27.2.2.tgz",
  32. "_spec": "27.2.2",
  33. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  34. "bugs": {
  35. "url": "https://github.com/facebook/jest/issues"
  36. },
  37. "dependencies": {
  38. "@jest/types": "^27.1.1",
  39. "ansi-styles": "^5.0.0",
  40. "jest-get-type": "^27.0.6",
  41. "jest-matcher-utils": "^27.2.2",
  42. "jest-message-util": "^27.2.2",
  43. "jest-regex-util": "^27.0.6"
  44. },
  45. "description": "This package exports the `expect` function used in [Jest](https://jestjs.io/). You can find its documentation [on Jest's website](https://jestjs.io/docs/expect).",
  46. "devDependencies": {
  47. "@jest/test-utils": "^27.2.2",
  48. "chalk": "^4.0.0",
  49. "fast-check": "^2.0.0",
  50. "immutable": "^4.0.0-rc.12"
  51. },
  52. "engines": {
  53. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  54. },
  55. "exports": {
  56. ".": "./build/index.js",
  57. "./package.json": "./package.json",
  58. "./build/utils": "./build/utils.js"
  59. },
  60. "gitHead": "f54d96fec55518640b900d6994b2c4153316d1ed",
  61. "homepage": "https://github.com/facebook/jest#readme",
  62. "license": "MIT",
  63. "main": "./build/index.js",
  64. "name": "expect",
  65. "publishConfig": {
  66. "access": "public"
  67. },
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/facebook/jest.git",
  71. "directory": "packages/expect"
  72. },
  73. "types": "./build/index.d.ts",
  74. "version": "27.2.2"
  75. }