real-executable-path
Version:
Find the first instance of an executable in the PATH, with expanding all symbolic links
47 lines (46 loc) • 956 B
JSON
{
"name": "real-executable-path",
"version": "3.0.0",
"description": "Find the first instance of an executable in the PATH, with expanding all symbolic links",
"repository": "shinnn/real-executable-path",
"author": "Shinnosuke Watanabe (https://github.com/shinnn)",
"scripts": {
"pretest": "eslint --fix --format=codeframe index.js test.js",
"test": "nyc --reporter=html --reporter=text node test.js"
},
"license": "ISC",
"files": [
"index.js"
],
"keywords": [
"real",
"realpath",
"path",
"bin",
"binary",
"exe",
"executable",
"find",
"resolve",
"promise",
"promises",
"then",
"async",
"asynchronous",
"asynchronously"
],
"dependencies": {
"inspect-with-kind": "^1.0.4",
"is-plain-obj": "^1.1.0",
"which": "^1.3.0"
},
"devDependencies": {
"@shinnn/eslint-config-node": "^5.0.0",
"eslint": "^4.16.0",
"nyc": "^11.4.1",
"tape": "^4.8.0"
},
"eslintConfig": {
"extends": "@shinnn/node"
}
}