{
  "_args": [
    [
      "svg-pathdata@5.0.2",
      "/var/www/brandplatform.be/nibc-lot"
    ]
  ],
  "_from": "svg-pathdata@5.0.2",
  "_id": "svg-pathdata@5.0.2",
  "_inBundle": false,
  "_integrity": "sha512-tmfwioGZZaSMZnAGCFiWd30O2sVbA5/wVP/CS8Pcf9s1ptd6J26bZUFwkIRZy+GYmD+uCECdiAP7bPpLszj+1w==",
  "_location": "/svg-pathdata",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "svg-pathdata@5.0.2",
    "name": "svg-pathdata",
    "escapedName": "svg-pathdata",
    "rawSpec": "5.0.2",
    "saveSpec": null,
    "fetchSpec": "5.0.2"
  },
  "_requiredBy": [
    "/svgicons2svgfont"
  ],
  "_resolved": "https://registry.npmjs.org/svg-pathdata/-/svg-pathdata-5.0.2.tgz",
  "_spec": "5.0.2",
  "_where": "/var/www/brandplatform.be/nibc-lot",
  "author": {
    "name": "Nicolas Froidure"
  },
  "bugs": {
    "url": "https://github.com/nfroidure/SVGPathData/issues"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "description": "Manipulate SVG path data (path[d] attribute content) simply and efficiently.",
  "devDependencies": {
    "chai": "^4.1.2",
    "chai-stats": "^0.3.0",
    "commitizen": "^2.10.1",
    "conventional-changelog-cli": "^1.2.0",
    "coveralls": "^3.0.1",
    "cz-conventional-changelog": "^2.0.0",
    "istanbul": "0.4.5",
    "mocha": "^5.2.0",
    "mocha-lcov-reporter": "1.3.0",
    "rollup": "^0.59.4",
    "rollup-plugin-typescript2": "^0.14.0",
    "rollup-plugin-uglify": "^4.0.0",
    "tslint": "^5.6.0",
    "typescript": "^2.9.1",
    "uglify-es": "^3.3.9"
  },
  "engines": {
    "node": ">=6.9.5"
  },
  "greenkeeper": {
    "ignore": [
      "debug",
      "eslint",
      "eslint-config-simplifield",
      "mocha",
      "mocha-lcov-reporter",
      "commitizen",
      "cz-conventional-changelog",
      "coveralls",
      "istanbul",
      "conventional-changelog-cli"
    ]
  },
  "homepage": "https://github.com/nfroidure/svg-pathdata#readme",
  "keywords": [
    "svg",
    "path",
    "data",
    "parser",
    "encoder",
    "transformer",
    "reader",
    "writer",
    "stream",
    "typescript"
  ],
  "license": "MIT",
  "main": "lib/SVGPathData.js",
  "module": "lib/SVGPathData.module.js",
  "name": "svg-pathdata",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nfroidure/svg-pathdata.git"
  },
  "scripts": {
    "build": "rollup -c rollup.config.js",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
    "cli": "env NODE_ENV=${NODE_ENV:-cli}",
    "cover": "istanbul cover _mocha --report html -- tests/*.mocha.js -R spec -t 5000",
    "coveralls": "istanbul cover _mocha --report lcovonly -- tests/*.mocha.js -R spec -t 5000 && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
    "cz": "env NODE_ENV=${NODE_ENV:-cli} git cz",
    "lint": "eslint tests/*.mocha.js && tslint -p tsconfig.json",
    "preversion": "npm run test:ci",
    "test": "mocha tests/*.mocha.js",
    "test:ci": "npm run build && npm run test",
    "version": "npm run changelog && git add CHANGELOG.md",
    "watch": "rollup -c rollup.config.js -w"
  },
  "types": "lib/SVGPathData.d.ts",
  "version": "5.0.2"
}
