{
  "_from": "svg-parser@^2.0.0",
  "_id": "svg-parser@2.0.2",
  "_inBundle": false,
  "_integrity": "sha512-1gtApepKFweigFZj3sGO8KT8LvVZK8io146EzXrpVuWCDAbISz/yMucco3hWTkpZNoPabM+dnMOpy6Swue68Zg==",
  "_location": "/svg-parser",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "svg-parser@^2.0.0",
    "name": "svg-parser",
    "escapedName": "svg-parser",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/@svgr/plugin-jsx"
  ],
  "_resolved": "https://registry.npmjs.org/svg-parser/-/svg-parser-2.0.2.tgz",
  "_shasum": "d134cc396fa2681dc64f518330784e98bd801ec8",
  "_spec": "svg-parser@^2.0.0",
  "_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/sorting-algorithms/nbarrow1/bubble-sort-react/node_modules/@svgr/plugin-jsx",
  "author": {
    "name": "Rich Harris"
  },
  "bugs": {
    "url": "https://github.com/Rich-Harris/svg-parser/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Create a JSON-friendly object from an SVG string",
  "devDependencies": {
    "eslint": "^3.2.2",
    "locate-character": "^2.0.5",
    "mocha": "^3.0.1",
    "prettier": "^1.18.2",
    "rollup": "^0.34.7",
    "rollup-plugin-buble": "^0.12.1",
    "rollup-plugin-node-resolve": "^2.0.0",
    "source-map-support": "^0.4.2"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "homepage": "https://github.com/Rich-Harris/svg-parser#README",
  "jsnext:main": "dist/svg-parser.es.js",
  "keywords": [
    "SVG",
    "parser",
    "JSON",
    "object"
  ],
  "license": "MIT",
  "main": "dist/svg-parser.umd.js",
  "module": "dist/svg-parser.es.js",
  "name": "svg-parser",
  "prettier": {
    "singleQuote": true,
    "useTabs": true,
    "printWidth": 100
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Rich-Harris/svg-parser.git"
  },
  "scripts": {
    "build": "rollup -c",
    "lint": "eslint src",
    "prepublish": "npm run lint && npm test",
    "pretest": "npm run build",
    "test": "mocha"
  },
  "version": "2.0.2"
}