{
  "_args": [
    [
      "find-config@1.0.0",
      "/var/www/html/armory/api"
    ]
  ],
  "_from": "find-config@1.0.0",
  "_id": "find-config@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-Z+suHH+7LSE40WfUeZPIxSxypCWvrzdVc60xAjUShZeT5eMWM0/FQUduq3HjluyfAHWvC/aOBkT1pTZktyF/jg==",
  "_location": "/find-config",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "find-config@1.0.0",
    "name": "find-config",
    "escapedName": "find-config",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/find-config/-/find-config-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "/var/www/html/armory/api",
  "author": {
    "name": "Shannon Moeller",
    "email": "me@shannonmoeller.com",
    "url": "http://shannonmoeller.com"
  },
  "bugs": {
    "url": "https://github.com/shannonmoeller/find-config/issues"
  },
  "dependencies": {
    "user-home": "^2.0.0"
  },
  "description": "Find the first config file matching a given name in the current directory or the nearest ancestor directory.",
  "devDependencies": {
    "ava": "^0.11.0",
    "benchmark": "^2.1.0",
    "coveralls": "^2.11.6",
    "expect": "^1.14.0",
    "findup-sync": "^0.3.0",
    "look-up": "^0.8.3",
    "microtime": "^2.0.0",
    "nyc": "^5.6.0",
    "watch": "^0.17.1",
    "xo": "^0.12.1"
  },
  "engines": {
    "node": ">= 0.12"
  },
  "homepage": "https://github.com/shannonmoeller/find-config",
  "keywords": [
    "config",
    "dot",
    "rc",
    "file",
    "find",
    "glob",
    "xdg"
  ],
  "license": "MIT",
  "main": "src/find-config.js",
  "name": "find-config",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shannonmoeller/find-config.git"
  },
  "scripts": {
    "bench": "node test/benchmark",
    "coveralls": "nyc report -r text-lcov | coveralls",
    "pretest": "xo src/*.js test/**/*.js",
    "test": "nyc -r html -r text ava -v test/*.js",
    "watch": "watch 'npm test' src test -du --wait=5"
  },
  "version": "1.0.0"
}
