This commit is contained in:
Alex Yang
2026-03-30 01:04:46 +08:00
parent 050aa421b1
commit f627244b8f
5978 changed files with 1502187 additions and 2947 deletions
+74
View File
@@ -0,0 +1,74 @@
{
"_from": "postcss-svgo@^6.0.3",
"_id": "postcss-svgo@6.0.3",
"_inBundle": false,
"_integrity": "sha512-dlrahRmxP22bX6iKEjOM+c8/1p+81asjKT+V5lrgOH944ryx/OHpclnIbGsKVd3uWOXFLYJwCVf0eEkJGvO96g==",
"_location": "/postcss-svgo",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "postcss-svgo@^6.0.3",
"name": "postcss-svgo",
"escapedName": "postcss-svgo",
"rawSpec": "^6.0.3",
"saveSpec": null,
"fetchSpec": "^6.0.3"
},
"_requiredBy": [
"/cssnano-preset-default"
],
"_resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-6.0.3.tgz",
"_shasum": "1d6e180d6df1fa8a3b30b729aaa9161e94f04eaa",
"_spec": "postcss-svgo@^6.0.3",
"_where": "/root/dns/node_modules/cssnano-preset-default",
"author": {
"name": "Ben Briggs",
"email": "beneb.info@gmail.com",
"url": "http://beneb.info"
},
"bugs": {
"url": "https://github.com/cssnano/cssnano/issues"
},
"bundleDependencies": false,
"dependencies": {
"postcss-value-parser": "^4.2.0",
"svgo": "^3.2.0"
},
"deprecated": false,
"description": "Optimise inline SVG with PostCSS.",
"devDependencies": {
"pleeease-filters": "^4.0.0",
"postcss": "^8.4.35"
},
"engines": {
"node": "^14 || ^16 || >= 18"
},
"files": [
"LICENSE-MIT",
"src",
"types"
],
"homepage": "https://github.com/cssnano/cssnano",
"keywords": [
"css",
"minify",
"optimise",
"postcss",
"postcss-plugin",
"svg",
"svgo"
],
"license": "MIT",
"main": "src/index.js",
"name": "postcss-svgo",
"peerDependencies": {
"postcss": "^8.4.31"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cssnano/cssnano.git"
},
"types": "types/index.d.ts",
"version": "6.0.3"
}