109 lines
2.3 KiB
JSON
109 lines
2.3 KiB
JSON
|
{
|
||
|
"name": "get-installed-path",
|
||
|
"version": "2.1.1",
|
||
|
"description": "Get installation path where the given package is installed. Works for globally and locally installed packages. Works on Windows too.",
|
||
|
"repository": "tunnckoCore/get-installed-path",
|
||
|
"author": "Charlike Mike Reagent <@tunnckoCore> (http://i.am.charlike.online)",
|
||
|
"precommit.silent": true,
|
||
|
"main": "index.js",
|
||
|
"license": "MIT",
|
||
|
"scripts": {
|
||
|
"lint": "eslint *.js --format codeframe --fix",
|
||
|
"pretest": "npm run lint",
|
||
|
"test": "npm run coverage",
|
||
|
"posttest": "npm run lint:coverage",
|
||
|
"coverage": "nyc node test.js",
|
||
|
"lint:coverage": "nyc check-coverage",
|
||
|
"prerelease": "npm test",
|
||
|
"release": "standard-version --sign --no-verify",
|
||
|
"precommit": "git add --all",
|
||
|
"commit": "git-cz"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"global-modules": "1.0.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"commitizen": "2.9.6",
|
||
|
"cz-conventional-changelog": "2.0.0",
|
||
|
"eslint": "4.5.0",
|
||
|
"eslint-config-standard-tunnckocore": "1.0.7",
|
||
|
"mkdirp": "^0.5.1",
|
||
|
"mukla": "0.4.9",
|
||
|
"nyc": "10.0.0",
|
||
|
"pkg-dir": "2.0.0",
|
||
|
"pre-commit": "1.2.2",
|
||
|
"rimraf": "2.6.1",
|
||
|
"standard-version": "4.2.0"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js"
|
||
|
],
|
||
|
"keywords": [
|
||
|
"filepath",
|
||
|
"get",
|
||
|
"global",
|
||
|
"globally",
|
||
|
"install",
|
||
|
"installed",
|
||
|
"local",
|
||
|
"locally",
|
||
|
"npm",
|
||
|
"package",
|
||
|
"path",
|
||
|
"pkg",
|
||
|
"resolve"
|
||
|
],
|
||
|
"config": {
|
||
|
"commitizen": {
|
||
|
"path": "./node_modules/cz-conventional-changelog"
|
||
|
}
|
||
|
},
|
||
|
"verb": {
|
||
|
"run": true,
|
||
|
"toc": {
|
||
|
"render": true,
|
||
|
"method": "preWrite",
|
||
|
"maxdepth": 3,
|
||
|
"footer": ""
|
||
|
},
|
||
|
"layout": "empty",
|
||
|
"tasks": [
|
||
|
"readme"
|
||
|
],
|
||
|
"related": {
|
||
|
"list": [
|
||
|
"always-done",
|
||
|
"minibase",
|
||
|
"try-catch-core",
|
||
|
"detect-installed",
|
||
|
"is-installed",
|
||
|
"global-modules",
|
||
|
"global-prefix",
|
||
|
"global-paths"
|
||
|
],
|
||
|
"highlight": "detect-installed"
|
||
|
},
|
||
|
"reflinks": [
|
||
|
"always-done",
|
||
|
"async-done",
|
||
|
"base",
|
||
|
"charlike",
|
||
|
"commitizen",
|
||
|
"dezalgo",
|
||
|
"global-modules",
|
||
|
"once",
|
||
|
"standard-version",
|
||
|
"verb",
|
||
|
"verb-generate-readme"
|
||
|
],
|
||
|
"lint": {
|
||
|
"reflinks": true
|
||
|
},
|
||
|
"relateds": {
|
||
|
"hightlight": {
|
||
|
"detect-installed": true
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|