summaryrefslogtreecommitdiff
path: root/chromium/third_party/devtools-frontend/src/node_modules/unpipe
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/unpipe
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/unpipe')
-rw-r--r--chromium/third_party/devtools-frontend/src/node_modules/unpipe/package.json18
1 files changed, 9 insertions, 9 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 4e7a12dd750..a2b73583bd6 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>",
+ "name": "unpipe",
"description": "Unpipe a stream from all destinations",
+ "version": "1.0.0",
+ "author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
+ "license": "MIT",
+ "repository": "stream-utils/unpipe",
"devDependencies": {
"istanbul": "0.3.15",
"mocha": "2.2.5",
"readable-stream": "1.1.13"
},
- "engines": {
- "node": ">= 0.8"
- },
"files": [
"HISTORY.md",
"LICENSE",
"README.md",
"index.js"
],
- "license": "MIT",
- "name": "unpipe",
- "repository": "stream-utils/unpipe",
+ "engines": {
+ "node": ">= 0.8"
+ },
"scripts": {
"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"
+ }
}