62 lines
2.0 KiB
JSON
62 lines
2.0 KiB
JSON
{
|
|
"_from": "@svgr/babel-plugin-transform-svg-component@^5.5.0",
|
|
"_id": "@svgr/babel-plugin-transform-svg-component@5.5.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-q4jSH1UUvbrsOtlo/tKcgSeiCHRSBdXoIoqX1pgcKK/aU3JD27wmMKwGtpB8qRYUYoyXvfGxUVKchLuR5pB3rQ==",
|
|
"_location": "/@svgr/babel-plugin-transform-svg-component",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@svgr/babel-plugin-transform-svg-component@^5.5.0",
|
|
"name": "@svgr/babel-plugin-transform-svg-component",
|
|
"escapedName": "@svgr%2fbabel-plugin-transform-svg-component",
|
|
"scope": "@svgr",
|
|
"rawSpec": "^5.5.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^5.5.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@svgr/babel-preset"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-5.5.0.tgz",
|
|
"_shasum": "583a5e2a193e214da2f3afeb0b9e8d3250126b4a",
|
|
"_spec": "@svgr/babel-plugin-transform-svg-component@^5.5.0",
|
|
"_where": "/Users/tylerkoenig/Code/personal/react-scss2/node_modules/@svgr/babel-preset",
|
|
"author": {
|
|
"name": "Greg Bergé",
|
|
"email": "berge.greg@gmail.com"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Transform SVG into component",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/gregberge"
|
|
},
|
|
"gitHead": "b5920550bd966f876cb65c5e23af180461e5aa23",
|
|
"homepage": "https://react-svgr.com",
|
|
"keywords": [
|
|
"babel-plugin"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"name": "@svgr/babel-plugin-transform-svg-component",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-transform-svg-component"
|
|
},
|
|
"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"
|
|
}
|