{
  "_args": [
    [
      "@svgr/core@2.4.1",
      "/home/alex/Projects/SDPK/Works/content/sdpk-content"
    ]
  ],
  "_from": "@svgr/core@2.4.1",
  "_id": "@svgr/core@2.4.1",
  "_inBundle": false,
  "_integrity": "sha512-2i1cUbjpKt1KcIP05e10vkmu9Aedp32EFqVcSQ08onbB8lVxJqMPci3Hr54aI14S9cLg4JdcpO0D35HHUtT8oQ==",
  "_location": "/@svgr/core",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@svgr/core@2.4.1",
    "name": "@svgr/core",
    "escapedName": "@svgr%2fcore",
    "scope": "@svgr",
    "rawSpec": "2.4.1",
    "saveSpec": null,
    "fetchSpec": "2.4.1"
  },
  "_requiredBy": [
    "/@svgr/webpack"
  ],
  "_resolved": "https://registry.npmjs.org/@svgr/core/-/core-2.4.1.tgz",
  "_spec": "2.4.1",
  "_where": "/home/alex/Projects/SDPK/Works/content/sdpk-content",
  "author": {
    "name": "Greg Bergé",
    "email": "berge.greg@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/smooth-code/svgr/issues"
  },
  "dependencies": {
    "camelcase": "^5.0.0",
    "cosmiconfig": "^5.0.6",
    "h2x-core": "^1.1.0",
    "h2x-plugin-jsx": "^1.1.0",
    "merge-deep": "^3.0.2",
    "prettier": "^1.14.2",
    "svgo": "^1.0.5"
  },
  "description": "Transform SVG into React Components.",
  "engines": {
    "node": ">=8"
  },
  "gitHead": "8683967eba69079e1ce0fde9de340a6bb16cf433",
  "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": "2.4.1"
}
