{
  "_from": "globby@^2.0.0",
  "_id": "globby@2.1.0",
  "_inBundle": false,
  "_integrity": "sha1-npGSvNM/Srak+JTl5+qLcTITxII=",
  "_location": "/globby",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "globby@^2.0.0",
    "name": "globby",
    "escapedName": "globby",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/del"
  ],
  "_resolved": "https://registry.npmjs.org/globby/-/globby-2.1.0.tgz",
  "_shasum": "9e9192bcd33f4ab6a4f894e5e7ea8b713213c482",
  "_spec": "globby@^2.0.0",
  "_where": "/Users/bestander/work/npm-git-lock/node_modules/del",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/globby/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "array-union": "^1.0.1",
    "async": "^1.2.1",
    "glob": "^5.0.3",
    "object-assign": "^3.0.0"
  },
  "deprecated": false,
  "description": "Extends `glob` with support for multiple patterns",
  "devDependencies": {
    "glob-stream": "git+https://github.com/wearefractal/glob-stream.git#master",
    "globby": "git+https://github.com/sindresorhus/globby.git#master",
    "matcha": "^0.6.0",
    "mocha": "*",
    "rimraf": "^2.2.8"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/sindresorhus/globby#readme",
  "keywords": [
    "glob",
    "globs",
    "globbing",
    "minimatch",
    "match",
    "matcher",
    "pattern",
    "patterns",
    "find",
    "paths",
    "files",
    "folders",
    "dirs",
    "directories",
    "wildcard",
    "wildcards",
    "expand",
    "multi",
    "multiple",
    "array",
    "all",
    "gulpfriendly",
    "fnmatch",
    "traverse",
    "filesystem",
    "fs",
    "filter",
    "util",
    "utility"
  ],
  "license": "MIT",
  "name": "globby",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/globby.git"
  },
  "scripts": {
    "bench": "npm update globby glob-stream && matcha bench.js",
    "test": "mocha"
  },
  "version": "2.1.0"
}
