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

37
node_modules/gulp-less/package.json generated vendored Normal file
View File

@@ -0,0 +1,37 @@
{
"name": "gulp-less",
"version": "5.0.0",
"description": "Less for Gulp",
"main": "index.js",
"scripts": {
"test": "jshint index.js && node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/gulp-community/gulp-less.git"
},
"engines": {
"node": ">=6"
},
"keywords": [
"gulpplugin",
"gulp",
"less"
],
"author": "Chris Cowan",
"license": "MIT",
"dependencies": {
"less": "^3.7.1 || ^4.0.0",
"object-assign": "^4.0.1",
"plugin-error": "^1.0.0",
"replace-ext": "^2.0.0",
"through2": "^4.0.0",
"vinyl-sourcemaps-apply": "^0.2.0"
},
"devDependencies": {
"jshint": "^2.9.4",
"mocha": "^9.0.0",
"should": "^13.0.0",
"vinyl": "^2.1.0"
}
}