{ "name": "globby", "version": "3.0.1", "description": "Extends `glob` with support for multiple patterns and exposes a Promise API", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/sindresorhus/globby" }, "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "engines": { "node": ">=0.10.0" }, "scripts": { "bench": "npm update globby glob-stream && matcha bench.js", "test": "xo && mocha" }, "files": [ "index.js" ], "keywords": [ "all", "array", "directories", "dirs", "expand", "files", "filesystem", "filter", "find", "fnmatch", "folders", "fs", "glob", "globbing", "globs", "gulpfriendly", "match", "matcher", "minimatch", "multi", "multiple", "paths", "pattern", "patterns", "traverse", "util", "utility", "wildcard", "wildcards", "promise" ], "dependencies": { "array-union": "^1.0.1", "arrify": "^1.0.0", "glob": "^5.0.3", "object-assign": "^4.0.1", "pify": "^2.0.0", "pinkie-promise": "^1.0.0" }, "devDependencies": { "glob-stream": "git+https://github.com/wearefractal/glob-stream#master", "globby": "git+https://github.com/sindresorhus/globby#master", "matcha": "^0.6.0", "mocha": "*", "rimraf": "^2.2.8", "xo": "*" }, "xo": { "envs": [ "node", "mocha" ] }, "gitHead": "55b2e222eb804588dfb56a910d96a5cf2831704d", "bugs": { "url": "https://github.com/sindresorhus/globby/issues" }, "homepage": "https://github.com/sindresorhus/globby", "_id": "globby@3.0.1", "_shasum": "2094af8421e19152150d5893eb6416b312d9a22f", "_from": "globby@>=3.0.0 <4.0.0", "_npmVersion": "2.11.3", "_nodeVersion": "0.12.7", "_npmUser": { "name": "sindresorhus", "email": "sindresorhus@gmail.com" }, "dist": { "shasum": "2094af8421e19152150d5893eb6416b312d9a22f", "tarball": "http://registry.npmjs.org/globby/-/globby-3.0.1.tgz" }, "maintainers": [ { "name": "sindresorhus", "email": "sindresorhus@gmail.com" } ], "directories": {}, "_resolved": "https://registry.npmjs.org/globby/-/globby-3.0.1.tgz", "readme": "ERROR: No README data found!" }