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.
67 lines
2.1 KiB
67 lines
2.1 KiB
{ |
|
"_from": "@svgr/babel-preset@^4.3.3", |
|
"_id": "@svgr/babel-preset@4.3.3", |
|
"_inBundle": false, |
|
"_integrity": "sha512-6PG80tdz4eAlYUN3g5GZiUjg2FMcp+Wn6rtnz5WJG9ITGEF1pmFdzq02597Hn0OmnQuCVaBYQE1OVFAnwOl+0A==", |
|
"_location": "/@svgr/babel-preset", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "range", |
|
"registry": true, |
|
"raw": "@svgr/babel-preset@^4.3.3", |
|
"name": "@svgr/babel-preset", |
|
"escapedName": "@svgr%2fbabel-preset", |
|
"scope": "@svgr", |
|
"rawSpec": "^4.3.3", |
|
"saveSpec": null, |
|
"fetchSpec": "^4.3.3" |
|
}, |
|
"_requiredBy": [ |
|
"/@svgr/plugin-jsx" |
|
], |
|
"_resolved": "https://registry.npmjs.org/@svgr/babel-preset/-/babel-preset-4.3.3.tgz", |
|
"_shasum": "a75d8c2f202ac0e5774e6bfc165d028b39a1316c", |
|
"_spec": "@svgr/babel-preset@^4.3.3", |
|
"_where": "/home/f2256342/forge/udemy-react/burger/node_modules/@svgr/plugin-jsx", |
|
"author": { |
|
"name": "Greg Bergé", |
|
"email": "berge.greg@gmail.com" |
|
}, |
|
"bundleDependencies": false, |
|
"dependencies": { |
|
"@svgr/babel-plugin-add-jsx-attribute": "^4.2.0", |
|
"@svgr/babel-plugin-remove-jsx-attribute": "^4.2.0", |
|
"@svgr/babel-plugin-remove-jsx-empty-expression": "^4.2.0", |
|
"@svgr/babel-plugin-replace-jsx-attribute-value": "^4.2.0", |
|
"@svgr/babel-plugin-svg-dynamic-title": "^4.3.3", |
|
"@svgr/babel-plugin-svg-em-dimensions": "^4.2.0", |
|
"@svgr/babel-plugin-transform-react-native-svg": "^4.2.0", |
|
"@svgr/babel-plugin-transform-svg-component": "^4.2.0" |
|
}, |
|
"deprecated": false, |
|
"description": "SVGR preset that apply transformations from config", |
|
"engines": { |
|
"node": ">=8" |
|
}, |
|
"gitHead": "14a26644e7bda24c2ff97524f3d8841801a6442f", |
|
"keywords": [ |
|
"babel-plugin", |
|
"babel-preset" |
|
], |
|
"license": "MIT", |
|
"main": "lib/index.js", |
|
"name": "@svgr/babel-preset", |
|
"publishConfig": { |
|
"access": "public" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "https://github.com/smooth-code/svgr/tree/master/packages/babel-preset" |
|
}, |
|
"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" |
|
}
|
|
|