{ "_from": "pkg-conf@^2.1.0", "_id": "pkg-conf@2.1.0", "_inBundle": false, "_integrity": "sha1-ISZRTKbyq/69FoWW3xi6V4Z/AFg=", "_location": "/pkg-conf", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "pkg-conf@^2.1.0", "name": "pkg-conf", "escapedName": "pkg-conf", "rawSpec": "^2.1.0", "saveSpec": null, "fetchSpec": "^2.1.0" }, "_requiredBy": [ "/signale" ], "_resolved": "https://registry.npmjs.org/pkg-conf/-/pkg-conf-2.1.0.tgz", "_shasum": "2126514ca6f2abfebd168596df18ba57867f0058", "_spec": "pkg-conf@^2.1.0", "_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/signale", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/pkg-conf/issues" }, "bundleDependencies": false, "dependencies": { "find-up": "^2.0.0", "load-json-file": "^4.0.0" }, "deprecated": false, "description": "Get namespaced config from the closest package.json", "devDependencies": { "ava": "*", "xo": "*" }, "engines": { "node": ">=4" }, "files": [ "index.js" ], "fixture": { "foo": true }, "homepage": "https://github.com/sindresorhus/pkg-conf#readme", "keywords": [ "json", "read", "parse", "file", "fs", "graceful", "load", "pkg", "package", "config", "conf", "configuration", "object", "namespace", "namespaced" ], "license": "MIT", "name": "pkg-conf", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/pkg-conf.git" }, "scripts": { "test": "xo && ava" }, "version": "2.1.0" }