UNPKG

npm-cli-path-cli

Version:

Get the path of `npm-cli.js` included in the globally installed npm CLI

52 lines (51 loc) 1.12 kB
{ "name": "npm-cli-path-cli", "version": "1.0.1", "description": "Get the path of `npm-cli.js` included in the globally installed npm CLI", "repository": "shinnn/fettuccine", "author": "Shinnosuke Watanabe (https://github.com/shinnn)", "scripts": { "pretest": "eslint --parser babel-eslint --config @shinnn/cli index.js test.js", "test": "ava", "coverage": "nyc npm test" }, "license": "MIT", "bin": { "npm-cli-path": "index.js" }, "files": [ "index.js" ], "keywords": [ "npm", "npm-cli", "cli", "path", "bin", "entry", "entry-point", "file", "find", "pinpoint", "command", "command-line", "cli-app" ], "dependencies": { "array-differ": "^2.0.3", "chalk": "^1.1.3", "loud-rejection": "^1.5.0", "npm-cli-path": "^2.0.0", "pkg-bin": "^1.0.0", "sum-up-bin": "^0.0.0" }, "devDependencies": { "@shinnn/eslint-config-cli": "^1.0.0", "ava": "^0.15.2", "babel-eslint": "^6.1.0", "eslint": "^2.13.1", "execa": "^0.4.0", "nyc": "^6.6.1", "object-values": "^1.0.0" } }