[go: nahoru, domu]

blob: 5d20094df447e3a96936578c5ce6faa378c7a902 [file] [log] [blame]
Blink Reformat4c46d092018-04-07 15:32:371{
Tim van der Lippef86acf82020-01-16 12:54:462 "author": "The Chromium Authors",
Blink Reformat4c46d092018-04-07 15:32:373 "bugs": {
4 "url": "https://bugs.chromium.org/p/chromium/issues/list?can=2&q=component:Platform%3EDevTools%20&sort=-opened&colspec=ID%20Stars%20Owner%20Summary%20Modified%20Opened"
Tim van der Lippef86acf82020-01-16 12:54:465 },
6 "description": "Chrome DevTools UI",
7 "homepage": "https://devtools.chrome.com",
Paul Lewis75090cf2019-10-25 13:13:118 "keywords": [
Tim van der Lippef86acf82020-01-16 12:54:469 "devtools",
10 "chrome",
11 "chromium",
12 "blink",
Paul Lewis75090cf2019-10-25 13:13:1113 "debugger"
Tim van der Lippef86acf82020-01-16 12:54:4614 ],
Tim van der Lippe3116ece2020-05-14 10:34:1515 "license": "BSD-3-Clause",
Tim van der Lippef86acf82020-01-16 12:54:4616 "name": "chrome-devtools-frontend",
Paul Lewis75090cf2019-10-25 13:13:1117 "repository": {
Tim van der Lippef86acf82020-01-16 12:54:4618 "type": "git",
Paul Lewis75090cf2019-10-25 13:13:1119 "url": "git+https://github.com/ChromeDevTools/devtools-frontend.git"
Tim van der Lippef86acf82020-01-16 12:54:4620 },
Paul Lewis75090cf2019-10-25 13:13:1121 "scripts": {
Thiago Perrottade62a032022-07-29 18:32:1022 "auto-debug-e2etest": "npm run build && npm run debug-e2etest --",
23 "auto-debug-interactionstest": "npm run build && npm run debug-interactionstest --",
Alex Rudenkofd136e02021-06-16 11:26:1624 "auto-debug-unittest": "DEBUG_TEST=1 npm run auto-unittest --",
Thiago Perrottade62a032022-07-29 18:32:1025 "auto-e2etest": "npm run build && npm run e2etest --",
Al Muthanna Athamina40d1b8a2023-02-21 13:39:0226 "auto-e2etest-parallel": "npm run build && npm run e2etest -- --jobs=8",
Thiago Perrottade62a032022-07-29 18:32:1027 "auto-interactionstest": "npm run build && npm run interactionstest --",
Andrés Olivares0fbb4112023-04-03 14:39:0528 "auto-screenshotstest": "npm run build && third_party/node/node.py --output scripts/test/run_test_suite.js --config test/interactions/test-runner-config.json --mocha-fgrep '[screenshot]'",
Alex Rudenkodf72a742023-02-01 10:40:4429 "auto-unittest": "vpython scripts/test/run_auto_unittests.py --no-text-coverage",
30 "auto-unittest-coverage": "vpython scripts/test/run_auto_unittests.py --no-text-coverage --coverage",
Simon Zünd52be96d2022-11-28 08:50:4031 "bake-strings": "npm run collect-strings && vpython third_party/node/node.py --output third_party/i18n/bake-strings.js front_end/core/i18n/locales",
Paul Lewis05cf8eb2021-05-13 08:34:4432 "build": "autoninja -C out/Default",
33 "build-release": "autoninja -C out/Release",
Tim van der Lippe2ec97902021-12-02 11:34:5334 "check": "npm run check-lint && npm run check-loc",
Alex Rudenko82bff602022-04-21 07:17:5535 "check-external-links": "vpython third_party/node/node.py --output scripts/check_external_links.js",
36 "check-lint": "vpython third_party/node/node.py --output scripts/test/run_lint_check_js.mjs && vpython third_party/node/node.py --output scripts/test/run_lint_check_css.js",
Jack Franklin38391d42022-04-25 10:17:1237 "check-lint-js": "vpython third_party/node/node.py --output scripts/test/run_lint_check_js.mjs",
Alex Rudenko82bff602022-04-21 07:17:5538 "check-lint-css": "vpython third_party/node/node.py --output scripts/test/run_lint_check_css.js",
39 "collect-strings": "vpython third_party/node/node.py --output third_party/i18n/collect-strings.js front_end",
40 "components-server": "vpython third_party/node/node.py --output scripts/component_server/server.js",
Alex Rudenkofd136e02021-06-16 11:26:1641 "debug-e2etest": "DEBUG_TEST=1 npm run e2etest",
Nancy Li103da332021-08-18 14:45:1142 "debug-interactionstest": "DEBUG_TEST=1 npm run interactionstest",
Alex Rudenko82bff602022-04-21 07:17:5543 "debug-test": "vpython third_party/node/node.py --output scripts/npm_test.js --debug-devtools",
Alex Rudenkofd136e02021-06-16 11:26:1644 "debug-unittest": "DEBUG_TEST=1 npm run unittest",
Alex Rudenko82bff602022-04-21 07:17:5545 "e2etest": "vpython third_party/node/node.py --output scripts/test/run_test_suite.js --config=test/e2e/test-runner-config.json",
46 "eslint-test": "vpython third_party/node/node.py --output node_modules/mocha/bin/mocha \"./scripts/eslint_rules/tests/*_test.js\"",
47 "build-test": "vpython third_party/node/node.py --output node_modules/mocha/bin/mocha \"./scripts/build/tests/*_test.js\"",
48 "generate-dark-mode-styles": "vpython third_party/node/node.py --output scripts/dark_mode/generate_dark_theme_sheet.js",
Tim van der Lippe8e12f922020-12-03 16:33:5049 "generate-protocol-resources": "scripts/deps/generate_protocol_resources.py && git cl format --js",
Tim van der Lippe8e12f922020-12-03 16:33:5050 "install-deps": "scripts/deps/manage_node_deps.py",
Alex Rudenko82bff602022-04-21 07:17:5551 "interactionstest": "vpython third_party/node/node.py --output scripts/test/run_test_suite.js --config=test/interactions/test-runner-config.json",
52 "perf": "vpython third_party/node/node.py --output scripts/test/run_test_suite.js --config=test/perf/test-runner-config.json",
Andrés Olivares0fbb4112023-04-03 14:39:0553 "prebuild": "gn gen out/Default",
Tim van der Lippef86acf82020-01-16 12:54:4654 "setup-dtrun": "cd scripts/devtools_run && npm link",
Tim van der Lippe8dcbdb82020-06-17 11:07:2055 "start": "node -e 'console.log(`This script has been removed in favor of --custom-devtools-frontend. For more information, see https://docs.google.com/document/d/1COgCBWWuTh2o-Zbp6h_z0h0LtlJaimaEDsION4RZPxc/edit?usp=sharing`);'",
Alex Rudenko82bff602022-04-21 07:17:5556 "stylelint-test": "vpython third_party/node/node.py --output ./node_modules/.bin/mocha \"./scripts/stylelint_rules/tests/*_test.js\"",
57 "test": "vpython third_party/node/node.py --output scripts/npm_test.js",
58 "test-local": "vpython third_party/node/node.py --output scripts/npm_test.js --layout-tests-directory=test/webtests/",
Tim van der Lippe35cca412020-04-06 12:03:3859 "ts_library-test": "./third_party/typescript/tests/verify_ts_libary.sh",
Alex Rudenkodf72a742023-02-01 10:40:4460 "unittest": "vpython scripts/test/run_unittests.py --no-text-coverage",
Alex Rudenko82bff602022-04-21 07:17:5561 "watch": "vpython third_party/node/node.py --output scripts/watch_build.js"
Paul Lewis75090cf2019-10-25 13:13:1162 }
Jack Franklin1557a1c2020-06-08 14:22:1363}