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
+4 -5
View File
@@ -1,7 +1,7 @@
{
"name": "brace-expansion",
"description": "Brace expansion as known from sh/bash",
"version": "1.1.12",
"version": "2.1.1",
"repository": {
"type": "git",
"url": "git://github.com/juliangruber/brace-expansion.git"
@@ -14,11 +14,10 @@
"bench": "matcha test/perf/bench.js"
},
"dependencies": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
"balanced-match": "^1.0.0"
},
"devDependencies": {
"matcha": "^0.7.0",
"@c4312/matcha": "^1.3.1",
"tape": "^4.6.0"
},
"keywords": [],
@@ -45,6 +44,6 @@
]
},
"publishConfig": {
"tag": "1.x"
"tag": "2.x"
}
}