moved around files

This commit is contained in:
2025-07-01 14:35:17 +02:00
parent 6bc2fc8bf3
commit 218ec7a841
2195 changed files with 17 additions and 3 deletions

28
user-mgmt_backend/node_modules/filelist/package.json generated vendored Normal file
View File

@@ -0,0 +1,28 @@
{
"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"
}
}