| Server IP : 185.208.173.17 / Your IP : 87.236.161.98 Web Server : Microsoft-IIS/10.0 System : Windows NT SRV8576125506 10.0 build 26100 (Windows Server 2016) AMD64 User : IUSR ( 0) PHP Version : 7.4.13 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/parsmega.nuxt/node_modules/svgo/ |
Upload File : |
{
"_args": [
[
"svgo@4.0.0",
"C:\\inetpub\\wwwroot\\parsmega.com"
]
],
"_from": "svgo@4.0.0",
"_id": "svgo@4.0.0",
"_inBundle": false,
"_integrity": "sha512-VvrHQ+9uniE+Mvx3+C9IEe/lWasXCU0nXMY2kZeLrHNICuRiC8uMPyM14UEaMOFA5mhyQqEkB02VoQ16n3DLaw==",
"_location": "/svgo",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "svgo@4.0.0",
"name": "svgo",
"escapedName": "svgo",
"rawSpec": "4.0.0",
"saveSpec": null,
"fetchSpec": "4.0.0"
},
"_requiredBy": [
"/postcss-svgo"
],
"_resolved": "https://registry.npmjs.org/svgo/-/svgo-4.0.0.tgz",
"_spec": "4.0.0",
"_where": "C:\\inetpub\\wwwroot\\parsmega.com",
"author": {
"name": "Kir Belevich",
"email": "kir@belevi.ch",
"url": "https://github.com/deepsweet"
},
"bin": {
"svgo": "bin/svgo.js"
},
"bugs": {
"url": "https://github.com/svg/svgo/issues"
},
"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": "^11.1.0",
"css-select": "^5.1.0",
"css-tree": "^3.0.1",
"css-what": "^6.1.0",
"csso": "^5.0.5",
"picocolors": "^1.1.1",
"sax": "^1.4.1"
},
"description": "SVGO is a Node.js library and command-line application for optimizing vector images.",
"devDependencies": {
"@eslint/js": "^9.25.1",
"@jest/globals": "^29.7.0",
"@rollup/plugin-commonjs": "^26.0.3",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@types/css-tree": "^2.3.10",
"@types/csso": "^5.0.4",
"@types/jest": "^29.5.14",
"@types/node": "^22.15.3",
"@types/sax": "^1.2.7",
"@types/tar-stream": "^3.1.3",
"cross-env": "^7.0.3",
"eslint": "^9.25.1",
"globals": "^14.0.0",
"jest": "^29.7.0",
"pixelmatch": "^7.1.0",
"playwright": "^1.52.0",
"pngjs": "^7.0.0",
"prettier": "^3.5.3",
"rimraf": "^5.0.10",
"rollup": "^4.22.4",
"tar-stream": "^3.1.7",
"tsd": "^0.32.0",
"typescript": "^5.8.3"
},
"engines": {
"node": ">=16"
},
"exports": {
".": {
"import": "./lib/svgo-node.js",
"require": "./dist/svgo-node.cjs",
"types": "./types/lib/svgo-node.d.ts"
},
"./browser": {
"import": "./dist/svgo.browser.js",
"types": "./types/lib/svgo.d.ts"
}
},
"files": [
"bin",
"dist",
"lib",
"plugins",
"types",
"!**/*.test.js"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/svgo"
},
"homepage": "https://svgo.dev",
"jest": {
"coveragePathIgnorePatterns": [
"fixtures"
],
"coverageReporters": [
"html",
"lcov",
"text"
]
},
"keywords": [
"svgo",
"svg",
"optimize",
"minify"
],
"license": "MIT",
"name": "svgo",
"packageManager": "yarn@3.8.7",
"repository": {
"type": "git",
"url": "git://github.com/svg/svgo.git"
},
"resolutions": {
"sax@^1.4.1": "patch:sax@npm%3A1.4.1#./.yarn/patches/sax-npm-1.4.1-503b1923cb.patch"
},
"scripts": {
"build": "node scripts/sync-version.js && yarn build:bundles && yarn build:types",
"build:bundles": "yarn clean:build && rollup -c",
"build:types": "yarn clean:types && tsc && tsc -p tsconfig.build.json",
"clean": "yarn clean:build && yarn clean:types",
"clean:build": "rimraf dist",
"clean:types": "rimraf types",
"lint": "eslint . && prettier --check .",
"lint:fix": "eslint --fix . && prettier --write .",
"prepublishOnly": "yarn clean && yarn build",
"qa": "yarn lint && yarn test:types && yarn test && yarn test:bundles && yarn test:regression",
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --maxWorkers=4 --coverage",
"test:bundles": "yarn build:bundles && node ./test/svgo.cjs && node ./test/browser.js",
"test:regression": "node ./test/regression-extract.js && cross-env NO_DIFF=1 node ./test/regression.js",
"test:types": "yarn build:types && tsc && tsd"
},
"type": "module",
"types": "./types/lib/svgo-node.d.ts",
"version": "4.0.0"
}