schnee effeckt und fehler Korektur

This commit is contained in:
2023-08-14 17:52:24 +02:00
parent 4a843d4936
commit 79af4e9907
6813 changed files with 343821 additions and 356128 deletions

42
node_modules/gulp-sass/package.json generated vendored
View File

@@ -1,17 +1,22 @@
{
"name": "gulp-sass",
"version": "5.0.0",
"version": "5.1.0",
"description": "Gulp plugin for sass",
"main": "index.js",
"engines": {
"node": ">=12"
},
"scripts": {
"test": "mocha test"
"lint": "eslint --report-unused-disable-directives --ignore-path .gitignore .",
"fix": "npm run lint -- --fix",
"mocha": "mocha",
"test": "npm run test:node-sass && npm run test:dart-sass",
"test:node-sass": "mocha",
"test:dart-sass": "mocha -- --sass"
},
"repository": {
"type": "git",
"url": "git://github.com/dlmanning/gulp-sass"
"url": "git+https://github.com/dlmanning/gulp-sass.git"
},
"keywords": [
"gulpplugin",
@@ -23,30 +28,33 @@
"bugs": {
"url": "https://github.com/dlmanning/gulp-sass/issues"
},
"homepage": "https://github.com/dlmanning/gulp-sass#readme",
"files": [
"index.js"
],
"dependencies": {
"chalk": "^4.1.1",
"lodash": "^4.17.20",
"lodash.clonedeep": "^4.5.0",
"picocolors": "^1.0.0",
"plugin-error": "^1.0.1",
"replace-ext": "^2.0.0",
"strip-ansi": "^6.0.0",
"transfob": "^1.0.0",
"strip-ansi": "^6.0.1",
"vinyl-sourcemaps-apply": "^0.2.1"
},
"devDependencies": {
"autoprefixer": "^10.2.6",
"eslint": "^7.28.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.4",
"globule": "^1.3.2",
"autoprefixer": "^10.4.0",
"eslint": "^8.5.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.3",
"globule": "^1.3.3",
"gulp": "^4.0.2",
"gulp-postcss": "^9.0.0",
"gulp-postcss": "^9.0.1",
"gulp-sourcemaps": "^3.0.0",
"gulp-tap": "^2.0.0",
"mocha": "^9.0.0",
"node-sass": "^6.0.0",
"postcss": "^8.3.4",
"mocha": "^9.1.3",
"node-sass": "^7.0.1",
"postcss": "^8.4.5",
"rimraf": "^3.0.2",
"should": "^13.2.3",
"sass": "^1.45.1",
"vinyl": "^2.2.1"
}
}