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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. {
  2. "_args": [
  3. [
  4. "puppeteer-core@5.5.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "puppeteer-core@5.5.0",
  10. "_id": "puppeteer-core@5.5.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-tlA+1n+ziW/Db03hVV+bAecDKse8ihFRXYiEypBe9IlLRvOCzYFG6qrCMBYK34HO/Q/Ecjc+tvkHRAfLVH+NgQ==",
  13. "_location": "/puppeteer-core",
  14. "_phantomChildren": {
  15. "@types/yauzl": "2.9.2",
  16. "debug": "4.3.2",
  17. "pump": "3.0.0",
  18. "yauzl": "2.10.0"
  19. },
  20. "_requested": {
  21. "type": "version",
  22. "registry": true,
  23. "raw": "puppeteer-core@5.5.0",
  24. "name": "puppeteer-core",
  25. "escapedName": "puppeteer-core",
  26. "rawSpec": "5.5.0",
  27. "saveSpec": null,
  28. "fetchSpec": "5.5.0"
  29. },
  30. "_requiredBy": [
  31. "/devtools",
  32. "/webdriverio"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-5.5.0.tgz",
  35. "_spec": "5.5.0",
  36. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  37. "author": {
  38. "name": "The Chromium Authors"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/puppeteer/puppeteer/issues"
  42. },
  43. "dependencies": {
  44. "debug": "^4.1.0",
  45. "devtools-protocol": "0.0.818844",
  46. "extract-zip": "^2.0.0",
  47. "https-proxy-agent": "^4.0.0",
  48. "node-fetch": "^2.6.1",
  49. "pkg-dir": "^4.2.0",
  50. "progress": "^2.0.1",
  51. "proxy-from-env": "^1.0.0",
  52. "rimraf": "^3.0.2",
  53. "tar-fs": "^2.0.0",
  54. "unbzip2-stream": "^1.3.3",
  55. "ws": "^7.2.3"
  56. },
  57. "description": "A high-level API to control headless Chrome over the DevTools Protocol",
  58. "devDependencies": {
  59. "@commitlint/cli": "^11.0.0",
  60. "@commitlint/config-conventional": "^11.0.0",
  61. "@microsoft/api-documenter": "7.9.7",
  62. "@microsoft/api-extractor": "7.10.4",
  63. "@types/debug": "0.0.31",
  64. "@types/mime": "^2.0.0",
  65. "@types/mocha": "^7.0.2",
  66. "@types/node": "^14.0.13",
  67. "@types/proxy-from-env": "^1.0.1",
  68. "@types/rimraf": "^2.0.2",
  69. "@types/sinon": "^9.0.4",
  70. "@types/tar-fs": "^1.16.2",
  71. "@types/ws": "^7.2.4",
  72. "@typescript-eslint/eslint-plugin": "^4.4.0",
  73. "@typescript-eslint/parser": "^4.4.0",
  74. "@web/test-runner": "^0.9.2",
  75. "commonmark": "^0.28.1",
  76. "cross-env": "^7.0.2",
  77. "eslint": "^7.10.0",
  78. "eslint-config-prettier": "^6.12.0",
  79. "eslint-plugin-import": "^2.22.0",
  80. "eslint-plugin-mocha": "^8.0.0",
  81. "eslint-plugin-prettier": "^3.1.4",
  82. "eslint-plugin-unicorn": "^22.0.0",
  83. "esprima": "^4.0.0",
  84. "expect": "^25.2.7",
  85. "husky": "^4.3.0",
  86. "jpeg-js": "^0.3.7",
  87. "mime": "^2.0.3",
  88. "minimist": "^1.2.0",
  89. "mocha": "^8.2.0",
  90. "ncp": "^2.0.0",
  91. "pixelmatch": "^4.0.2",
  92. "pngjs": "^5.0.0",
  93. "prettier": "^2.1.2",
  94. "sinon": "^9.0.2",
  95. "standard-version": "^9.0.0",
  96. "text-diff": "^1.0.1",
  97. "ts-node": "^9.0.0",
  98. "typescript": "3.9.5"
  99. },
  100. "engines": {
  101. "node": ">=10.18.1"
  102. },
  103. "files": [
  104. "lib/",
  105. "install.js",
  106. "typescript-if-required.js",
  107. "cjs-entry.js",
  108. "cjs-entry-core.js"
  109. ],
  110. "homepage": "https://github.com/puppeteer/puppeteer#readme",
  111. "husky": {
  112. "hooks": {
  113. "commit-msg": "commitlint --env HUSKY_GIT_PARAMS"
  114. }
  115. },
  116. "license": "Apache-2.0",
  117. "main": "./cjs-entry-core.js",
  118. "name": "puppeteer-core",
  119. "repository": {
  120. "type": "git",
  121. "url": "git+https://github.com/puppeteer/puppeteer.git"
  122. },
  123. "scripts": {
  124. "apply-next-version": "node utils/apply_next_version.js",
  125. "assert-unit-coverage": "cross-env COVERAGE=1 mocha --config mocha-config/coverage-tests.js",
  126. "build": "npm run tsc",
  127. "clean-lib": "rm -rf lib",
  128. "commitlint": "commitlint --from=HEAD~1",
  129. "dev-install": "npm run tsc && node install.js",
  130. "doc": "node utils/doclint/cli.js",
  131. "ensure-correct-devtools-protocol-revision": "ts-node -s scripts/ensure-correct-devtools-protocol-package",
  132. "eslint": "([ \"$CI\" = true ] && eslint --ext js --ext ts --quiet -f codeframe . || eslint --ext js --ext ts .)",
  133. "eslint-fix": "eslint --ext js --ext ts --fix .",
  134. "funit": "PUPPETEER_PRODUCT=firefox npm run unit",
  135. "generate-docs": "npm run tsc && api-extractor run --local --verbose && api-documenter markdown -i temp -o new-docs",
  136. "lint": "npm run eslint && npm run tsc && npm run doc && npm run commitlint",
  137. "prepare": "node typescript-if-required.js",
  138. "prepublishOnly": "npm run tsc",
  139. "release": "standard-version",
  140. "test": "npm run tsc && npm run lint --silent && npm run unit-with-coverage && npm run test-browser",
  141. "test-browser": "wtr",
  142. "test-browser-watch": "wtr --watch",
  143. "test-install": "scripts/test-install.sh",
  144. "tsc": "npm run clean-lib && tsc --version && npm run tsc-cjs && npm run tsc-esm",
  145. "tsc-cjs": "tsc -b src/tsconfig.cjs.json",
  146. "tsc-esm": "tsc -b src/tsconfig.esm.json",
  147. "unit": "npm run tsc-cjs && mocha --config mocha-config/puppeteer-unit-tests.js",
  148. "unit-debug": "npm run tsc-cjs && mocha --inspect-brk --config mocha-config/puppeteer-unit-tests.js",
  149. "unit-with-coverage": "cross-env COVERAGE=1 npm run unit"
  150. },
  151. "standard-version": {
  152. "skip": {
  153. "commit": true,
  154. "tag": true
  155. }
  156. },
  157. "version": "5.5.0"
  158. }