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.
63 lines
1.8 KiB
63 lines
1.8 KiB
{ |
|
"_from": "@svgr/plugin-jsx@^4.3.2", |
|
"_id": "@svgr/plugin-jsx@4.3.3", |
|
"_inBundle": false, |
|
"_integrity": "sha512-cLOCSpNWQnDB1/v+SUENHH7a0XY09bfuMKdq9+gYvtuwzC2rU4I0wKGFEp1i24holdQdwodCtDQdFtJiTCWc+w==", |
|
"_location": "/@svgr/plugin-jsx", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "range", |
|
"registry": true, |
|
"raw": "@svgr/plugin-jsx@^4.3.2", |
|
"name": "@svgr/plugin-jsx", |
|
"escapedName": "@svgr%2fplugin-jsx", |
|
"scope": "@svgr", |
|
"rawSpec": "^4.3.2", |
|
"saveSpec": null, |
|
"fetchSpec": "^4.3.2" |
|
}, |
|
"_requiredBy": [ |
|
"/@svgr/core", |
|
"/@svgr/webpack" |
|
], |
|
"_resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-4.3.3.tgz", |
|
"_shasum": "e2ba913dbdfbe85252a34db101abc7ebd50992fa", |
|
"_spec": "@svgr/plugin-jsx@^4.3.2", |
|
"_where": "/home/f2256342/forge/udemy-react/burger/node_modules/@svgr/webpack", |
|
"author": { |
|
"name": "Greg Bergé", |
|
"email": "berge.greg@gmail.com" |
|
}, |
|
"bundleDependencies": false, |
|
"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" |
|
}, |
|
"deprecated": false, |
|
"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" |
|
}
|
|
|