UNPKG

resolve-from-npm

Version:

Resolve the path of a module from the directory where npm is installed

43 lines (42 loc) 778 B
{ "name": "resolve-from-npm", "version": "4.2.0", "description": "Resolve the path of a module from the directory where npm is installed", "repository": "shinnn/resolve-from-npm", "author": "Watanabe Shinnosuke (https://github.com/shinnn)", "license": "ISC", "scripts": { "pretest": "eslint .", "test": "coverage test.js" }, "files": [ "index.js" ], "keywords": [ "npm", "resolve", "from", "base", "path", "filepath", "module", "dir", "find", "promise", "promises", "then" ], "dependencies": { "inspect-with-kind": "^1.0.5", "npm-cli-dir": "^4.0.0" }, "devDependencies": { "@shinnn/eslint-config": "^6.10.4", "coverage": "^0.4.0", "eslint": "^5.16.0", "tape": "^4.10.2" }, "eslintConfig": { "extends": "@shinnn" } }