Addnew sheets (armor, weapons, malefica) and v13 support

This commit is contained in:
2025-05-18 23:51:26 +02:00
parent 7672f861ff
commit 995d61e1c6
4478 changed files with 667857 additions and 620 deletions

29
node_modules/sver/package.json generated vendored Normal file
View File

@@ -0,0 +1,29 @@
{
"name": "sver",
"version": "1.8.4",
"description": "Simple Semver and SemverRange classes",
"main": "sver.js",
"scripts": {
"test": "mocha -u tdd -R dot"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/guybedford/sver.git"
},
"keywords": [
"semver"
],
"author": "Guy Bedford",
"license": "MIT",
"bugs": {
"url": "https://github.com/guybedford/sver/issues"
},
"homepage": "https://github.com/guybedford/sver#readme",
"devDependencies": {
"mocha": "^10.2.0",
"semver": "^6.3.0"
},
"optionalDependencies": {
"semver": "^6.3.0"
}
}