blob: 3d3d0d6872337d909f0d38777eb1cd5a1324510d [file] [log] [blame]
{
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"bugs": {
"url": "https://github.com/jonschlinkert/is-extglob/issues"
},
"description": "Returns true if a string has an extglob.",
"devDependencies": {
"gulp-format-md": "^0.1.10",
"mocha": "^3.0.2"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/is-extglob",
"keywords": [
"bash",
"braces",
"check",
"exec",
"expression",
"extglob",
"glob",
"globbing",
"globstar",
"is",
"match",
"matches",
"pattern",
"regex",
"regular",
"string",
"test"
],
"license": "MIT",
"main": "index.js",
"name": "is-extglob",
"repository": "jonschlinkert/is-extglob",
"scripts": {
"test": "mocha"
},
"verb": {
"layout": "default",
"lint": {
"reflinks": true
},
"plugins": [
"gulp-format-md"
],
"reflinks": [
"verb",
"verb-generate-readme"
],
"related": {
"list": [
"has-glob",
"is-glob",
"micromatch"
]
},
"tasks": [
"readme"
],
"toc": false
},
"version": "2.1.1"
}