{ "_from": "find-parent-dir@^0.3.0", "_id": "find-parent-dir@0.3.0", "_inBundle": false, "_integrity": "sha1-M8RLQpqysvBkYpnF+fcY83b/jVQ=", "_location": "/find-parent-dir", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "find-parent-dir@^0.3.0", "name": "find-parent-dir", "escapedName": "find-parent-dir", "rawSpec": "^0.3.0", "saveSpec": null, "fetchSpec": "^0.3.0" }, "_requiredBy": [ "/lint-staged" ], "_resolved": "https://registry.npmjs.org/find-parent-dir/-/find-parent-dir-0.3.0.tgz", "_shasum": "33c44b429ab2b2f0646299c5f9f718f376ff8d54", "_spec": "find-parent-dir@^0.3.0", "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/lint-staged", "author": { "name": "Thorsten Lorenz", "email": "thlorenz@gmx.de", "url": "http://thlorenz.com" }, "bugs": { "url": "https://github.com/thlorenz/find-parent-dir/issues" }, "bundleDependencies": false, "dependencies": {}, "deprecated": false, "description": "Finds the first parent directory that contains a given file or directory.", "devDependencies": { "tap": "~0.4.3" }, "engine": { "node": ">=0.6" }, "homepage": "https://github.com/thlorenz/find-parent-dir", "keywords": [ "find", "parent", "dir", "root", "resolve", "walk" ], "license": "MIT", "main": "find-parent-dir.js", "name": "find-parent-dir", "repository": { "type": "git", "url": "git://github.com/thlorenz/find-parent-dir.git" }, "scripts": { "test": "tap test/*.js" }, "version": "0.3.0" }