1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- {
- "name": "braces",
- "description": "Fastest brace expansion for node.js, with the most complete support for the Bash 4.3 braces specification.",
- "version": "1.8.5",
- "homepage": "https://github.com/jonschlinkert/braces",
- "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
- "repository": "jonschlinkert/braces",
- "bugs": {
- "url": "https://github.com/jonschlinkert/braces/issues"
- },
- "license": "MIT",
- "files": [
- "index.js"
- ],
- "main": "index.js",
- "engines": {
- "node": ">=0.10.0"
- },
- "scripts": {
- "test": "mocha"
- },
- "dependencies": {
- "expand-range": "^1.8.1",
- "preserve": "^0.2.0",
- "repeat-element": "^1.1.2"
- },
- "devDependencies": {
- "benchmarked": "^0.1.5",
- "brace-expansion": "^1.1.3",
- "chalk": "^1.1.3",
- "gulp-format-md": "^0.1.8",
- "minimatch": "^3.0.0",
- "minimist": "^1.2.0",
- "mocha": "^2.4.5",
- "should": "^8.3.1"
- },
- "keywords": [
- "alpha",
- "alphabetical",
- "bash",
- "brace",
- "expand",
- "expansion",
- "filepath",
- "fill",
- "fs",
- "glob",
- "globbing",
- "letter",
- "match",
- "matches",
- "matching",
- "number",
- "numerical",
- "path",
- "range",
- "ranges",
- "sh"
- ],
- "verb": {
- "plugins": [
- "gulp-format-md"
- ],
- "reflinks": [
- "verb"
- ],
- "toc": false,
- "layout": "default",
- "lint": {
- "reflinks": true
- },
- "tasks": [
- "readme"
- ],
- "related": {
- "list": [
- "micromatch",
- "expand-range",
- "fill-range"
- ]
- }
- }
- }
|