123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- {
- "_args": [
- [
- "puppeteer-core@5.5.0",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "puppeteer-core@5.5.0",
- "_id": "puppeteer-core@5.5.0",
- "_inBundle": false,
- "_integrity": "sha512-tlA+1n+ziW/Db03hVV+bAecDKse8ihFRXYiEypBe9IlLRvOCzYFG6qrCMBYK34HO/Q/Ecjc+tvkHRAfLVH+NgQ==",
- "_location": "/puppeteer-core",
- "_phantomChildren": {
- "@types/yauzl": "2.9.2",
- "debug": "4.3.2",
- "pump": "3.0.0",
- "yauzl": "2.10.0"
- },
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "puppeteer-core@5.5.0",
- "name": "puppeteer-core",
- "escapedName": "puppeteer-core",
- "rawSpec": "5.5.0",
- "saveSpec": null,
- "fetchSpec": "5.5.0"
- },
- "_requiredBy": [
- "/devtools",
- "/webdriverio"
- ],
- "_resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-5.5.0.tgz",
- "_spec": "5.5.0",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "The Chromium Authors"
- },
- "bugs": {
- "url": "https://github.com/puppeteer/puppeteer/issues"
- },
- "dependencies": {
- "debug": "^4.1.0",
- "devtools-protocol": "0.0.818844",
- "extract-zip": "^2.0.0",
- "https-proxy-agent": "^4.0.0",
- "node-fetch": "^2.6.1",
- "pkg-dir": "^4.2.0",
- "progress": "^2.0.1",
- "proxy-from-env": "^1.0.0",
- "rimraf": "^3.0.2",
- "tar-fs": "^2.0.0",
- "unbzip2-stream": "^1.3.3",
- "ws": "^7.2.3"
- },
- "description": "A high-level API to control headless Chrome over the DevTools Protocol",
- "devDependencies": {
- "@commitlint/cli": "^11.0.0",
- "@commitlint/config-conventional": "^11.0.0",
- "@microsoft/api-documenter": "7.9.7",
- "@microsoft/api-extractor": "7.10.4",
- "@types/debug": "0.0.31",
- "@types/mime": "^2.0.0",
- "@types/mocha": "^7.0.2",
- "@types/node": "^14.0.13",
- "@types/proxy-from-env": "^1.0.1",
- "@types/rimraf": "^2.0.2",
- "@types/sinon": "^9.0.4",
- "@types/tar-fs": "^1.16.2",
- "@types/ws": "^7.2.4",
- "@typescript-eslint/eslint-plugin": "^4.4.0",
- "@typescript-eslint/parser": "^4.4.0",
- "@web/test-runner": "^0.9.2",
- "commonmark": "^0.28.1",
- "cross-env": "^7.0.2",
- "eslint": "^7.10.0",
- "eslint-config-prettier": "^6.12.0",
- "eslint-plugin-import": "^2.22.0",
- "eslint-plugin-mocha": "^8.0.0",
- "eslint-plugin-prettier": "^3.1.4",
- "eslint-plugin-unicorn": "^22.0.0",
- "esprima": "^4.0.0",
- "expect": "^25.2.7",
- "husky": "^4.3.0",
- "jpeg-js": "^0.3.7",
- "mime": "^2.0.3",
- "minimist": "^1.2.0",
- "mocha": "^8.2.0",
- "ncp": "^2.0.0",
- "pixelmatch": "^4.0.2",
- "pngjs": "^5.0.0",
- "prettier": "^2.1.2",
- "sinon": "^9.0.2",
- "standard-version": "^9.0.0",
- "text-diff": "^1.0.1",
- "ts-node": "^9.0.0",
- "typescript": "3.9.5"
- },
- "engines": {
- "node": ">=10.18.1"
- },
- "files": [
- "lib/",
- "install.js",
- "typescript-if-required.js",
- "cjs-entry.js",
- "cjs-entry-core.js"
- ],
- "homepage": "https://github.com/puppeteer/puppeteer#readme",
- "husky": {
- "hooks": {
- "commit-msg": "commitlint --env HUSKY_GIT_PARAMS"
- }
- },
- "license": "Apache-2.0",
- "main": "./cjs-entry-core.js",
- "name": "puppeteer-core",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/puppeteer/puppeteer.git"
- },
- "scripts": {
- "apply-next-version": "node utils/apply_next_version.js",
- "assert-unit-coverage": "cross-env COVERAGE=1 mocha --config mocha-config/coverage-tests.js",
- "build": "npm run tsc",
- "clean-lib": "rm -rf lib",
- "commitlint": "commitlint --from=HEAD~1",
- "dev-install": "npm run tsc && node install.js",
- "doc": "node utils/doclint/cli.js",
- "ensure-correct-devtools-protocol-revision": "ts-node -s scripts/ensure-correct-devtools-protocol-package",
- "eslint": "([ \"$CI\" = true ] && eslint --ext js --ext ts --quiet -f codeframe . || eslint --ext js --ext ts .)",
- "eslint-fix": "eslint --ext js --ext ts --fix .",
- "funit": "PUPPETEER_PRODUCT=firefox npm run unit",
- "generate-docs": "npm run tsc && api-extractor run --local --verbose && api-documenter markdown -i temp -o new-docs",
- "lint": "npm run eslint && npm run tsc && npm run doc && npm run commitlint",
- "prepare": "node typescript-if-required.js",
- "prepublishOnly": "npm run tsc",
- "release": "standard-version",
- "test": "npm run tsc && npm run lint --silent && npm run unit-with-coverage && npm run test-browser",
- "test-browser": "wtr",
- "test-browser-watch": "wtr --watch",
- "test-install": "scripts/test-install.sh",
- "tsc": "npm run clean-lib && tsc --version && npm run tsc-cjs && npm run tsc-esm",
- "tsc-cjs": "tsc -b src/tsconfig.cjs.json",
- "tsc-esm": "tsc -b src/tsconfig.esm.json",
- "unit": "npm run tsc-cjs && mocha --config mocha-config/puppeteer-unit-tests.js",
- "unit-debug": "npm run tsc-cjs && mocha --inspect-brk --config mocha-config/puppeteer-unit-tests.js",
- "unit-with-coverage": "cross-env COVERAGE=1 npm run unit"
- },
- "standard-version": {
- "skip": {
- "commit": true,
- "tag": true
- }
- },
- "version": "5.5.0"
- }
|