Files
portfolio/node_modules/@svgr/plugin-svgo/package.json
2021-09-20 16:54:47 -04:00

67 lines
1.8 KiB
JSON

{
"_from": "@svgr/plugin-svgo@^5.5.0",
"_id": "@svgr/plugin-svgo@5.5.0",
"_inBundle": false,
"_integrity": "sha512-r5swKk46GuQl4RrVejVwpeeJaydoxkdwkM1mBKOgJLBUJPGaLci6ylg/IjhrRsREKDkr4kbMWdgOtbXEh0fyLQ==",
"_location": "/@svgr/plugin-svgo",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@svgr/plugin-svgo@^5.5.0",
"name": "@svgr/plugin-svgo",
"escapedName": "@svgr%2fplugin-svgo",
"scope": "@svgr",
"rawSpec": "^5.5.0",
"saveSpec": null,
"fetchSpec": "^5.5.0"
},
"_requiredBy": [
"/@svgr/webpack"
],
"_resolved": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-5.5.0.tgz",
"_shasum": "02da55d85320549324e201c7b2e53bf431fcc246",
"_spec": "@svgr/plugin-svgo@^5.5.0",
"_where": "/Users/tylerkoenig/Code/personal/react-scss2/node_modules/@svgr/webpack",
"author": {
"name": "Greg Bergé",
"email": "berge.greg@gmail.com"
},
"bundleDependencies": false,
"dependencies": {
"cosmiconfig": "^7.0.0",
"deepmerge": "^4.2.2",
"svgo": "^1.2.2"
},
"deprecated": false,
"description": "Optimize SVG",
"engines": {
"node": ">=10"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/gregberge"
},
"gitHead": "b5920550bd966f876cb65c5e23af180461e5aa23",
"homepage": "https://react-svgr.com",
"keywords": [
"svgr-plugin"
],
"license": "MIT",
"main": "lib/index.js",
"name": "@svgr/plugin-svgo",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/gregberge/svgr/tree/master/packages/plugin-svgo"
},
"scripts": {
"build": "babel --config-file ../../babel.config.js -d lib --ignore \"**/*.test.js\" src",
"prebuild": "rm -rf lib/",
"prepublishOnly": "yarn run build"
},
"version": "5.5.0"
}