{
	"name": "read-pkg-up",
	"version": "4.0.0",
	"description": "Read the closest package.json file",
	"license": "MIT",
	"repository": "sindresorhus/read-pkg-up",
	"author": {
		"name": "Sindre Sorhus",
		"email": "sindresorhus@gmail.com",
		"url": "sindresorhus.com"
	},
	"engines": {
		"node": ">=6"
	},
	"scripts": {
		"test": "xo && ava"
	},
	"files": [
		"index.js"
	],
	"keywords": [
		"json",
		"read",
		"parse",
		"file",
		"fs",
		"graceful",
		"load",
		"pkg",
		"package",
		"find",
		"up",
		"find-up",
		"findup",
		"look-up",
		"look",
		"search",
		"match",
		"resolve",
		"parent",
		"parents",
		"folder",
		"directory",
		"dir",
		"walk",
		"walking",
		"path"
	],
	"dependencies": {
		"find-up": "^3.0.0",
		"read-pkg": "^3.0.0"
	},
	"devDependencies": {
		"ava": "*",
		"xo": "*"
	}

,"_resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-4.0.0.tgz"
,"_integrity": "sha512-6etQSH7nJGsK0RbG/2TeDzZFa8shjQ1um+SwQQ5cwKy0dhSXdOncEhb1CPpvQG4h7FyOV6EB6YlV0yJvZQNAkA=="
,"_from": "read-pkg-up@4.0.0"
}