summaryrefslogtreecommitdiff
path: root/chromium/third_party/devtools-frontend/src/node_modules/unpipe
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2020-07-16 11:45:35 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2020-07-17 08:59:23 +0000
commit552906b0f222c5d5dd11b9fd73829d510980461a (patch)
tree3a11e6ed0538a81dd83b20cf3a4783e297f26d91 /chromium/third_party/devtools-frontend/src/node_modules/unpipe
parent1b05827804eaf047779b597718c03e7d38344261 (diff)
downloadqtwebengine-chromium-552906b0f222c5d5dd11b9fd73829d510980461a.tar.gz
BASELINE: Update Chromium to 83.0.4103.122
Change-Id: Ie3a82f5bb0076eec2a7c6a6162326b4301ee291e Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'chromium/third_party/devtools-frontend/src/node_modules/unpipe')
-rw-r--r--chromium/third_party/devtools-frontend/src/node_modules/unpipe/package.json32
1 files changed, 16 insertions, 16 deletions
diff --git a/chromium/third_party/devtools-frontend/src/node_modules/unpipe/package.json b/chromium/third_party/devtools-frontend/src/node_modules/unpipe/package.json
index cb4a054d315..bc30e5f6e0d 100644
--- a/chromium/third_party/devtools-frontend/src/node_modules/unpipe/package.json
+++ b/chromium/third_party/devtools-frontend/src/node_modules/unpipe/package.json
@@ -1,27 +1,27 @@
{
- "author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
- "description": "Unpipe a stream from all destinations",
+ "author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
+ "description": "Unpipe a stream from all destinations",
"devDependencies": {
- "istanbul": "0.3.15",
- "mocha": "2.2.5",
+ "istanbul": "0.3.15",
+ "mocha": "2.2.5",
"readable-stream": "1.1.13"
- },
+ },
"engines": {
"node": ">= 0.8"
- },
+ },
"files": [
- "HISTORY.md",
- "LICENSE",
- "README.md",
+ "HISTORY.md",
+ "LICENSE",
+ "README.md",
"index.js"
- ],
- "license": "MIT",
- "name": "unpipe",
- "repository": "stream-utils/unpipe",
+ ],
+ "license": "MIT",
+ "name": "unpipe",
+ "repository": "stream-utils/unpipe",
"scripts": {
- "test": "mocha --reporter spec --bail --check-leaks test/",
- "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
+ "test": "mocha --reporter spec --bail --check-leaks test/",
+ "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
- },
+ },
"version": "1.0.0"
} \ No newline at end of file