{ "_from": "@svgr/core@3.1.0", "_id": "@svgr/core@3.1.0", "_inBundle": false, "_integrity": "sha512-597mHNBnMiNaGB26WqlLqJcKKvExFHjszUO+O+a6s+UNzbmIysMl94mI0JgaS8R18fxR+C61/KCIhr7pBOxsgw==", "_location": "/@svgr/core", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@svgr/core@3.1.0", "name": "@svgr/core", "escapedName": "@svgr%2fcore", "scope": "@svgr", "rawSpec": "3.1.0", "saveSpec": null, "fetchSpec": "3.1.0" }, "_requiredBy": [ "/af-webpack" ], "_resolved": "https://registry.npmjs.org/@svgr/core/-/core-3.1.0.tgz", "_shasum": "49fa80a604e250bc9fc6517edcfb94950c230538", "_spec": "@svgr/core@3.1.0", "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/af-webpack", "author": { "name": "Greg Bergé", "email": "berge.greg@gmail.com" }, "bugs": { "url": "https://github.com/smooth-code/svgr/issues" }, "bundleDependencies": false, "dependencies": { "camelcase": "^5.0.0", "cosmiconfig": "^5.0.6", "h2x-core": "^1.1.1", "h2x-plugin-jsx": "^1.2.0", "merge-deep": "^3.0.2", "prettier": "^1.14.3", "svgo": "^1.1.1" }, "deprecated": false, "description": "Transform SVG into React Components.", "engines": { "node": ">=8" }, "gitHead": "62c78151dcd9c0b73196f6d3f859e96c5a25c9a4", "homepage": "https://github.com/smooth-code/svgr#readme", "keywords": [ "svgr", "svg", "react", "core", "api" ], "license": "MIT", "main": "lib/index.js", "name": "@svgr/core", "repository": { "type": "git", "url": "git+ssh://git@github.com/smooth-code/svgr.git" }, "scripts": { "build": "babel --config-file ../../babel.config.js -d lib --ignore \"**/*.test.js\" src", "prebuild": "rm -rf lib/", "prepublishOnly": "yarn run build" }, "version": "3.1.0" }