Files
dns-server/node_modules/svgo/package.json
T
Alex Yang f627244b8f 更新
2026-03-30 01:04:46 +08:00

140 lines
3.6 KiB
JSON

{
"_from": "svgo@^3.2.0",
"_id": "svgo@3.3.3",
"_inBundle": false,
"_integrity": "sha512-+wn7I4p7YgJhHs38k2TNjy1vCfPIfLIJWR5MnCStsN8WuuTcBnRKcMHQLMM2ijxGZmDoZwNv8ipl5aTTen62ng==",
"_location": "/svgo",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "svgo@^3.2.0",
"name": "svgo",
"escapedName": "svgo",
"rawSpec": "^3.2.0",
"saveSpec": null,
"fetchSpec": "^3.2.0"
},
"_requiredBy": [
"/postcss-svgo"
],
"_resolved": "https://registry.npmjs.org/svgo/-/svgo-3.3.3.tgz",
"_shasum": "8246aee0b08791fde3b0ed22b5661b471fadf58e",
"_spec": "svgo@^3.2.0",
"_where": "/root/dns/node_modules/postcss-svgo",
"author": {
"name": "Kir Belevich",
"email": "kir@belevi.ch",
"url": "https://github.com/deepsweet"
},
"bin": {
"svgo": "bin/svgo"
},
"bugs": {
"url": "https://github.com/svg/svgo/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Sergey Belov",
"email": "peimei@ya.ru",
"url": "https://github.com/arikon"
},
{
"name": "Lev Solntsev",
"email": "lev.sun@ya.ru",
"url": "https://github.com/GreLI"
},
{
"name": "Bogdan Chadkin",
"email": "trysound@yandex.ru",
"url": "https://github.com/TrySound"
},
{
"name": "Seth Falco",
"email": "seth@falco.fun",
"url": "https://falco.fun/"
}
],
"dependencies": {
"commander": "^7.2.0",
"css-select": "^5.1.0",
"css-tree": "^2.3.1",
"css-what": "^6.1.0",
"csso": "^5.0.5",
"picocolors": "^1.0.0",
"sax": "^1.5.0"
},
"deprecated": false,
"description": "Nodejs-based tool for optimizing SVG vector graphics files",
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^14.1.0",
"@types/css-tree": "^2.3.4",
"@types/csso": "^5.0.4",
"@types/jest": "^29.5.5",
"@types/sax": "^1.2.7",
"del": "^6.0.0",
"eslint": "^8.55.0",
"jest": "^29.5.5",
"node-fetch": "^2.7.0",
"pixelmatch": "^5.3.0",
"playwright": "^1.40.1",
"pngjs": "^7.0.0",
"prettier": "^3.1.1",
"rollup": "^2.79.1",
"rollup-plugin-terser": "^7.0.2",
"tar-stream": "^3.1.6",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=14.0.0"
},
"files": [
"bin",
"lib",
"plugins",
"dist",
"!**/*.test.js"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/svgo"
},
"homepage": "https://svgo.dev",
"jest": {
"coveragePathIgnorePatterns": [
"fixtures"
]
},
"keywords": [
"svgo",
"svg",
"optimize",
"minify"
],
"license": "MIT",
"main": "./lib/svgo-node.js",
"name": "svgo",
"packageManager": "yarn@2.4.3",
"repository": {
"type": "git",
"url": "git://github.com/svg/svgo.git"
},
"resolutions": {
"sax@^1.5.0": "patch:sax@npm%3A1.5.0#./.yarn/patches/sax-npm-1.5.0-d40bca2226.patch"
},
"scripts": {
"fix": "eslint --ignore-path .gitignore --fix . && prettier --write . --ignore-path .gitignore",
"lint": "eslint --ignore-path .gitignore . && prettier --check . --ignore-path .gitignore",
"prepublishOnly": "rm -rf dist && rollup -c",
"qa": "yarn lint && yarn typecheck && yarn test && yarn test-browser && yarn test-regression",
"test": "NODE_OPTIONS=--experimental-vm-modules jest --maxWorkers=4 --coverage",
"test-browser": "rollup -c && node ./test/browser.js",
"test-regression": "node ./test/regression-extract.js && NO_DIFF=1 node ./test/regression.js",
"typecheck": "tsc"
},
"types": "./lib/svgo.d.ts",
"version": "3.3.3"
}