This commit is contained in:
2025-11-14 11:39:33 +08:00
parent 6e5d892992
commit 1ba633ba45
7143 changed files with 922330 additions and 0 deletions

31
node_modules/postcss-urlrewrite/package.json generated vendored Normal file
View File

@@ -0,0 +1,31 @@
{
"name": "postcss-urlrewrite",
"description": "PostCSS plugin for easy url() rewriting.",
"version": "0.3.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/iAdramelk/postcss-urlrewrite.git"
},
"authors": [
"Alexey Ivanov <mail@alexeyivanov.info>"
],
"license": "MIT",
"engines": {
"node": ">=16"
},
"scripts": {
"test": "mocha --reporter list"
},
"keywords": [
"postcss",
"css"
],
"dependencies": {
"postcss-helpers": "^0.3.3"
},
"devDependencies": {
"mocha": "^10.7.3",
"postcss": "^8.4.41"
}
}