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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "jest-docblock@27.0.6",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "jest-docblock@27.0.6",
  10. "_id": "jest-docblock@27.0.6",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Fid6dPcjwepTFraz0YxIMCi7dejjJ/KL9FBjPYhBp4Sv1Y9PdhImlKZqYU555BlN4TQKaTc+F2Av1z+anVyGkA==",
  13. "_location": "/jest-docblock",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "jest-docblock@27.0.6",
  19. "name": "jest-docblock",
  20. "escapedName": "jest-docblock",
  21. "rawSpec": "27.0.6",
  22. "saveSpec": null,
  23. "fetchSpec": "27.0.6"
  24. },
  25. "_requiredBy": [
  26. "/jest-runner"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-27.0.6.tgz",
  29. "_spec": "27.0.6",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "bugs": {
  32. "url": "https://github.com/facebook/jest/issues"
  33. },
  34. "dependencies": {
  35. "detect-newline": "^3.0.0"
  36. },
  37. "description": "`jest-docblock` is a package that can extract and parse a specially-formatted comment called a \"docblock\" at the top of a file.",
  38. "devDependencies": {
  39. "@types/node": "*"
  40. },
  41. "engines": {
  42. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  43. },
  44. "exports": {
  45. ".": "./build/index.js",
  46. "./package.json": "./package.json"
  47. },
  48. "gitHead": "d257d1c44ba62079bd4307ae78ba226d47c56ac9",
  49. "homepage": "https://github.com/facebook/jest#readme",
  50. "license": "MIT",
  51. "main": "./build/index.js",
  52. "name": "jest-docblock",
  53. "publishConfig": {
  54. "access": "public"
  55. },
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/facebook/jest.git",
  59. "directory": "packages/jest-docblock"
  60. },
  61. "types": "./build/index.d.ts",
  62. "version": "27.0.6"
  63. }