blob: 9c6ed52f584ed827de5d0be7654e94fa17c8dfba [file] [log] [blame]
{
"_args": [
[
"braces@0.1.5",
"/Users/scottyaslan/Development/nifi-fds/target"
]
],
"_development": true,
"_from": "braces@0.1.5",
"_id": "braces@0.1.5",
"_inBundle": false,
"_integrity": "sha1-wIVxEIUpHYt1/ddOqw+FlygHEeY=",
"_location": "/expand-braces/braces",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "braces@0.1.5",
"name": "braces",
"escapedName": "braces",
"rawSpec": "0.1.5",
"saveSpec": null,
"fetchSpec": "0.1.5"
},
"_requiredBy": [
"/expand-braces"
],
"_resolved": "https://registry.npmjs.org/braces/-/braces-0.1.5.tgz",
"_spec": "0.1.5",
"_where": "/Users/scottyaslan/Development/nifi-fds/target",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/braces/issues"
},
"dependencies": {
"expand-range": "^0.1.0"
},
"description": "Fastest brace expansion lib. Typically used with file paths, but can be used with any string. Expands comma-separated values (e.g. `foo/{a,b,c}/bar`) and alphabetical or numerical ranges (e.g. `{1..9}`)",
"devDependencies": {
"benchmarked": "^0.1.1",
"brace-expansion": "0.0.0",
"lodash": "^2.4.1",
"minimatch": "^1.0.0",
"mocha": "*",
"should": "^4.1.0"
},
"engines": {
"node": ">=0.10.0"
},
"homepage": "https://github.com/jonschlinkert/braces",
"keywords": [
"alpha",
"alphabetical",
"bash",
"brace",
"expand",
"expansion",
"file",
"filepath",
"fp",
"fs",
"glob",
"globbing",
"match",
"matches",
"matching",
"number",
"numerical",
"path",
"range",
"ranges",
"sh"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jonschlinkert/braces/blob/master/LICENSE-MIT"
}
],
"main": "index.js",
"name": "braces",
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/braces.git"
},
"scripts": {
"test": "mocha -R spec"
},
"version": "0.1.5"
}