puppeteer/package.json

190 lines
5.5 KiB
JSON
Raw Normal View History

2017-05-11 07:06:41 +00:00
{
"name": "puppeteer-repo",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/puppeteer/puppeteer"
2017-06-19 22:01:14 +00:00
},
2017-05-11 07:06:41 +00:00
"scripts": {
"bisect": "tsx tools/bisect.ts",
"build": "wireit",
"build:docs": "wireit",
"check:pinned-deps": "tsx tools/ensure-pinned-deps",
"check": "npm run check --workspaces --if-present && run-p check:*",
2023-02-10 17:57:17 +00:00
"clean": "rimraf **/.wireit && npm run clean --workspaces --if-present",
"commitlint": "commitlint --from=HEAD~1",
"debug": "mocha --inspect-brk",
"docs": "run-s build:docs generate:markdown",
"format:eslint": "eslint --ext js --ext ts --fix .",
"format:prettier": "prettier --write .",
"format": "run-s format:*",
"generate:markdown": "tsx tools/generate_docs.ts",
"lint:eslint": "([ \"$CI\" = true ] && eslint --ext js --ext ts --quiet -f codeframe . || eslint --ext js --ext ts .)",
"lint:prettier": "prettier --check .",
"lint": "run-s lint:prettier lint:eslint",
"postinstall": "npm run postinstall --workspaces --if-present",
"prepare": "husky install",
"test-install": "npm run test --workspace @puppeteer-test/installation",
"test-types": "tsd -t packages/puppeteer",
"test:chrome:headful": "wireit",
"test:chrome:new-headless": "wireit",
"test:chrome:headless": "wireit",
"test:chrome:bidi": "wireit",
"test:chrome": "wireit",
"test:firefox:bidi": "wireit",
"test:firefox:headful": "wireit",
"test:firefox:headless": "wireit",
"test:firefox": "wireit",
"test": "cross-env PUPPETEER_DEFERRED_PROMISE_DEBUG_TIMEOUT=20000 node tools/mochaRunner/lib/main.js"
2017-05-11 07:06:41 +00:00
},
"wireit": {
"build": {
"dependencies": [
"./packages/browsers:build",
"./packages/ng-schematics:build",
"./packages/puppeteer-core:build",
"./packages/puppeteer:build",
"./packages/testserver:build",
"./test:build",
"./test/installation:build"
]
},
"build:docs": {
"dependencies": [
"./packages/puppeteer:build:docs",
"./packages/puppeteer-core:build:docs"
]
},
"test:chrome:headful": {
"command": "npm test -- --test-suite chrome-headful",
"dependencies": [
"./test:build"
]
},
"test:chrome:headless": {
"command": "npm test -- --test-suite chrome-headless",
"dependencies": [
"./test:build"
]
},
"test:chrome:new-headless": {
"command": "npm test -- --test-suite chrome-new-headless",
"dependencies": [
"./test:build"
]
},
"test:chrome:bidi": {
"command": "npm test -- --test-suite chrome-bidi",
"dependencies": [
"./test:build"
]
},
"test:firefox:headful": {
"command": "npm test -- --test-suite firefox-headful",
"dependencies": [
"./test:build"
]
},
"test:firefox:headless": {
"command": "npm test -- --test-suite firefox-headless",
"dependencies": [
"./test:build"
]
},
"test:firefox:bidi": {
"command": "npm test -- --test-suite firefox-bidi",
"dependencies": [
"./test:build"
]
},
"test:chrome": {
"dependencies": [
"test:chrome:headful",
"test:chrome:headless",
"test:chrome:new-headless",
"test:chrome:bidi"
]
},
"test:firefox": {
"dependencies": [
"test:firefox:headful",
"test:firefox:headless",
"test:firefox:bidi"
]
}
},
"devDependencies": {
"@actions/core": "1.10.0",
"@commitlint/cli": "17.3.0",
"@commitlint/config-conventional": "17.3.0",
"@microsoft/api-documenter": "7.21.5",
"@microsoft/api-extractor": "7.34.4",
"@microsoft/api-extractor-model": "7.26.4",
"@pptr/testserver": "file:packages/testserver",
"@rollup/plugin-commonjs": "24.0.1",
"@rollup/plugin-node-resolve": "15.0.1",
"@types/debug": "4.1.7",
"@types/diff": "5.0.2",
2022-09-27 09:53:19 +00:00
"@types/glob": "8.0.0",
"@types/mime": "3.0.1",
"@types/mocha": "10.0.1",
"@types/node": "18.11.17",
"@types/pixelmatch": "5.2.4",
"@types/pngjs": "6.0.1",
"@types/progress": "2.0.5",
"@types/proxy-from-env": "1.0.1",
"@types/rimraf": "3.0.2",
"@types/semver": "7.3.13",
"@types/sinon": "10.0.13",
"@types/tar-fs": "2.0.1",
2022-05-31 14:34:16 +00:00
"@types/unbzip2-stream": "1.4.0",
"@types/ws": "8.5.3",
"@typescript-eslint/eslint-plugin": "5.46.1",
"@typescript-eslint/parser": "5.46.1",
"c8": "7.12.0",
"commonmark": "0.30.0",
"cross-env": "7.0.3",
"diff": "5.1.0",
"esbuild": "0.16.9",
"eslint": "8.30.0",
"eslint-config-prettier": "8.5.0",
"eslint-formatter-codeframe": "7.32.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-local": "1.0.0",
"eslint-plugin-mocha": "10.1.0",
"eslint-plugin-prettier": "4.2.1",
2022-09-27 09:53:19 +00:00
"eslint-plugin-tsdoc": "0.2.17",
2022-07-01 14:00:03 +00:00
"eslint-plugin-unused-imports": "2.0.0",
"esprima": "4.0.1",
"expect": "25.2.7",
chore(deps): Bump glob from 8.0.3 to 8.1.0 (#9531) Bumps [glob](https://github.com/isaacs/node-glob) from 8.0.3 to 8.1.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/isaacs/node-glob/blob/main/changelog.md">glob's changelog</a>.</em></p> <blockquote> <h2>8.1</h2> <ul> <li>Add <code>windowsPathsNoEscape</code> option</li> </ul> <h2>8.0</h2> <ul> <li>Only support node v12 and higher</li> <li><code>\</code> is now <strong>only</strong> used as an escape character, and never as a path separator in glob patterns, so that Windows users have a way to match against filenames containing literal glob pattern characters.</li> <li>Glob pattern paths <strong>must</strong> use forward-slashes as path separators, since <code>\</code> is an escape character to match literal glob pattern characters.</li> <li>(8.0.2) <code>cwd</code> and <code>root</code> will always be automatically coerced to use <code>/</code> as path separators on Windows, as they cannot contain glob patterns anyway, and are often supplied by <code>path.resolve()</code> and other methods that will use <code>\</code> path separators by default.</li> </ul> <h2>7.2</h2> <ul> <li>Add fs option to allow passing virtual filesystem</li> </ul> <h2>7.1</h2> <ul> <li>Ignore stat errors that are not <code>ENOENT</code> to work around Windows issues.</li> <li>Support using root and absolute options together</li> <li>Bring back lumpy space princess</li> <li>force 'en' locale in string sorting</li> </ul> <h2>7.0</h2> <ul> <li>Raise error if <code>options.cwd</code> is specified, and not a directory</li> </ul> <h2>6.0</h2> <ul> <li>Remove comment and negation pattern support</li> <li>Ignore patterns are always in <code>dot:true</code> mode</li> </ul> <h2>5.0</h2> <ul> <li>Deprecate comment and negation patterns</li> <li>Fix regression in <code>mark</code> and <code>nodir</code> options from making all cache keys absolute path.</li> <li>Abort if <code>fs.readdir</code> returns an error that's unexpected</li> <li>Don't emit <code>match</code> events for ignored items</li> <li>Treat ENOTSUP like ENOTDIR in readdir</li> </ul> <h2>4.5</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/isaacs/node-glob/commit/1b6bf20239a4c3bd73cacc82daa86bb7cf409398"><code>1b6bf20</code></a> 8.1.0</li> <li><a href="https://github.com/isaacs/node-glob/commit/1756fccfe713a2d83bfe6ac6e4d93e2d5dc0e69e"><code>1756fcc</code></a> add windowsPathsNoEscape option</li> <li><a href="https://github.com/isaacs/node-glob/commit/af57da21c7722bb6edb687ccd4ad3b99d3e7a333"><code>af57da2</code></a> update tap, libtap</li> <li><a href="https://github.com/isaacs/node-glob/commit/e19db65d233c8e5bb36ecdffbb558dd3ecada26f"><code>e19db65</code></a> Remove dependency on path-is-absolute</li> <li>See full diff in <a href="https://github.com/isaacs/node-glob/compare/v8.0.3...v8.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=glob&package-manager=npm_and_yarn&previous-version=8.0.3&new-version=8.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-18 08:12:52 +00:00
"glob": "8.1.0",
"gts": "4.0.0",
"husky": "8.0.2",
"jpeg-js": "0.4.4",
"mime": "3.0.0",
"minimist": "1.2.7",
"mocha": "10.2.0",
"ncp": "2.0.0",
2022-07-01 13:03:12 +00:00
"npm-run-all": "4.1.5",
"pixelmatch": "5.3.0",
"pngjs": "6.0.0",
"prettier": "2.8.1",
"puppeteer": "file:packages/puppeteer",
"rollup": "3.12.1",
"semver": "7.3.8",
"sinon": "15.0.1",
"source-map-support": "0.5.21",
"text-diff": "1.0.1",
"tsd": "0.25.0",
"tsx": "3.12.1",
"typescript": "4.9.4",
"wireit": "0.9.2",
"zod": "3.20.2"
},
"workspaces": [
"packages/*",
"test",
"test/installation"
]
2017-05-11 07:06:41 +00:00
}