{ "name": "this", "version": "1.1.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/this.git" }, "keywords": [ "find", "require", "root", "current", "module" ], "author": "Luke Childs (http://lukechilds.co.uk)", "license": "MIT", "bugs": { "url": "https://github.com/lukechilds/this/issues" }, "homepage": "https://github.com/lukechilds/this", "dependencies": { "pkg-dir": "^2.0.0" }, "devDependencies": { "ava": "^0.25.0", "coveralls": "^3.0.0", "eslint-config-xo-lukechilds": "^1.0.0", "nyc": "^11.0.3", "xo": "^0.20.1" } }