aboutsummaryrefslogtreecommitdiff
path: root/node_modules/is-extglob/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/is-extglob/package.json')
-rw-r--r--node_modules/is-extglob/package.json48
1 files changed, 0 insertions, 48 deletions
diff --git a/node_modules/is-extglob/package.json b/node_modules/is-extglob/package.json
deleted file mode 100644
index 1056eac8a..000000000
--- a/node_modules/is-extglob/package.json
+++ /dev/null
@@ -1,48 +0,0 @@
-{
- "name": "is-extglob",
- "description": "Returns true if a string has an extglob.",
- "version": "1.0.0",
- "homepage": "https://github.com/jonschlinkert/is-extglob",
- "author": {
- "name": "Jon Schlinkert",
- "url": "https://github.com/jonschlinkert"
- },
- "repository": "jonschlinkert/is-extglob",
- "bugs": {
- "url": "https://github.com/jonschlinkert/is-extglob/issues"
- },
- "license": "MIT",
- "files": [
- "index.js"
- ],
- "main": "index.js",
- "engines": {
- "node": ">=0.10.0"
- },
- "scripts": {
- "test": "mocha",
- "prepublish": "browserify -o browser.js -e index.js"
- },
- "devDependencies": {
- "mocha": "*",
- "should": "*"
- },
- "keywords": [
- "bash",
- "braces",
- "check",
- "exec",
- "extglob",
- "expression",
- "glob",
- "globbing",
- "globstar",
- "match",
- "matches",
- "pattern",
- "regex",
- "regular",
- "string",
- "test"
- ]
-} \ No newline at end of file