summaryrefslogtreecommitdiff
path: root/chromium/third_party/devtools-frontend/src/node_modules/global-prefix/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/devtools-frontend/src/node_modules/global-prefix/package.json')
-rw-r--r--chromium/third_party/devtools-frontend/src/node_modules/global-prefix/package.json50
1 files changed, 50 insertions, 0 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
new file mode 100644
index 00000000000..78508d67db5
--- /dev/null
+++ b/chromium/third_party/devtools-frontend/src/node_modules/global-prefix/package.json
@@ -0,0 +1,50 @@
+{
+ "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)",
+ "Charlike Mike Reagent (https://i.am.charlike.online)",
+ "JasonChang (https://packagist.org/packages/jason-chang)",
+ "Jon Schlinkert (http://twitter.com/jonschlinkert)",
+ "Jorrit Schippers (https://www.ncode.nl)",
+ "Mathias Rasmussen (chrome://dino)",
+ "Ross Fenning (http://rossfenning.co.uk)"
+ ],
+ "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",
+ "modules",
+ "npm",
+ "path",
+ "prefix",
+ "resolve"
+ ],
+ "license": "MIT",
+ "main": "index.js",
+ "name": "global-prefix",
+ "repository": "jonschlinkert/global-prefix",
+ "scripts": {
+ "test": "mocha"
+ },
+ "version": "3.0.0"
+}