blob: 78508d67db59ce18c7b21e537a878befbc3733b6 [file] [edit]
{
"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"
}