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.
 
 
 

65 lines
1.7 KiB

{
"_from": "@svgr/core@^4.3.3",
"_id": "@svgr/core@4.3.3",
"_inBundle": false,
"_integrity": "sha512-qNuGF1QON1626UCaZamWt5yedpgOytvLj5BQZe2j1k1B8DUG4OyugZyfEwBeXozCUwhLEpsrgPrE+eCu4fY17w==",
"_location": "/@svgr/core",
"_phantomChildren": {},
"_requested": {
"type": "range",
"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",
"_shasum": "b37b89d5b757dc66e8c74156d00c368338d24293",
"_spec": "@svgr/core@^4.3.3",
"_where": "C:\\Users\\user\\Documents\\myapp\\node_modules\\@svgr\\webpack",
"author": {
"name": "Greg Bergé",
"email": "berge.greg@gmail.com"
},
"bundleDependencies": false,
"dependencies": {
"@svgr/plugin-jsx": "^4.3.3",
"camelcase": "^5.3.1",
"cosmiconfig": "^5.2.1"
},
"deprecated": false,
"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"
}