UNPKG

pkg-down

Version:

Find the topmost package.json file.

68 lines (67 loc) 1.18 kB
{ "name": "pkg-down", "version": "0.1.0", "description": "Find the topmost package.json file.", "homepage": "https://github.com/sholladay/pkg-down", "main": "index.js", "author": { "name": "Seth Holladay", "url": "http://seth-holladay.com", "email": "me@seth-holladay.com" }, "scripts": { "test": "xo" }, "repository": { "type": "git", "url": "git@github.com:sholladay/pkg-down.git" }, "bugs": { "url": "https://github.com/sholladay/pkg-down/issues", "email": "me@seth-holladay.com" }, "engines": { "node": ">=6" }, "license": "MPL-2.0", "files": [ "index.js" ], "dependencies": { "find-down": "^0.1.1" }, "devDependencies": { "eslint-config-tidy": "^0.3.0", "xo": "^0.16.0" }, "keywords": [ "pkg", "package", "file", "find", "down", "find-down", "finddown", "look-down", "look", "file", "files", "search", "match", "resolve", "parent", "parents", "folder", "directory", "directories", "dir", "dirs", "walk", "walking", "path", "paths" ], "xo": { "extend": "tidy" } }