summaryrefslogtreecommitdiff
path: root/chromium/third_party/devtools-frontend/src/node_modules/growl
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/growl
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/growl')
-rw-r--r--chromium/third_party/devtools-frontend/src/node_modules/growl/package.json32
1 files changed, 16 insertions, 16 deletions
diff --git a/chromium/third_party/devtools-frontend/src/node_modules/growl/package.json b/chromium/third_party/devtools-frontend/src/node_modules/growl/package.json
index 92b740a3c34..b3c1fdd767c 100644
--- a/chromium/third_party/devtools-frontend/src/node_modules/growl/package.json
+++ b/chromium/third_party/devtools-frontend/src/node_modules/growl/package.json
@@ -1,29 +1,29 @@
{
- "author": "TJ Holowaychuk <tj@vision-media.ca>",
- "description": "Growl unobtrusive notifications",
+ "author": "TJ Holowaychuk <tj@vision-media.ca>",
+ "description": "Growl unobtrusive notifications",
"devDependencies": {
- "eslint": "^4.8.0",
- "eslint-config-airbnb-base": "^12.0.1",
- "eslint-plugin-import": "^2.7.0",
+ "eslint": "^4.8.0",
+ "eslint-config-airbnb-base": "^12.0.1",
+ "eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.2.0"
- },
+ },
"engines": {
"node": ">=4.x"
- },
- "license": "MIT",
- "main": "./lib/growl.js",
+ },
+ "license": "MIT",
+ "main": "./lib/growl.js",
"maintainers": [
- "Joshua Boy Nicolai Appelman <joshua@jbnicolai.nl>",
+ "Joshua Boy Nicolai Appelman <joshua@jbnicolai.nl>",
"Timo Sand <timo.sand@iki.fi>"
- ],
- "name": "growl",
+ ],
+ "name": "growl",
"repository": {
- "type": "git",
+ "type": "git",
"url": "git://github.com/tj/node-growl.git"
- },
+ },
"scripts": {
- "lint": "eslint --ext js lib ",
+ "lint": "eslint --ext js lib ",
"test": "node test.js"
- },
+ },
"version": "1.10.5"
} \ No newline at end of file