2016-10-10 03:43:44 +02:00
|
|
|
{
|
2016-11-03 01:33:53 +01:00
|
|
|
"name": "global-prefix",
|
|
|
|
"description": "Get the npm global path prefix.",
|
2017-04-20 03:09:25 +02:00
|
|
|
"version": "0.1.5",
|
2016-11-03 01:33:53 +01:00
|
|
|
"homepage": "https://github.com/jonschlinkert/global-prefix",
|
|
|
|
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
|
|
|
|
"repository": "jonschlinkert/global-prefix",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/jonschlinkert/global-prefix/issues"
|
2016-10-10 03:43:44 +02:00
|
|
|
},
|
2016-11-03 01:33:53 +01:00
|
|
|
"license": "MIT",
|
|
|
|
"files": [
|
|
|
|
"index.js"
|
2016-10-10 03:43:44 +02:00
|
|
|
],
|
2016-11-03 01:33:53 +01:00
|
|
|
"main": "index.js",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.0"
|
2016-10-10 03:43:44 +02:00
|
|
|
},
|
2016-11-03 01:33:53 +01:00
|
|
|
"scripts": {
|
|
|
|
"test": "mocha"
|
2016-10-10 03:43:44 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-04-20 03:09:25 +02:00
|
|
|
"homedir-polyfill": "^1.0.0",
|
2016-10-10 03:43:44 +02:00
|
|
|
"ini": "^1.3.4",
|
|
|
|
"is-windows": "^0.2.0",
|
2017-04-20 03:09:25 +02:00
|
|
|
"which": "^1.2.12"
|
2016-10-10 03:43:44 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-04-20 03:09:25 +02:00
|
|
|
"fs-exists-sync": "^0.1.0",
|
|
|
|
"gulp-format-md": "^0.1.11",
|
|
|
|
"mocha": "^3.2.0"
|
2016-10-10 03:43:44 +02:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"global",
|
|
|
|
"module",
|
|
|
|
"modules",
|
|
|
|
"npm",
|
|
|
|
"path",
|
|
|
|
"prefix",
|
|
|
|
"resolve"
|
|
|
|
],
|
|
|
|
"verb": {
|
|
|
|
"run": true,
|
|
|
|
"toc": false,
|
|
|
|
"layout": "default",
|
|
|
|
"tasks": [
|
|
|
|
"readme"
|
|
|
|
],
|
|
|
|
"plugins": [
|
|
|
|
"gulp-format-md"
|
|
|
|
],
|
|
|
|
"related": {
|
|
|
|
"list": [
|
|
|
|
"global-modules",
|
|
|
|
"global-paths"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"reflinks": [
|
|
|
|
"verb"
|
|
|
|
],
|
|
|
|
"lint": {
|
|
|
|
"reflinks": true
|
|
|
|
}
|
2017-04-20 03:09:25 +02:00
|
|
|
},
|
|
|
|
"contributors": [
|
|
|
|
"Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)",
|
|
|
|
"Alexandr Bogachev <kuksikus@gmail.com> (https://github.com/rmbaad)",
|
|
|
|
"JasonChang <chaoyue.chang@qq.com> (https://packagist.org/packages/jason-chang)",
|
|
|
|
"Jorrit Schippers (https://www.ncode.nl)",
|
|
|
|
"Mathias Rasmussen (https://github.com/mathiasvr)",
|
|
|
|
"Charlike Mike Reagent (http://i.am.charlike.online)"
|
|
|
|
]
|
2016-10-10 03:43:44 +02:00
|
|
|
}
|