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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. "jest-environment-jsdom@27.2.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "jest-environment-jsdom@27.2.2",
  10. "_id": "jest-environment-jsdom@27.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-mzCLEdnpGWDJmNB6WIPLlZM+hpXdeiya9TryiByqcUdpliNV1O+LGC2SewzjmB4IblabGfvr3KcPN0Nme2wnDw==",
  13. "_location": "/jest-environment-jsdom",
  14. "_phantomChildren": {
  15. "abab": "2.0.5",
  16. "acorn-globals": "6.0.0",
  17. "asynckit": "0.4.0",
  18. "combined-stream": "1.0.8",
  19. "cssstyle": "2.3.0",
  20. "decimal.js": "10.3.1",
  21. "domexception": "2.0.1",
  22. "escodegen": "2.0.0",
  23. "html-encoding-sniffer": "2.0.1",
  24. "http-proxy-agent": "4.0.1",
  25. "https-proxy-agent": "5.0.0",
  26. "is-potential-custom-element-name": "1.0.1",
  27. "lodash": "4.17.21",
  28. "mime-types": "2.1.31",
  29. "nwsapi": "2.2.0",
  30. "parse5": "6.0.1",
  31. "saxes": "5.0.1",
  32. "symbol-tree": "3.2.4",
  33. "tough-cookie": "4.0.0",
  34. "tr46": "2.1.0",
  35. "w3c-hr-time": "1.0.2",
  36. "w3c-xmlserializer": "2.0.0",
  37. "webidl-conversions": "6.1.0",
  38. "whatwg-encoding": "1.0.5",
  39. "whatwg-mimetype": "2.3.0",
  40. "ws": "7.5.2",
  41. "xml-name-validator": "3.0.0"
  42. },
  43. "_requested": {
  44. "type": "version",
  45. "registry": true,
  46. "raw": "jest-environment-jsdom@27.2.2",
  47. "name": "jest-environment-jsdom",
  48. "escapedName": "jest-environment-jsdom",
  49. "rawSpec": "27.2.2",
  50. "saveSpec": null,
  51. "fetchSpec": "27.2.2"
  52. },
  53. "_requiredBy": [
  54. "/jest-config",
  55. "/jest-runner"
  56. ],
  57. "_resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-27.2.2.tgz",
  58. "_spec": "27.2.2",
  59. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  60. "bugs": {
  61. "url": "https://github.com/facebook/jest/issues"
  62. },
  63. "dependencies": {
  64. "@jest/environment": "^27.2.2",
  65. "@jest/fake-timers": "^27.2.2",
  66. "@jest/types": "^27.1.1",
  67. "@types/node": "*",
  68. "jest-mock": "^27.1.1",
  69. "jest-util": "^27.2.0",
  70. "jsdom": "^16.6.0"
  71. },
  72. "devDependencies": {
  73. "@jest/test-utils": "^27.2.2",
  74. "@types/jsdom": "^16.2.4"
  75. },
  76. "engines": {
  77. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  78. },
  79. "exports": {
  80. ".": "./build/index.js",
  81. "./package.json": "./package.json"
  82. },
  83. "gitHead": "f54d96fec55518640b900d6994b2c4153316d1ed",
  84. "homepage": "https://github.com/facebook/jest#readme",
  85. "license": "MIT",
  86. "main": "./build/index.js",
  87. "name": "jest-environment-jsdom",
  88. "publishConfig": {
  89. "access": "public"
  90. },
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/facebook/jest.git",
  94. "directory": "packages/jest-environment-jsdom"
  95. },
  96. "types": "./build/index.d.ts",
  97. "version": "27.2.2"
  98. }