{ "name": "braces", "description": "Fastest brace expansion for node.js, with the most complete support for the Bash 4.3 braces specification.", "version": "1.8.0", "homepage": "https://github.com/jonschlinkert/braces", "author": { "name": "Jon Schlinkert", "url": "https://github.com/jonschlinkert" }, "repository": { "type": "git", "url": "git://github.com/jonschlinkert/braces.git" }, "bugs": { "url": "https://github.com/jonschlinkert/braces/issues" }, "license": { "type": "MIT", "url": "https://github.com/jonschlinkert/braces/blob/master/LICENSE" }, "main": "index.js", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha -R spec" }, "files": [ "index.js", "lib/" ], "dependencies": { "expand-range": "^1.8.1", "preserve": "^0.2.0", "repeat-element": "^1.1.0" }, "devDependencies": { "benchmarked": "^0.1.3", "brace-expansion": "^1.1.0", "chalk": "^0.5.1", "minimatch": "^2.0.1", "minimist": "^1.1.0", "mocha": "*", "should": "*" }, "keywords": [ "alpha", "alphabetical", "bash", "brace", "expand", "expansion", "filepath", "fill", "fs", "glob", "globbing", "letter", "match", "matches", "matching", "number", "numerical", "path", "range", "ranges", "sh" ], "gitHead": "3960c6f34a4383b657e9bac59fe1345e5d3177c1", "_id": "braces@1.8.0", "_shasum": "3a4a005aae0391817c17b074dca8f08e6fc9e4c4", "_from": "braces@>=1.8.0 <2.0.0", "_npmVersion": "2.5.1", "_nodeVersion": "0.12.0", "_npmUser": { "name": "jonschlinkert", "email": "github@sellside.com" }, "maintainers": [ { "name": "jonschlinkert", "email": "github@sellside.com" } ], "dist": { "shasum": "3a4a005aae0391817c17b074dca8f08e6fc9e4c4", "tarball": "http://registry.npmjs.org/braces/-/braces-1.8.0.tgz" }, "directories": {}, "_resolved": "https://registry.npmjs.org/braces/-/braces-1.8.0.tgz" }