{
  "_args": [
    [
      "pkg-conf@2.1.0",
      "/Users/callumacrae/Sites/find-node-modules/cz-cli"
    ]
  ],
  "_development": true,
  "_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": "version",
    "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",
  "_spec": "2.1.0",
  "_where": "/Users/callumacrae/Sites/find-node-modules/cz-cli",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/pkg-conf/issues"
  },
  "dependencies": {
    "find-up": "^2.0.0",
    "load-json-file": "^4.0.0"
  },
  "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"
}
