summaryrefslogtreecommitdiff
path: root/chromium/third_party/devtools-frontend/src/node_modules/global-prefix
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/global-prefix
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/global-prefix')
-rw-r--r--chromium/third_party/devtools-frontend/src/node_modules/global-prefix/package.json40
1 files changed, 20 insertions, 20 deletions
diff --git a/chromium/third_party/devtools-frontend/src/node_modules/global-prefix/package.json b/chromium/third_party/devtools-frontend/src/node_modules/global-prefix/package.json
index 78508d67db5..45a57586529 100644
--- a/chromium/third_party/devtools-frontend/src/node_modules/global-prefix/package.json
+++ b/chromium/third_party/devtools-frontend/src/node_modules/global-prefix/package.json
@@ -1,8 +1,9 @@
{
+ "name": "global-prefix",
+ "description": "Get the npm global path prefix.",
+ "version": "3.0.0",
+ "homepage": "https://github.com/jonschlinkert/global-prefix",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
- "bugs": {
- "url": "https://github.com/jonschlinkert/global-prefix/issues"
- },
"contributors": [
"Alexandr Bogachev (https://github.com/rmbaad)",
"Brian Woodward (https://twitter.com/doowb)",
@@ -13,23 +14,30 @@
"Mathias Rasmussen (chrome://dino)",
"Ross Fenning (http://rossfenning.co.uk)"
],
+ "repository": "jonschlinkert/global-prefix",
+ "bugs": {
+ "url": "https://github.com/jonschlinkert/global-prefix/issues"
+ },
+ "license": "MIT",
+ "files": [
+ "index.js"
+ ],
+ "main": "index.js",
+ "engines": {
+ "node": ">=6"
+ },
+ "scripts": {
+ "test": "mocha"
+ },
"dependencies": {
"ini": "^1.3.5",
"kind-of": "^6.0.2",
"which": "^1.3.1"
},
- "description": "Get the npm global path prefix.",
"devDependencies": {
"gulp-format-md": "^2.0.0",
"mocha": "^5.2.0"
},
- "engines": {
- "node": ">=6"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/jonschlinkert/global-prefix",
"keywords": [
"global",
"module",
@@ -38,13 +46,5 @@
"path",
"prefix",
"resolve"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "global-prefix",
- "repository": "jonschlinkert/global-prefix",
- "scripts": {
- "test": "mocha"
- },
- "version": "3.0.0"
+ ]
}