Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
..
DIR_METADATA 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
README.chromium 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
clean_json_attrs.py 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
coverage_modules.py 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
node_modules.tar.gz.sha1 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
npm_exclude.txt 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
package-lock.json 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
package.json 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
update_npm_deps 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago

README.chromium

Name: V8 to Istanbul Coverage Converter
Short Name: v8-to-istanbul
URL: https://www.npmjs.com/package/v8-to-istanbul
Version: 9.0.1
License: ISC
License File: NOT_SHIPPED
Security Critical: no

Description:
V8 To Istanbul converts raw v8 coverage into istanbul compliant coverage report.

Local Modifications:
(none)

Name: Source map
Short Name: source-map
URL: https://www.npmjs.com/package/source-map
Version: 0.7.4
License: BSD-3-Clause
License File: NOT_SHIPPED
Security Critical: No. Not shipped in Chrome, used to generate source maps for build steps.

Description:
Source map provides useful functionality to easily generate and consume
JavaScript source maps, useful in identifying the build transformations that
occurred between the final generated JavaScript file and the source it
originated from.

Local Modifications:
(none)

Name: IstanbulJS CLI
Short Name: nyc
URL: https://www.npmjs.com/package/nyc
Version: 15.1.0
License: ISC
License File: NOT_SHIPPED
Security Critical: No. Not shipped in Chrome, used for post-processing of coverage reports.

Description:
NYC is a CLI to merge, manipulate and generate reports in a variety of formats
for JavaScript code coverage. This tool is used in conjunction with the
v8-to-istanbul package to convert v8 coverage -> istanbul -> {html,lcov}

Local Modifications:
(none)

Name: argparse
Short Name: argparse
URL: https://www.npmjs.com/package/argparse
Version: 2.0.1
License: Python-2.0
License File: NOT_SHIPPED
Security Critical: No. Not shipped in Chrome, used to take arguments for JS files run via CLI.

Description:
Argparse is used to take, validate and parse CLI arguments for JavaScript scripts
which are run as CLI scripts.

Name: istanbul-lib-coverage
Short Name: istanbul-lib-coverage
URL: https://www.npmjs.com/package/istanbul-lib-coverage
Version: 3.2.0
License: BSD-3-Clause
License File: NOT_SHIPPED
Security Critical: No. Not shipped in Chrome, used to merge coverage reports.

Description:
istanbul-lib-coverage is used to merge coverage reports by the NYC library.