{
  "_from": "svg-path-commander@1.0.5",
  "_id": "svg-path-commander@1.0.5",
  "_inBundle": false,
  "_integrity": "sha512-hhQfARVXoPrwwe4DNPWM4hjQLK7rTxwQ+TUc5mxoe5g0k5eStc4SPnKqmivlm/dzZ98bI+yDyKye92n2t+oOiQ==",
  "_location": "/svg-path-commander",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "svg-path-commander@1.0.5",
    "name": "svg-path-commander",
    "escapedName": "svg-path-commander",
    "rawSpec": "1.0.5",
    "saveSpec": null,
    "fetchSpec": "1.0.5"
  },
  "_requiredBy": [
    "/react-curved-text"
  ],
  "_resolved": "https://registry.npmjs.org/svg-path-commander/-/svg-path-commander-1.0.5.tgz",
  "_shasum": "99590f05795364af201ed9e29ad1b5b748c44629",
  "_spec": "svg-path-commander@1.0.5",
  "_where": "/home2/qdid4546/nodevenv/new.omniagroup-ci.com/14/lib/node_modules/react-curved-text",
  "author": {
    "name": "thednp"
  },
  "bugs": {
    "url": "https://github.com/thednp/svg-path-commander/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "dommatrix": "^1.0.3"
  },
  "deprecated": false,
  "description": "ES6+ JavaScript tools for SVG processing and converting path data",
  "devDependencies": {
    "@bahmutov/cypress-esbuild-preprocessor": "^2.1.3",
    "@cypress/code-coverage": "^3.9.12",
    "@rollup/plugin-buble": "^0.21.3",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^7.1.3",
    "cypress": "^9.6.1",
    "esbuild": "^0.14.30",
    "eslint": "^7.22.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-vue": "^7.7.0",
    "istanbul-lib-coverage": "^3.2.0",
    "istanbul-lib-instrument": "^5.2.0",
    "npm-run-all": "^4.1.5",
    "nyc": "^15.1.0",
    "rollup": "^2.38.4",
    "rollup-plugin-cleanup": "^3.2.1",
    "rollup-plugin-terser": "^5.3.1",
    "typescript": "^4.5.2"
  },
  "files": [
    "dist",
    "types",
    "src"
  ],
  "homepage": "http://thednp.github.io/svg-path-commander",
  "jsnext": "src/index.js",
  "keywords": [
    "svg",
    "path",
    "commander",
    "parse",
    "normalize",
    "optimize",
    "reverse",
    "convert",
    "absolute",
    "relative",
    "curve",
    "transform3d"
  ],
  "license": "MIT",
  "main": "dist/svg-path-commander.min.js",
  "module": "dist/svg-path-commander.esm.js",
  "name": "svg-path-commander",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thednp/svg-path-commander.git"
  },
  "scripts": {
    "build": "npm run lint:js && npm-run-all --parallel build-*",
    "build-docs": "rollup --environment FORMAT:umd,MIN:false,OUTPUTFILE:docs/svg-path-commander.js -c",
    "build-esm": "rollup --environment FORMAT:esm,MIN:false -c",
    "build-esm-min": "rollup --environment FORMAT:esm,MIN:true -c",
    "build-js": "rollup --environment FORMAT:umd,MIN:false -c",
    "build-js-es5": "rollup --environment FORMAT:umd,MIN:false,ES:es5 -c",
    "build-js-es5-min": "rollup --environment FORMAT:umd,MIN:true,ES:es5 -c",
    "build-js-min": "rollup --environment FORMAT:umd,MIN:true -c",
    "build:ts": "tsc -d",
    "coverage:report": "nyc report --reporter=lcov --reporter=json --reporter=text --reporter=json-summary",
    "custom-build": "rollup -c --environment",
    "cypress": "npx cypress open",
    "fix:js": "eslint src --config .eslintrc --fix",
    "lint:js": "eslint src --config .eslintrc",
    "test": "npx cypress run"
  },
  "types": "types/index.d.ts",
  "version": "1.0.5"
}
