{
  "_from": "@antv/path-util@^3.0.1",
  "_id": "@antv/path-util@3.0.1",
  "_inBundle": false,
  "_integrity": "sha512-tpvAzMpF9Qm6ik2YSMqICNU5tco5POOW7S4XoxZAI/B0L26adU+Md/SmO0BBo2SpuywKvzPH3hPT3xmoyhr04Q==",
  "_location": "/@antv/path-util",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@antv/path-util@^3.0.1",
    "name": "@antv/path-util",
    "escapedName": "@antv%2fpath-util",
    "scope": "@antv",
    "rawSpec": "^3.0.1",
    "saveSpec": null,
    "fetchSpec": "^3.0.1"
  },
  "_requiredBy": [
    "/@antv/g2plot"
  ],
  "_resolved": "https://registry.npmjs.org/@antv/path-util/-/path-util-3.0.1.tgz",
  "_shasum": "42fd84222824e8ad8d1bde70f164a05924870d4a",
  "_spec": "@antv/path-util@^3.0.1",
  "_where": "/Users/admin/projects/dms/src/dealer_admin/node_modules/@antv/g2plot",
  "author": {
    "name": "https://github.com/orgs/antvis/people"
  },
  "bugs": {
    "url": "https://github.com/antvis/util/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "gl-matrix": "^3.1.0",
    "lodash-es": "^4.17.21",
    "tslib": "^2.0.3"
  },
  "deprecated": false,
  "description": "A common util collection for antv projects",
  "devDependencies": {
    "@antv/torch": "^1.0.0",
    "@types/gl-matrix": "^2.4.5",
    "@types/lodash-es": "^4.17.6",
    "chai": "^4.2.0",
    "less": "^3.9.0",
    "npm-run-all": "^4.1.5"
  },
  "files": [
    "src",
    "package.json",
    "esm",
    "lib",
    "README.md"
  ],
  "homepage": "https://github.com/antvis/util#readme",
  "keywords": [
    "util",
    "antv",
    "g"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "module": "esm/index.js",
  "name": "@antv/path-util",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antvis/util.git"
  },
  "scripts": {
    "build": "npm run clean && run-p build:*",
    "build:cjs": "tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib",
    "build:esm": "tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm",
    "clean": "rm -rf lib && rm -rf esm",
    "coverage": "npm run coverage-generator && npm run coverage-viewer",
    "coverage-generator": "torch --coverage --compile --source-pattern src/*.js,src/**/*.js --opts __tests__/mocha.opts",
    "coverage-viewer": "torch-coverage",
    "test": "torch --renderer --compile --opts __tests__/mocha.opts",
    "test-live": "torch --compile --interactive --opts __tests__/mocha.opts",
    "tsc": "tsc --noEmit",
    "typecheck": "tsc --noEmit"
  },
  "types": "lib/index.d.ts",
  "version": "3.0.1"
}
