{
  "_args": [
    [
      {
        "raw": "findup-sync@^2.0.0",
        "scope": null,
        "escapedName": "findup-sync",
        "name": "findup-sync",
        "rawSpec": "^2.0.0",
        "spec": ">=2.0.0 <3.0.0",
        "type": "range"
      },
      "/var/www/html/node_modules/webpack-cli"
    ]
  ],
  "_from": "findup-sync@>=2.0.0 <3.0.0",
  "_id": "findup-sync@2.0.0",
  "_inCache": true,
  "_location": "/findup-sync",
  "_nodeVersion": "0.10.48",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/findup-sync-2.0.0.tgz_1502136200361_0.6676592342555523"
  },
  "_npmUser": {
    "name": "phated",
    "email": "blaine.bublitz@gmail.com"
  },
  "_npmVersion": "2.15.1",
  "_phantomChildren": {
    "arr-flatten": "1.1.0",
    "define-property": "2.0.2",
    "extend-shallow": "3.0.2",
    "fragment-cache": "0.2.1",
    "is-buffer": "1.1.6",
    "is-extendable": "0.1.1",
    "nanomatch": "1.2.13",
    "object.pick": "1.3.0",
    "posix-character-classes": "0.1.1",
    "regex-not": "1.0.2",
    "repeat-element": "1.1.3",
    "repeat-string": "1.6.1",
    "snapdragon": "0.8.2",
    "snapdragon-node": "2.1.1",
    "split-string": "3.1.0",
    "to-regex": "3.0.2",
    "to-regex-range": "2.1.1"
  },
  "_requested": {
    "raw": "findup-sync@^2.0.0",
    "scope": null,
    "escapedName": "findup-sync",
    "name": "findup-sync",
    "rawSpec": "^2.0.0",
    "spec": ">=2.0.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/webpack-cli"
  ],
  "_resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-2.0.0.tgz",
  "_shasum": "9326b1488c22d1a6088650a86901b2d9a90a2cbc",
  "_shrinkwrap": null,
  "_spec": "findup-sync@^2.0.0",
  "_where": "/var/www/html/node_modules/webpack-cli",
  "author": {
    "name": "\"Cowboy\" Ben Alman",
    "url": "http://benalman.com"
  },
  "bugs": {
    "url": "https://github.com/js-cli/node-findup-sync/issues"
  },
  "dependencies": {
    "detect-file": "^1.0.0",
    "is-glob": "^3.1.0",
    "micromatch": "^3.0.4",
    "resolve-dir": "^1.0.1"
  },
  "description": "Find the first file matching a given pattern in the current directory or the nearest ancestor directory.",
  "devDependencies": {
    "homedir-polyfill": "^1.0.1",
    "is-absolute": "^1.0.0",
    "jshint": "^2.9.5",
    "mocha": "^3.5.0",
    "normalize-path": "^2.1.1",
    "resolve": "^1.4.0"
  },
  "directories": {},
  "dist": {
    "shasum": "9326b1488c22d1a6088650a86901b2d9a90a2cbc",
    "tarball": "https://registry.npmjs.org/findup-sync/-/findup-sync-2.0.0.tgz"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "25a89c76e7af81859a3227f1247453a62c963cd9",
  "homepage": "https://github.com/js-cli/node-findup-sync#readme",
  "keywords": [
    "file",
    "find",
    "find-up",
    "findup",
    "glob",
    "match",
    "pattern",
    "resolve",
    "search"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "cowboy",
      "email": "cowboy@rj3.net"
    },
    {
      "name": "jonschlinkert",
      "email": "github@sellside.com"
    },
    {
      "name": "phated",
      "email": "blaine.bublitz@gmail.com"
    },
    {
      "name": "tkellen",
      "email": "tyler@sleekcode.net"
    }
  ],
  "name": "findup-sync",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/js-cli/node-findup-sync.git"
  },
  "scripts": {
    "lint": "jshint index.js test/support/index.js test/test.js",
    "test": "npm run lint && mocha"
  },
  "version": "2.0.0"
}
