summaryrefslogtreecommitdiff
path: root/chromium/third_party/devtools-frontend/src/node_modules/istanbul-reports
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2021-05-20 09:47:09 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2021-06-07 11:15:42 +0000
commit189d4fd8fad9e3c776873be51938cd31a42b6177 (patch)
tree6497caeff5e383937996768766ab3bb2081a40b2 /chromium/third_party/devtools-frontend/src/node_modules/istanbul-reports
parent8bc75099d364490b22f43a7ce366b366c08f4164 (diff)
downloadqtwebengine-chromium-189d4fd8fad9e3c776873be51938cd31a42b6177.tar.gz
BASELINE: Update Chromium to 90.0.4430.221
Change-Id: Iff4d9d18d2fcf1a576f3b1f453010f744a232920 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/third_party/devtools-frontend/src/node_modules/istanbul-reports')
-rw-r--r--chromium/third_party/devtools-frontend/src/node_modules/istanbul-reports/package.json48
1 files changed, 24 insertions, 24 deletions
diff --git a/chromium/third_party/devtools-frontend/src/node_modules/istanbul-reports/package.json b/chromium/third_party/devtools-frontend/src/node_modules/istanbul-reports/package.json
index e89dd5d4f96..197fc9155e5 100644
--- a/chromium/third_party/devtools-frontend/src/node_modules/istanbul-reports/package.json
+++ b/chromium/third_party/devtools-frontend/src/node_modules/istanbul-reports/package.json
@@ -1,13 +1,22 @@
{
+ "name": "istanbul-reports",
+ "version": "3.0.2",
+ "description": "istanbul reports",
"author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
- "bugs": {
- "url": "https://github.com/istanbuljs/istanbuljs/issues"
+ "main": "index.js",
+ "files": [
+ "index.js",
+ "lib"
+ ],
+ "scripts": {
+ "test": "nyc --nycrc-path=../../monorepo-per-package-nycrc.json mocha --recursive",
+ "prepare": "webpack --config lib/html-spa/webpack.config.js --mode production",
+ "prepare:watch": "webpack --config lib/html-spa/webpack.config.js --watch --mode development"
},
"dependencies": {
"html-escaper": "^2.0.0",
"istanbul-lib-report": "^3.0.0"
},
- "description": "istanbul reports",
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.5",
@@ -23,22 +32,20 @@
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
- "engines": {
- "node": ">=8"
+ "license": "BSD-3-Clause",
+ "repository": {
+ "type": "git",
+ "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git",
+ "directory": "packages/istanbul-reports"
},
- "files": [
- "index.js",
- "lib"
- ],
- "gitHead": "73c25ce79f91010d1ff073aa6ff3fd01114f90db",
- "homepage": "https://istanbul.js.org/",
"keywords": [
"istanbul",
"reports"
],
- "license": "BSD-3-Clause",
- "main": "index.js",
- "name": "istanbul-reports",
+ "bugs": {
+ "url": "https://github.com/istanbuljs/istanbuljs/issues"
+ },
+ "homepage": "https://istanbul.js.org/",
"nyc": {
"exclude": [
"lib/html/assets/**",
@@ -47,15 +54,8 @@
"test/**"
]
},
- "repository": {
- "directory": "packages/istanbul-reports",
- "type": "git",
- "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git"
- },
- "scripts": {
- "prepare": "webpack --config lib/html-spa/webpack.config.js --mode production",
- "prepare:watch": "webpack --config lib/html-spa/webpack.config.js --watch --mode development",
- "test": "nyc --nycrc-path=../../monorepo-per-package-nycrc.json mocha --recursive"
+ "engines": {
+ "node": ">=8"
},
- "version": "3.0.2"
+ "gitHead": "73c25ce79f91010d1ff073aa6ff3fd01114f90db"
}