{
  "_from": "svgpath@^2.1.5",
  "_id": "svgpath@2.6.0",
  "_inBundle": false,
  "_integrity": "sha512-OIWR6bKzXvdXYyO4DK/UWa1VA1JeKq8E+0ug2DG98Y/vOmMpfZNj+TIG988HjfYSqtcy/hFOtZq/n/j5GSESNg==",
  "_location": "/svgpath",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "svgpath@^2.1.5",
    "name": "svgpath",
    "escapedName": "svgpath",
    "rawSpec": "^2.1.5",
    "saveSpec": null,
    "fetchSpec": "^2.1.5"
  },
  "_requiredBy": [
    "/svg2ttf"
  ],
  "_resolved": "https://registry.npmjs.org/svgpath/-/svgpath-2.6.0.tgz",
  "_shasum": "5b160ef3d742b7dfd2d721bf90588d3450d7a90d",
  "_spec": "svgpath@^2.1.5",
  "_where": "/var/www/html/moro/node_modules/svg2ttf",
  "bugs": {
    "url": "https://github.com/fontello/svgpath/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Low level toolkit for SVG paths transformations.",
  "devDependencies": {
    "benchmark": "^2.1.1",
    "eslint": "^8.5.0",
    "mocha": "^10.1.0",
    "nyc": "^15.0.1"
  },
  "files": [
    "index.js",
    "index.d.ts",
    "lib/"
  ],
  "funding": "https://github.com/fontello/svg2ttf?sponsor=1",
  "homepage": "https://github.com/fontello/svgpath#readme",
  "keywords": [
    "svg",
    "path",
    "transform",
    "scale",
    "translate",
    "rotate",
    "matrix"
  ],
  "license": "MIT",
  "name": "svgpath",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fontello/svgpath.git"
  },
  "scripts": {
    "benchmark": "benchmark/benchmark.js",
    "benchmark-prepare": "mkdir -p benchmark/implementations/2.4.1 && git checkout 2.4.1 && cp index.js benchmark/implementations/2.4.1 && cp -R --parents **/*.js benchmark/implementations/2.4.1 && git checkout master",
    "covreport": "nyc report --reporter html && nyc report --reporter lcov",
    "lint": "eslint .",
    "test": "npm run lint && nyc mocha"
  },
  "version": "2.6.0"
}
