npm-cli-dir
Version:
Resolve the directory path where npm CLI is installed
49 lines (48 loc) • 867 B
JSON
{
"name": "npm-cli-dir",
"version": "4.0.0",
"description": "Resolve the directory path where npm CLI is installed",
"repository": "shinnn/npm-cli-dir",
"author": "Watanabe Shinnosuke (https://github.com/shinnn)",
"license": "ISC",
"scripts": {
"pretest": "eslint .",
"test": "coverage test.js"
},
"files": [
"index.js"
],
"keywords": [
"dir",
"directory",
"folder",
"path",
"npm",
"npm-cli",
"base",
"resolve",
"find",
"pinpoint",
"promise",
"promises",
"then",
"async",
"asynchronous",
"asynchronously"
],
"dependencies": {
"find-pkg-dir": "^2.0.0",
"npm-cli-path": "^4.0.0"
},
"devDependencies": {
"@shinnn/eslint-config": "^6.10.4",
"clear-module": "^3.2.0",
"coverage": "^0.3.3",
"eslint": "^5.16.0",
"path-key": "^3.1.0",
"testit": "^3.1.0"
},
"eslintConfig": {
"extends": "@shinnn"
}
}