{
  "_args": [
    [
      "@antv/g-canvas@0.5.14",
      "D:\\jenkins\\workspace\\xypm-web"
    ]
  ],
  "_from": "@antv/g-canvas@0.5.14",
  "_id": "@antv/g-canvas@0.5.14",
  "_inBundle": false,
  "_integrity": "sha512-IUGLEMIMAUYgaBMT8h3FTmYQYz7sjQkKWwh6Psqx+UPK86fySa+G8fMRrh1EqAL07jVB+GRnn6Ym+3FoFUgeFg==",
  "_location": "/@antv/g-canvas",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@antv/g-canvas@0.5.14",
    "name": "@antv/g-canvas",
    "escapedName": "@antv%2fg-canvas",
    "scope": "@antv",
    "rawSpec": "0.5.14",
    "saveSpec": null,
    "fetchSpec": "0.5.14"
  },
  "_requiredBy": [
    "/@antv/g2"
  ],
  "_resolved": "https://registry.npmmirror.com/@antv/g-canvas/-/g-canvas-0.5.14.tgz",
  "_spec": "0.5.14",
  "_where": "D:\\jenkins\\workspace\\xypm-web",
  "author": {
    "name": "https://github.com/orgs/antvis/people"
  },
  "bugs": {
    "url": "https://github.com/antvis/g/issues"
  },
  "dependencies": {
    "@antv/g-base": "^0.5.12",
    "@antv/g-math": "^0.1.9",
    "@antv/matrix-util": "^3.1.0-beta.1",
    "@antv/path-util": "~2.0.5",
    "@antv/util": "~2.0.0",
    "gl-matrix": "^3.0.0",
    "tslib": "^2.0.3"
  },
  "description": "A canvas library which providing 2d",
  "devDependencies": {
    "@antv/torch": "^1.0.0",
    "less": "^4.1.1",
    "npm-run-all": "^4.1.5",
    "webpack": "^4.26.1",
    "webpack-cli": "^4.5.0"
  },
  "files": [
    "src",
    "package.json",
    "esm",
    "lib",
    "dist",
    "LICENSE",
    "README.md"
  ],
  "homepage": "https://github.com/antvis/g#readme",
  "keywords": [
    "util",
    "antv",
    "g"
  ],
  "license": "ISC",
  "main": "lib/index.js",
  "module": "esm/index.js",
  "name": "@antv/g-canvas",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antvis/g.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",
    "build:umd": "webpack --config webpack.config.js --mode production",
    "clean": "rm -rf esm lib dist",
    "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",
    "dist": "webpack --config webpack.config.js --mode production",
    "test": "torch --renderer --compile --opts tests/mocha.opts",
    "test-live": "torch --compile --interactive tests/unit",
    "tsc": "tsc --noEmit",
    "typecheck": "tsc --noEmit"
  },
  "types": "lib/index.d.ts",
  "unpkg": "dist/g.min.js",
  "version": "0.5.14"
}
