{
  "_args": [
    [
      "@antv/g-base@0.5.15",
      "D:\\jenkins\\workspace\\xypm-web"
    ]
  ],
  "_from": "@antv/g-base@0.5.15",
  "_id": "@antv/g-base@0.5.15",
  "_inBundle": false,
  "_integrity": "sha512-QOtq50QpnKez9J75/Z8j2yZ7QDQdk8R8mVQJiHtaEO5eI7DM4ZbrsWff/Ew26JYmPWdq7nbRuARMAD4PX9uuLA==",
  "_location": "/@antv/g-base",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@antv/g-base@0.5.15",
    "name": "@antv/g-base",
    "escapedName": "@antv%2fg-base",
    "scope": "@antv",
    "rawSpec": "0.5.15",
    "saveSpec": null,
    "fetchSpec": "0.5.15"
  },
  "_requiredBy": [
    "/@antv/component",
    "/@antv/g-canvas",
    "/@antv/g-svg",
    "/@antv/g2"
  ],
  "_resolved": "https://registry.npmmirror.com/@antv/g-base/-/g-base-0.5.15.tgz",
  "_spec": "0.5.15",
  "_where": "D:\\jenkins\\workspace\\xypm-web",
  "author": {
    "name": "https://github.com/orgs/antvis/people"
  },
  "bugs": {
    "url": "https://github.com/antvis/util/issues"
  },
  "dependencies": {
    "@antv/event-emitter": "^0.1.1",
    "@antv/g-math": "^0.1.9",
    "@antv/matrix-util": "^3.1.0-beta.1",
    "@antv/path-util": "~2.0.5",
    "@antv/util": "~2.0.13",
    "@types/d3-timer": "^2.0.0",
    "d3-ease": "^1.0.5",
    "d3-interpolate": "^3.0.1",
    "d3-timer": "^1.0.9",
    "detect-browser": "^5.1.0",
    "tslib": "^2.0.3"
  },
  "description": "A common util collection for antv projects",
  "devDependencies": {
    "@antv/torch": "^1.0.0",
    "gl-matrix": "^3.0.0",
    "less": "^4.1.1",
    "npm-run-all": "^4.1.5",
    "tsc-watch": "^4.0.0"
  },
  "files": [
    "src",
    "package.json",
    "esm",
    "lib",
    "LICENSE",
    "README.md"
  ],
  "homepage": "https://github.com/antvis/util#readme",
  "keywords": [
    "util",
    "antv",
    "g"
  ],
  "license": "ISC",
  "main": "lib/index.js",
  "module": "esm/index.js",
  "name": "@antv/g-base",
  "publishConfig": {
    "access": "public"
  },
  "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 esm lib",
    "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 tests/unit",
    "tsc": "tsc --noEmit",
    "typecheck": "tsc --noEmit",
    "watch:cjs": "tsc-watch -p tsconfig.json --target ES5 --module commonjs --outDir lib --compiler typescript/bin/tsc"
  },
  "types": "lib/index.d.ts",
  "version": "0.5.15"
}
