Urara-Blog/node_modules/.pnpm-store/v3/files/95/80e93409e2213dcdb49284a659bf5b9ce8dbcf6c794e714d212491b24366272c68743499addf0aeffb32d9e2ea2edd0ddba827dfaf36d7b1f5ff6386294dd2
2022-08-14 01:14:53 +08:00

28 lines
637 B
Text

{
"name": "filelist",
"version": "1.0.4",
"description": "Lazy-evaluating list of files, based on globs or regex patterns",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "jake test"
},
"repository": {
"type": "git",
"url": "git://github.com/mde/filelist.git"
},
"keywords": [
"file",
"utility",
"glob"
],
"author": "Matthew Eernisse <mde@fleegix.org> (http://fleegix.org)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/mde/filelist/issues"
},
"homepage": "https://github.com/mde/filelist",
"dependencies": {
"minimatch": "^5.0.1"
}
}