71 lines
1.8 KiB
JSON
71 lines
1.8 KiB
JSON
{
|
|
"_from": "@svgr/core@^5.5.0",
|
|
"_id": "@svgr/core@5.5.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-q52VOcsJPvV3jO1wkPtzTuKlvX7Y3xIcWRpCMtBF3MrteZJtBfQw/+u0B1BHy5ColpQc1/YVTrPEtSYIMNZlrQ==",
|
|
"_location": "/@svgr/core",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@svgr/core@^5.5.0",
|
|
"name": "@svgr/core",
|
|
"escapedName": "@svgr%2fcore",
|
|
"scope": "@svgr",
|
|
"rawSpec": "^5.5.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^5.5.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@svgr/webpack"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@svgr/core/-/core-5.5.0.tgz",
|
|
"_shasum": "82e826b8715d71083120fe8f2492ec7d7874a579",
|
|
"_spec": "@svgr/core@^5.5.0",
|
|
"_where": "/Users/tylerkoenig/Code/personal/react-scss2/node_modules/@svgr/webpack",
|
|
"author": {
|
|
"name": "Greg Bergé",
|
|
"email": "berge.greg@gmail.com"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@svgr/plugin-jsx": "^5.5.0",
|
|
"camelcase": "^6.2.0",
|
|
"cosmiconfig": "^7.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Transform SVG into React Components.",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/gregberge"
|
|
},
|
|
"gitHead": "b5920550bd966f876cb65c5e23af180461e5aa23",
|
|
"homepage": "https://react-svgr.com",
|
|
"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/gregberge/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": "5.5.0"
|
|
}
|