{
  "_from": "path-data-parser@^0.1.0",
  "_id": "path-data-parser@0.1.0",
  "_inBundle": false,
  "_integrity": "sha512-NOnmBpt5Y2RWbuv0LMzsayp3lVylAHLPUTut412ZA3l+C4uw4ZVkQbjShYCQ8TCpUMdPapr4YjUqLYD6v68j+w==",
  "_location": "/path-data-parser",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "path-data-parser@^0.1.0",
    "name": "path-data-parser",
    "escapedName": "path-data-parser",
    "rawSpec": "^0.1.0",
    "saveSpec": null,
    "fetchSpec": "^0.1.0"
  },
  "_requiredBy": [
    "/points-on-path",
    "/roughjs"
  ],
  "_resolved": "https://registry.npmjs.org/path-data-parser/-/path-data-parser-0.1.0.tgz",
  "_shasum": "8f5ba5cc70fc7becb3dcefaea08e2659aba60b8c",
  "_spec": "path-data-parser@^0.1.0",
  "_where": "C:\\wamp64\\www\\utc\\app\\node_modules\\roughjs",
  "author": {
    "name": "Preet Shihn"
  },
  "bugs": {
    "url": "https://github.com/pshihn/path-data-parser/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Yet another SVG path parser. This one's tiny",
  "devDependencies": {
    "tslint": "^6.1.1",
    "typescript": "^3.8.3"
  },
  "homepage": "https://github.com/pshihn/path-data-parser#readme",
  "keywords": [
    "svg path parser",
    "SVG",
    "path parser",
    "SVGPATH",
    "pathdata",
    "svg parser"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "module": "lib/index.js",
  "name": "path-data-parser",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pshihn/path-data-parser.git"
  },
  "scripts": {
    "build": "rm -rf lib && tsc",
    "lint": "tslint -p tsconfig.json",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "types": "lib/index.d.ts",
  "version": "0.1.0"
}
