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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "jest-jasmine2@27.2.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "jest-jasmine2@27.2.2",
  10. "_id": "jest-jasmine2@27.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-SczhZNfmZID9HbJ1GHhO4EzeL/PMRGeAUw23ddPUdd6kFijEZpT2yOxyNCBUKAsVQ/14OB60kjgnbuFOboZUNg==",
  13. "_location": "/jest-jasmine2",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "jest-jasmine2@27.2.2",
  19. "name": "jest-jasmine2",
  20. "escapedName": "jest-jasmine2",
  21. "rawSpec": "27.2.2",
  22. "saveSpec": null,
  23. "fetchSpec": "27.2.2"
  24. },
  25. "_requiredBy": [
  26. "/jest-config"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-27.2.2.tgz",
  29. "_spec": "27.2.2",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "bugs": {
  32. "url": "https://github.com/facebook/jest/issues"
  33. },
  34. "dependencies": {
  35. "@babel/traverse": "^7.1.0",
  36. "@jest/environment": "^27.2.2",
  37. "@jest/source-map": "^27.0.6",
  38. "@jest/test-result": "^27.2.2",
  39. "@jest/types": "^27.1.1",
  40. "@types/node": "*",
  41. "chalk": "^4.0.0",
  42. "co": "^4.6.0",
  43. "expect": "^27.2.2",
  44. "is-generator-fn": "^2.0.0",
  45. "jest-each": "^27.2.2",
  46. "jest-matcher-utils": "^27.2.2",
  47. "jest-message-util": "^27.2.2",
  48. "jest-runtime": "^27.2.2",
  49. "jest-snapshot": "^27.2.2",
  50. "jest-util": "^27.2.0",
  51. "pretty-format": "^27.2.2",
  52. "throat": "^6.0.1"
  53. },
  54. "devDependencies": {
  55. "@types/babel__traverse": "^7.0.4",
  56. "@types/co": "^4.6.2"
  57. },
  58. "engines": {
  59. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  60. },
  61. "exports": {
  62. ".": "./build/index.js",
  63. "./package.json": "./package.json"
  64. },
  65. "gitHead": "f54d96fec55518640b900d6994b2c4153316d1ed",
  66. "homepage": "https://github.com/facebook/jest#readme",
  67. "license": "MIT",
  68. "main": "./build/index.js",
  69. "name": "jest-jasmine2",
  70. "publishConfig": {
  71. "access": "public"
  72. },
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/facebook/jest.git",
  76. "directory": "packages/jest-jasmine2"
  77. },
  78. "types": "./build/index.d.ts",
  79. "version": "27.2.2"
  80. }