hensei-web/node_modules/@svgr/plugin-jsx/package.json
2020-09-11 06:44:42 -07:00

68 lines
1.9 KiB
JSON

{
"_from": "@svgr/plugin-jsx@^5.4.0",
"_id": "@svgr/plugin-jsx@5.4.0",
"_inBundle": false,
"_integrity": "sha512-SGzO4JZQ2HvGRKDzRga9YFSqOqaNrgLlQVaGvpZ2Iht2gwRp/tq+18Pvv9kS9ZqOMYgyix2LLxZMY1LOe9NPqw==",
"_location": "/@svgr/plugin-jsx",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@svgr/plugin-jsx@^5.4.0",
"name": "@svgr/plugin-jsx",
"escapedName": "@svgr%2fplugin-jsx",
"scope": "@svgr",
"rawSpec": "^5.4.0",
"saveSpec": null,
"fetchSpec": "^5.4.0"
},
"_requiredBy": [
"/@svgr/core",
"/@svgr/parcel-plugin-svgr"
],
"_resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-5.4.0.tgz",
"_shasum": "ab47504c55615833c6db70fca2d7e489f509787c",
"_spec": "@svgr/plugin-jsx@^5.4.0",
"_where": "/Users/justin/Code/granblue/hensei-web/node_modules/@svgr/parcel-plugin-svgr",
"author": {
"name": "Greg Bergé",
"email": "berge.greg@gmail.com"
},
"bundleDependencies": false,
"dependencies": {
"@babel/core": "^7.7.5",
"@svgr/babel-preset": "^5.4.0",
"@svgr/hast-util-to-babel-ast": "^5.4.0",
"svg-parser": "^2.0.2"
},
"deprecated": false,
"description": "Transform SVG into JSX",
"engines": {
"node": ">=10"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/gregberge"
},
"gitHead": "e9c9d2fbfbce7a6879c90cd8522101caf2406d42",
"homepage": "https://react-svgr.com",
"keywords": [
"svgr-plugin"
],
"license": "MIT",
"main": "lib/index.js",
"name": "@svgr/plugin-jsx",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/gregberge/svgr/tree/master/packages/plugin-jsx"
},
"scripts": {
"build": "babel --config-file ../../babel.config.js -d lib --ignore \"**/*.test.js\" src",
"prebuild": "rm -rf lib/",
"prepublishOnly": "yarn run build"
},
"version": "5.4.0"
}