{
  "_args": [
    [
      "deglob@^1.0.0",
      "/usr/share/npm/node_modules/standard-engine"
    ]
  ],
  "_from": "deglob@>=1.0.0 <2.0.0",
  "_id": "deglob@1.1.2",
  "_inCache": true,
  "_installable": true,
  "_location": "/deglob",
  "_nodeVersion": "6.4.0",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/deglob-1.1.2.tgz_1471578441302_0.8101410155650228"
  },
  "_npmUser": {
    "email": "feross@feross.org",
    "name": "feross"
  },
  "_npmVersion": "3.10.3",
  "_phantomChildren": {
    "fs.realpath": "1.0.0",
    "inflight": "1.0.6",
    "inherits": "2.0.3",
    "minimatch": "3.0.4",
    "once": "1.3.3",
    "path-is-absolute": "1.0.1"
  },
  "_requested": {
    "name": "deglob",
    "raw": "deglob@^1.0.0",
    "rawSpec": "^1.0.0",
    "scope": null,
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/standard-engine",
    "/standard-format"
  ],
  "_resolved": "https://registry.npmjs.org/deglob/-/deglob-1.1.2.tgz",
  "_shasum": "76d577c25fe3f7329412a2b59eadea57ac500e3f",
  "_shrinkwrap": null,
  "_spec": "deglob@^1.0.0",
  "_where": "/usr/share/npm/node_modules/standard-engine",
  "author": {
    "email": "fletd01@yahoo.com",
    "name": "Dan Flettre"
  },
  "bugs": {
    "url": "https://github.com/flet/deglob/issues"
  },
  "dependencies": {
    "find-root": "^1.0.0",
    "glob": "^7.0.5",
    "ignore": "^3.0.9",
    "pkg-config": "^1.1.0",
    "run-parallel": "^1.1.2",
    "uniq": "^1.0.1",
    "xtend": "^4.0.0"
  },
  "description": "Take a list of glob patterns and return an array of file locations, respecting `.gitignore` and allowing for ignore patterns via `package.json`.",
  "devDependencies": {
    "standard": "*",
    "tap-spec": "^4.0.2",
    "tape": "^4.0.0"
  },
  "directories": {},
  "dist": {
    "shasum": "76d577c25fe3f7329412a2b59eadea57ac500e3f",
    "tarball": "https://registry.npmjs.org/deglob/-/deglob-1.1.2.tgz"
  },
  "gitHead": "0ee82f6093c3b6315e84536445bc81eb8bf2fe50",
  "homepage": "https://github.com/flet/deglob",
  "keywords": [
    "cli",
    "command",
    "deglob",
    "file",
    "files",
    "gitignore",
    "glob",
    "ignore",
    "unglob"
  ],
  "license": "ISC",
  "main": "index.js",
  "maintainers": [
    {
      "name": "flet",
      "email": "flettre@gmail.com"
    },
    {
      "name": "feross",
      "email": "feross@feross.org"
    },
    {
      "name": "jprichardson",
      "email": "jprichardson@gmail.com"
    },
    {
      "name": "dcposch",
      "email": "dcposch@dcpos.ch"
    },
    {
      "name": "mafintosh",
      "email": "mathiasbuus@gmail.com"
    },
    {
      "name": "dcousens",
      "email": "email@dcousens.com"
    },
    {
      "name": "othiym23",
      "email": "ogd@aoaioxxysz.net"
    }
  ],
  "name": "deglob",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/flet/deglob.git"
  },
  "scripts": {
    "test": "standard && tape test/*.js | tap-spec"
  },
  "version": "1.1.2"
}
