real-executable-path-callback
Version:
Callback style version of real-executable-path
44 lines (43 loc) • 865 B
JSON
{
"name": "real-executable-path-callback",
"version": "3.0.0",
"description": "Callback style version of real-executable-path",
"repository": "shinnn/real-executable-path-callback",
"author": "Shinnosuke Watanabe (https://github.com/shinnn)",
"scripts": {
"pretest": "eslint --fix --format=codeframe index.js test.js",
"test": "nyc node test.js"
},
"license": "ISC",
"files": [
"index.js"
],
"keywords": [
"real",
"realpath",
"path",
"bin",
"binary",
"exe",
"executable",
"find",
"callback",
"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.14.0",
"nyc": "^11.4.1",
"tape": "^4.8.0"
},
"eslintConfig": {
"extends": "@shinnn/node"
}
}