You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

62 lines
1.7 KiB

4 years ago
{
"_from": "@svgr/plugin-svgo@^4.3.1",
"_id": "@svgr/plugin-svgo@4.3.1",
"_inBundle": false,
"_integrity": "sha512-PrMtEDUWjX3Ea65JsVCwTIXuSqa3CG9px+DluF1/eo9mlDrgrtFE7NE/DjdhjJgSM9wenlVBzkzneSIUgfUI/w==",
"_location": "/@svgr/plugin-svgo",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@svgr/plugin-svgo@^4.3.1",
"name": "@svgr/plugin-svgo",
"escapedName": "@svgr%2fplugin-svgo",
"scope": "@svgr",
"rawSpec": "^4.3.1",
"saveSpec": null,
"fetchSpec": "^4.3.1"
},
"_requiredBy": [
"/@svgr/webpack"
],
"_resolved": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-4.3.1.tgz",
"_shasum": "daac0a3d872e3f55935c6588dd370336865e9e32",
"_spec": "@svgr/plugin-svgo@^4.3.1",
"_where": "C:\\Users\\user\\Documents\\myapp\\node_modules\\@svgr\\webpack",
"author": {
"name": "Greg Bergé",
"email": "berge.greg@gmail.com"
},
"bundleDependencies": false,
"dependencies": {
"cosmiconfig": "^5.2.1",
"merge-deep": "^3.0.2",
"svgo": "^1.2.2"
},
"deprecated": false,
"description": "Optimize SVG",
"engines": {
"node": ">=8"
},
"gitHead": "06e1e996a92289183fca0aabe4ba286e3a227f1b",
"keywords": [
"svgr-plugin"
],
"license": "MIT",
"main": "lib/index.js",
"name": "@svgr/plugin-svgo",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/smooth-code/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": "4.3.1"
}