UEA-PRODEM

This commit is contained in:
2026-06-10 12:14:46 -03:00
parent f54126b9d8
commit 9947565694
5319 changed files with 148520 additions and 129332 deletions
+12 -15
View File
@@ -1,6 +1,6 @@
{
"name": "tinyglobby",
"version": "0.2.15",
"version": "0.2.17",
"description": "A fast and minimal alternative to globby and fast-glob",
"type": "module",
"main": "./dist/index.cjs",
@@ -22,8 +22,8 @@
"keywords": [
"glob",
"patterns",
"fast",
"implementation"
"tiny",
"fast"
],
"repository": {
"type": "git",
@@ -38,25 +38,22 @@
},
"dependencies": {
"fdir": "^6.5.0",
"picomatch": "^4.0.3"
"picomatch": "^4.0.4"
},
"devDependencies": {
"@biomejs/biome": "^2.2.3",
"@types/node": "^24.3.1",
"@types/picomatch": "^4.0.2",
"@biomejs/biome": "^2.4.16",
"@types/node": "^25.9.1",
"@types/picomatch": "^4.0.3",
"fast-glob": "^3.3.3",
"fs-fixture": "^2.8.1",
"glob": "^11.0.3",
"tinybench": "^5.0.1",
"tsdown": "^0.14.2",
"typescript": "^5.9.2"
"fs-fixture": "^2.14.0",
"glob": "^13.0.6",
"tinybench": "^6.0.2",
"tsdown": "^0.22.1",
"typescript": "^6.0.3"
},
"engines": {
"node": ">=12.0.0"
},
"publishConfig": {
"provenance": true
},
"scripts": {
"bench": "node benchmark/bench.ts",
"bench:setup": "node benchmark/setup.ts",