{
  "_args": [
    [
      "svgpath@2.2.2",
      "/var/www/brandplatform.be/nibc-lot"
    ]
  ],
  "_from": "svgpath@2.2.2",
  "_id": "svgpath@2.2.2",
  "_inBundle": false,
  "_integrity": "sha512-7cXFbkZvPkZpKLC+3QIfyUd3/Un/CvJONjTD3Gz5qLuEa73StPOt8kZjTi9apxO6zwCaza0bPNnmzTyrQ4qQlw==",
  "_location": "/svgpath",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "svgpath@2.2.2",
    "name": "svgpath",
    "escapedName": "svgpath",
    "rawSpec": "2.2.2",
    "saveSpec": null,
    "fetchSpec": "2.2.2"
  },
  "_requiredBy": [
    "/svg2ttf"
  ],
  "_resolved": "https://registry.npmjs.org/svgpath/-/svgpath-2.2.2.tgz",
  "_spec": "2.2.2",
  "_where": "/var/www/brandplatform.be/nibc-lot",
  "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",
    "coveralls": "^3.0.3",
    "eslint": "^5.16.0",
    "istanbul": "^0.4.5",
    "mocha": "^6.1.4"
  },
  "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": {
    "coverage": "rm -rf coverage && istanbul cover _mocha",
    "lint": "eslint .",
    "report-coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
    "test": "npm run lint && mocha"
  },
  "version": "2.2.2"
}
