You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
1.6 KiB
76 lines
1.6 KiB
2 years ago
|
{
|
||
|
"name": "global-prefix",
|
||
|
"description": "Get the npm global path prefix.",
|
||
|
"version": "1.0.2",
|
||
|
"homepage": "https://github.com/jonschlinkert/global-prefix",
|
||
|
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
|
||
|
"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)"
|
||
|
],
|
||
|
"repository": "jonschlinkert/global-prefix",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/jonschlinkert/global-prefix/issues"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"files": [
|
||
|
"index.js"
|
||
|
],
|
||
|
"main": "index.js",
|
||
|
"engines": {
|
||
|
"node": ">=0.10.0"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "mocha"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"expand-tilde": "^2.0.2",
|
||
|
"homedir-polyfill": "^1.0.1",
|
||
|
"ini": "^1.3.4",
|
||
|
"is-windows": "^1.0.1",
|
||
|
"which": "^1.2.14"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"gulp-format-md": "^0.1.12",
|
||
|
"mocha": "^3.4.2"
|
||
|
},
|
||
|
"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
|
||
|
}
|
||
|
}
|
||
|
}
|