Gazebo_simulation-Frontend/node_modules/@svgr/core/package.json

69 lines
1.7 KiB
JSON

{
"_args": [
[
"@svgr/core@4.3.3",
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
]
],
"_from": "@svgr/core@4.3.3",
"_id": "@svgr/core@4.3.3",
"_inBundle": false,
"_integrity": "sha512-qNuGF1QON1626UCaZamWt5yedpgOytvLj5BQZe2j1k1B8DUG4OyugZyfEwBeXozCUwhLEpsrgPrE+eCu4fY17w==",
"_location": "/@svgr/core",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@svgr/core@4.3.3",
"name": "@svgr/core",
"escapedName": "@svgr%2fcore",
"scope": "@svgr",
"rawSpec": "4.3.3",
"saveSpec": null,
"fetchSpec": "4.3.3"
},
"_requiredBy": [
"/@svgr/webpack"
],
"_resolved": "https://registry.npmjs.org/@svgr/core/-/core-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": {
"@svgr/plugin-jsx": "^4.3.3",
"camelcase": "^5.3.1",
"cosmiconfig": "^5.2.1"
},
"description": "Transform SVG into React Components.",
"engines": {
"node": ">=8"
},
"gitHead": "14a26644e7bda24c2ff97524f3d8841801a6442f",
"keywords": [
"svgr",
"svg",
"react",
"core",
"api"
],
"license": "MIT",
"main": "lib/index.js",
"name": "@svgr/core",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/smooth-code/svgr/tree/master/packages/core"
},
"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"
}