update, text, response

This commit is contained in:
2025-11-02 11:09:14 +01:00
parent 14776c86b0
commit eed8a4ddcf
2794 changed files with 156786 additions and 129204 deletions

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

@@ -1,6 +1,6 @@
{
"name": "gulp-sass",
"version": "5.1.0",
"version": "6.0.1",
"description": "Gulp plugin for sass",
"main": "index.js",
"engines": {
@@ -10,9 +10,11 @@
"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": "npm run test:node-sass && npm run test:dart-sass && npm run test:legacy-dart-sass && npm run test:sass-embedded",
"test:node-sass": "mocha",
"test:dart-sass": "mocha -- --sass"
"test:dart-sass": "mocha -- --sass",
"test:legacy-dart-sass": "mocha -- --sass --legacy",
"test:sass-embedded": "mocha -- --embedded"
},
"repository": {
"type": "git",
@@ -30,7 +32,8 @@
},
"homepage": "https://github.com/dlmanning/gulp-sass#readme",
"files": [
"index.js"
"index.js",
"legacy.js"
],
"dependencies": {
"lodash.clonedeep": "^4.5.0",
@@ -53,8 +56,9 @@
"mocha": "^9.1.3",
"node-sass": "^7.0.1",
"postcss": "^8.4.5",
"rimraf": "^3.0.2",
"rimraf": "^5.0.10",
"sass": "^1.45.1",
"sass-embedded": "^1.49.9",
"vinyl": "^2.2.1"
}
}