Initial commit
This commit is contained in:
36
node_modules/globby/package.json
generated
vendored
Normal file
36
node_modules/globby/package.json
generated
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"name": "globby",
|
||||
"version": "8.0.1",
|
||||
"description": "Extends `glob` with support for multiple patterns and exposes a Promise API",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/globby",
|
||||
"author": {
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"name": "Sindre Sorhus",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"gitignore.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"array-union": "^1.0.1",
|
||||
"dir-glob": "^2.0.0",
|
||||
"fast-glob": "^2.0.2",
|
||||
"glob": "^7.1.2",
|
||||
"ignore": "^3.3.5",
|
||||
"pify": "^3.0.0",
|
||||
"slash": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
"glob-stream": "^6.1.0",
|
||||
"globby": "sindresorhus/globby#master",
|
||||
"matcha": "^0.7.0",
|
||||
"rimraf": "^2.2.8",
|
||||
"xo": "^0.18.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user