UNPKG

win-user-installed-npm-cli-path

Version:

Resolve the path of `npm-cli.js` included in the user-installed npm on Windows

45 lines (44 loc) 947 B
{ "name": "win-user-installed-npm-cli-path", "version": "4.0.0", "description": "Resolve the path of `npm-cli.js` included in the user-installed npm on Windows", "repository": "shinnn/win-user-installed-npm-cli-path", "author": "Watanabe Shinnosuke (https://github.com/shinnn)", "scripts": { "pretest": "eslint .", "test": "nyc --clean node tests/non-windows.js && nyc node tests/no-npm.js && nyc report" }, "license": "ISC", "files": [ "index.js" ], "keywords": [ "npm", "npm-cli", "path", "exe", "executable", "resolve", "find", "promise", "promises", "async" ], "devDependencies": { "@shinnn/eslint-config": "^6.7.5", "eslint": "^5.7.0", "nyc": "^13.1.0", "nyc-config-common": "^1.0.1", "pretend-platform": "^2.0.0", "tape": "^4.9.1" }, "eslintConfig": { "extends": "@shinnn" }, "nyc": { "extends": "nyc-config-common", "clean": false, "include": "index.js", "silent": true } }