Gazebo_simulation-Frontend/node_modules/@svgr/plugin-jsx/package.json
2020-12-22 09:59:14 -05:00

86 lines
2.3 KiB
JSON

{
"_args": [
[
"@svgr/plugin-jsx@4.3.3",
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
]
],
"_from": "@svgr/plugin-jsx@4.3.3",
"_id": "@svgr/plugin-jsx@4.3.3",
"_inBundle": false,
"_integrity": "sha512-cLOCSpNWQnDB1/v+SUENHH7a0XY09bfuMKdq9+gYvtuwzC2rU4I0wKGFEp1i24holdQdwodCtDQdFtJiTCWc+w==",
"_location": "/@svgr/plugin-jsx",
"_phantomChildren": {
"@babel/generator": "7.9.6",
"@babel/helper-module-transforms": "7.9.0",
"@babel/helper-validator-identifier": "7.9.5",
"@babel/helpers": "7.9.6",
"@babel/parser": "7.9.6",
"@babel/template": "7.8.6",
"@babel/traverse": "7.9.6",
"chalk": "2.4.2",
"convert-source-map": "1.7.0",
"debug": "4.1.1",
"gensync": "1.0.0-beta.1",
"js-tokens": "4.0.0",
"json5": "2.1.3",
"lodash": "4.17.15",
"resolve": "1.12.2",
"semver": "5.7.1",
"source-map": "0.5.7",
"to-fast-properties": "2.0.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "@svgr/plugin-jsx@4.3.3",
"name": "@svgr/plugin-jsx",
"escapedName": "@svgr%2fplugin-jsx",
"scope": "@svgr",
"rawSpec": "4.3.3",
"saveSpec": null,
"fetchSpec": "4.3.3"
},
"_requiredBy": [
"/@svgr/core",
"/@svgr/webpack"
],
"_resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-4.3.3.tgz",
"_spec": "4.3.3",
"_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
"author": {
"name": "Greg Bergé",
"email": "berge.greg@gmail.com"
},
"dependencies": {
"@babel/core": "^7.4.5",
"@svgr/babel-preset": "^4.3.3",
"@svgr/hast-util-to-babel-ast": "^4.3.2",
"svg-parser": "^2.0.0"
},
"description": "Transform SVG into JSX",
"engines": {
"node": ">=8"
},
"gitHead": "14a26644e7bda24c2ff97524f3d8841801a6442f",
"keywords": [
"svgr-plugin"
],
"license": "MIT",
"main": "lib/index.js",
"name": "@svgr/plugin-jsx",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/smooth-code/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": "4.3.3"
}