Initial import with skill sheet working

This commit is contained in:
2024-12-04 00:11:23 +01:00
commit 9050c80ab4
4488 changed files with 671048 additions and 0 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"
}
}