You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
640 B
38 lines
640 B
{ |
|
"name": "dir-glob", |
|
"version": "3.0.1", |
|
"description": "Convert directories to glob compatible strings", |
|
"license": "MIT", |
|
"repository": "kevva/dir-glob", |
|
"author": { |
|
"name": "Kevin Mårtensson", |
|
"email": "kevinmartensson@gmail.com", |
|
"url": "github.com/kevva" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
}, |
|
"scripts": { |
|
"test": "xo && ava" |
|
}, |
|
"files": [ |
|
"index.js" |
|
], |
|
"keywords": [ |
|
"convert", |
|
"directory", |
|
"extensions", |
|
"files", |
|
"glob" |
|
], |
|
"dependencies": { |
|
"path-type": "^4.0.0" |
|
}, |
|
"devDependencies": { |
|
"ava": "^2.1.0", |
|
"del": "^4.1.1", |
|
"make-dir": "^3.0.0", |
|
"rimraf": "^2.5.0", |
|
"xo": "^0.24.0" |
|
} |
|
}
|
|
|