projecte_ionic/node_modules/svgo/package.json
2022-02-09 18:30:03 +01:00

159 lines
3.8 KiB
JSON
Executable file

{
"_from": "svgo@^2.7.0",
"_id": "svgo@2.8.0",
"_inBundle": false,
"_integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==",
"_location": "/svgo",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "svgo@^2.7.0",
"name": "svgo",
"escapedName": "svgo",
"rawSpec": "^2.7.0",
"saveSpec": null,
"fetchSpec": "^2.7.0"
},
"_requiredBy": [
"/postcss-svgo"
],
"_resolved": "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz",
"_shasum": "4ff80cce6710dc2795f0c7c74101e6764cfccd24",
"_spec": "svgo@^2.7.0",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto/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"
}
],
"dependencies": {
"@trysound/sax": "0.2.0",
"commander": "^7.2.0",
"css-select": "^4.1.3",
"css-tree": "^1.1.3",
"csso": "^4.2.0",
"picocolors": "^1.0.0",
"stable": "^0.1.8"
},
"deprecated": false,
"description": "Nodejs-based tool for optimizing SVG vector graphics files",
"devDependencies": {
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@types/css-tree": "^1.0.6",
"@types/csso": "^4.2.0",
"@types/jest": "^27.0.1",
"del": "^6.0.0",
"eslint": "^7.32.0",
"jest": "^27.2.5",
"node-fetch": "^2.6.2",
"pixelmatch": "^5.2.1",
"playwright": "^1.14.1",
"pngjs": "^6.0.0",
"prettier": "^2.4.0",
"rollup": "^2.56.3",
"rollup-plugin-terser": "^7.0.2",
"tar-stream": "^2.2.0",
"typescript": "^4.4.3"
},
"engines": {
"node": ">=10.13.0"
},
"eslintConfig": {
"parserOptions": {
"ecmaVersion": "2021"
},
"env": {
"node": true,
"es2021": true
},
"extends": [
"eslint:recommended"
],
"overrides": [
{
"files": [
"rollup.config.js"
],
"parserOptions": {
"sourceType": "module"
}
},
{
"files": [
"**/*.test.js"
],
"env": {
"jest": true
}
}
]
},
"files": [
"bin",
"lib",
"plugins",
"dist",
"!**/*.test.js"
],
"homepage": "https://github.com/svg/svgo",
"jest": {
"coveragePathIgnorePatterns": [
"fixtures"
]
},
"keywords": [
"svgo",
"svg",
"optimize",
"minify"
],
"license": "MIT",
"main": "./lib/svgo-node.js",
"name": "svgo",
"packageManager": "yarn@2.4.3",
"prettier": {
"singleQuote": true
},
"repository": {
"type": "git",
"url": "git://github.com/svg/svgo.git"
},
"scripts": {
"fix": "eslint --ignore-path .gitignore --fix . && prettier --write \"**/*.js\" --ignore-path .gitignore",
"lint": "eslint --ignore-path .gitignore . && prettier --check \"**/*.js\" --ignore-path .gitignore",
"prepublishOnly": "rm -rf dist && rollup -c",
"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"
},
"version": "2.8.0"
}