{
  "_args": [
    [
      "svgpath@2.3.1",
      "/var/www/brandplatform.be/bebat"
    ]
  ],
  "_from": "svgpath@2.3.1",
  "_id": "svgpath@2.3.1",
  "_inBundle": false,
  "_integrity": "sha512-wNz6lCoj+99GMoyU7SozTfPqiLHz6WcJYZ30Z+F4lF/gPtxWHBCpZ4DhoDI0+oZ0dObKyYsJdSPGbL2mJq/qCg==",
  "_location": "/svgpath",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "svgpath@2.3.1",
    "name": "svgpath",
    "escapedName": "svgpath",
    "rawSpec": "2.3.1",
    "saveSpec": null,
    "fetchSpec": "2.3.1"
  },
  "_requiredBy": [
    "/svg2ttf"
  ],
  "_resolved": "https://registry.npmjs.org/svgpath/-/svgpath-2.3.1.tgz",
  "_spec": "2.3.1",
  "_where": "/var/www/brandplatform.be/bebat",
  "bugs": {
    "url": "https://github.com/fontello/svgpath/issues"
  },
  "description": "Low level toolkit for SVG paths transformations.",
  "devDependencies": {
    "ansi": "^0.3.1",
    "benchmark": "^2.1.1",
    "eslint": "^7.1.0",
    "mocha": "^8.0.1",
    "nyc": "^15.0.1"
  },
  "files": [
    "index.js",
    "index.d.ts",
    "lib/"
  ],
  "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": {
    "covreport": "nyc report --reporter html && nyc report --reporter lcov",
    "lint": "eslint .",
    "test": "npm run lint && nyc mocha"
  },
  "version": "2.3.1"
}
