{
  "_args": [
    [
      "pkg-config@^1.0.1",
      "/usr/share/npm/node_modules/standard-engine"
    ]
  ],
  "_from": "pkg-config@>=1.0.1 <2.0.0",
  "_id": "pkg-config@1.1.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/pkg-config",
  "_nodeVersion": "5.7.0",
  "_npmOperationalInternal": {
    "host": "packages-13-west.internal.npmjs.com",
    "tmp": "tmp/pkg-config-1.1.1.tgz_1458708128079_0.771446582628414"
  },
  "_npmUser": {
    "email": "ahmad@ahmadnassri.com",
    "name": "ahmadnassri"
  },
  "_npmVersion": "3.7.3",
  "_phantomChildren": {},
  "_requested": {
    "name": "pkg-config",
    "raw": "pkg-config@^1.0.1",
    "rawSpec": "^1.0.1",
    "scope": null,
    "spec": ">=1.0.1 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/deglob",
    "/standard-engine"
  ],
  "_resolved": "https://registry.npmjs.org/pkg-config/-/pkg-config-1.1.1.tgz",
  "_shasum": "557ef22d73da3c8837107766c52eadabde298fe4",
  "_shrinkwrap": null,
  "_spec": "pkg-config@^1.0.1",
  "_where": "/usr/share/npm/node_modules/standard-engine",
  "author": {
    "email": "ahmad@ahmadnassri.com",
    "name": "Ahmad Nassri",
    "url": "https://www.ahmadnassri.com/"
  },
  "bugs": {
    "url": "https://github.com/ahmadnassri/pkg-config/issues"
  },
  "dependencies": {
    "debug-log": "^1.0.0",
    "find-root": "^1.0.0",
    "xtend": "^4.0.1"
  },
  "description": "parse the closest `package.json` and get package specific configurations",
  "devDependencies": {
    "codeclimate-test-reporter": "0.3.1",
    "echint": "^1.5.3",
    "istanbul": "^0.4.2",
    "mocha": "^2.4.5",
    "should": "^8.2.2",
    "standard": "^6.0.8"
  },
  "directories": {},
  "dist": {
    "shasum": "557ef22d73da3c8837107766c52eadabde298fe4",
    "tarball": "https://registry.npmjs.org/pkg-config/-/pkg-config-1.1.1.tgz"
  },
  "echint": {
    "ignore": [
      "coverage/**"
    ]
  },
  "engines": {
    "node": ">=0.10"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "520f922a2ea4731be77603c306c2d50568dca2d3",
  "homepage": "https://github.com/ahmadnassri/pkg-config",
  "keywords": [
    "pkg-config"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "ahmadnassri",
      "email": "ahmad@ahmadnassri.com"
    }
  ],
  "name": "pkg-config",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ahmadnassri/pkg-config.git"
  },
  "scripts": {
    "codeclimate": "codeclimate < coverage/lcov.info",
    "coverage": "istanbul cover --dir coverage _mocha -- -R dot",
    "posttest": "npm run coverage",
    "pretest": "standard && echint",
    "test": "mocha"
  },
  "version": "1.1.1"
}
