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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "jest-matcher-utils@27.2.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "jest-matcher-utils@27.2.2",
  10. "_id": "jest-matcher-utils@27.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-xN3wT4p2i9DGB6zmL3XxYp5lJmq9Q6ff8XKlMtVVBS2SAshmgsPBALJFQ8dWRd2G/xf5q/N0SD0Mipt8QBA26A==",
  13. "_location": "/jest-matcher-utils",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "jest-matcher-utils@27.2.2",
  19. "name": "jest-matcher-utils",
  20. "escapedName": "jest-matcher-utils",
  21. "rawSpec": "27.2.2",
  22. "saveSpec": null,
  23. "fetchSpec": "27.2.2"
  24. },
  25. "_requiredBy": [
  26. "/expect",
  27. "/jest-circus",
  28. "/jest-jasmine2",
  29. "/jest-snapshot"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-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. "chalk": "^4.0.0",
  39. "jest-diff": "^27.2.2",
  40. "jest-get-type": "^27.0.6",
  41. "pretty-format": "^27.2.2"
  42. },
  43. "description": "A set of utility functions for expect and related packages",
  44. "devDependencies": {
  45. "@jest/test-utils": "^27.2.2",
  46. "@types/node": "*"
  47. },
  48. "engines": {
  49. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  50. },
  51. "exports": {
  52. ".": "./build/index.js",
  53. "./package.json": "./package.json"
  54. },
  55. "gitHead": "f54d96fec55518640b900d6994b2c4153316d1ed",
  56. "homepage": "https://github.com/facebook/jest#readme",
  57. "license": "MIT",
  58. "main": "./build/index.js",
  59. "name": "jest-matcher-utils",
  60. "publishConfig": {
  61. "access": "public"
  62. },
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/facebook/jest.git",
  66. "directory": "packages/jest-matcher-utils"
  67. },
  68. "types": "./build/index.d.ts",
  69. "version": "27.2.2"
  70. }