{ "name": "get-root-module", "version": "1.0.0", "description": "Traverses up the directory tree and returns the first module found", "main": "src/index.js", "scripts": { "test": "xo && nyc ava", "coverage": "nyc report --reporter=text-lcov | coveralls" }, "xo": { "extends": "xo-lukechilds" }, "repository": { "type": "git", "url": "git+https://github.com/lukechilds/get-root-module.git" }, "keywords": [ "find", "require", "root", "current", "module" ], "author": "Luke Childs (http://lukechilds.co.uk)", "license": "MIT", "bugs": { "url": "https://github.com/lukechilds/get-root-module/issues" }, "homepage": "https://github.com/lukechilds/get-root-module", "dependencies": { "pkg-dir": "^2.0.0" }, "devDependencies": { "ava": "^0.19.1", "coveralls": "^2.13.1", "eslint-config-xo-lukechilds": "^1.0.0", "nyc": "^10.3.2", "xo": "^0.19.0" } }