{
  "_from": "normalize-svg-path@^1.1.0",
  "_id": "normalize-svg-path@1.1.0",
  "_inBundle": false,
  "_integrity": "sha512-r9KHKG2UUeB5LoTouwDzBy2VxXlHsiM6fyLQvnJa0S5hrhzqElH/CH7TUGhT1fVvIYBIKf3OpY4YJ4CK+iaqHg==",
  "_location": "/normalize-svg-path",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "normalize-svg-path@^1.1.0",
    "name": "normalize-svg-path",
    "escapedName": "normalize-svg-path",
    "rawSpec": "^1.1.0",
    "saveSpec": null,
    "fetchSpec": "^1.1.0"
  },
  "_requiredBy": [
    "/@react-pdf/render"
  ],
  "_resolved": "https://registry.npmjs.org/normalize-svg-path/-/normalize-svg-path-1.1.0.tgz",
  "_shasum": "0e614eca23c39f0cffe821d6be6cd17e569a766c",
  "_spec": "normalize-svg-path@^1.1.0",
  "_where": "/var/www/justnowapp/node_modules/@react-pdf/render",
  "author": {
    "name": "Jake Rosoman"
  },
  "bugs": {
    "url": "https://github.com/jkroso/normalize-svg-path/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "svg-arc-to-cubic-bezier": "^3.0.0"
  },
  "deprecated": false,
  "description": "Convert all segments in a path to curves",
  "devDependencies": {
    "parse-svg-path": "^0.1.2",
    "tape": "^4.7.0"
  },
  "exports": {
    "require": "./index.js",
    "import": "./index.mjs"
  },
  "homepage": "https://github.com/jkroso/normalize-svg-path#readme",
  "keywords": [
    "svg",
    "path",
    "normalize"
  ],
  "license": "MIT",
  "main": "./index.js",
  "module": "./index.mjs",
  "name": "normalize-svg-path",
  "repository": {
    "type": "git",
    "url": "git://github.com/jkroso/normalize-svg-path.git"
  },
  "scripts": {
    "test": "node test.mjs"
  },
  "version": "1.1.0"
}
