https://project.mdnd-it.cc/work_packages/94
This commit is contained in:
2025-08-23 04:25:28 +02:00
parent 725516ad6c
commit 19cfa031d0
25823 changed files with 1095587 additions and 2801760 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.0.2",
"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"
}
}