1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- {
- "_from": "@svgr/plugin-jsx@^5.5.0",
- "_id": "@svgr/plugin-jsx@5.5.0",
- "_inBundle": false,
- "_integrity": "sha512-V/wVh33j12hGh05IDg8GpIUXbjAPnTdPTKuP4VNLggnwaHMPNQNae2pRnyTAILWCQdz5GyMqtO488g7CKM8CBA==",
- "_location": "/@svgr/plugin-jsx",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@svgr/plugin-jsx@^5.5.0",
- "name": "@svgr/plugin-jsx",
- "escapedName": "@svgr%2fplugin-jsx",
- "scope": "@svgr",
- "rawSpec": "^5.5.0",
- "saveSpec": null,
- "fetchSpec": "^5.5.0"
- },
- "_requiredBy": [
- "/@svgr/core",
- "/@svgr/webpack"
- ],
- "_resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-5.5.0.tgz",
- "_shasum": "1aa8cd798a1db7173ac043466d7b52236b369000",
- "_spec": "@svgr/plugin-jsx@^5.5.0",
- "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@svgr\\webpack",
- "author": {
- "name": "Greg Bergé",
- "email": "berge.greg@gmail.com"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@babel/core": "^7.12.3",
- "@svgr/babel-preset": "^5.5.0",
- "@svgr/hast-util-to-babel-ast": "^5.5.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": "b5920550bd966f876cb65c5e23af180461e5aa23",
- "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.5.0"
- }
|