{
  "_from": "@antv/coord@^0.3.0",
  "_id": "@antv/coord@0.3.1",
  "_inBundle": false,
  "_integrity": "sha512-rFE94C8Xzbx4xmZnHh2AnlB3Qm1n5x0VT3OROy257IH6Rm4cuzv1+tZaUBATviwZd99S+rOY9telw/+6C9GbRw==",
  "_location": "/@antv/coord",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@antv/coord@^0.3.0",
    "name": "@antv/coord",
    "escapedName": "@antv%2fcoord",
    "scope": "@antv",
    "rawSpec": "^0.3.0",
    "saveSpec": null,
    "fetchSpec": "^0.3.0"
  },
  "_requiredBy": [
    "/@antv/g2"
  ],
  "_resolved": "https://registry.npmjs.org/@antv/coord/-/coord-0.3.1.tgz",
  "_shasum": "982e261d8a1e06a198eb518ea7acc20ed875a019",
  "_spec": "@antv/coord@^0.3.0",
  "_where": "/Users/admin/projects/dms/src/dealer_admin/node_modules/@antv/g2",
  "author": {
    "name": "https://github.com/orgs/antvis/people"
  },
  "bugs": {
    "url": "https://github.com/antvis/coord/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@antv/matrix-util": "^3.1.0-beta.2",
    "@antv/util": "~2.0.12",
    "tslib": "^2.1.0"
  },
  "deprecated": false,
  "description": "The coordinate module for G2",
  "devDependencies": {
    "@types/jest": "^26.0.20",
    "husky": "^5.1.0",
    "jest": "^26.6.3",
    "lint-staged": "^10.5.4",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.2.1",
    "rimraf": "^3.0.2",
    "ts-jest": "^26.5.1",
    "typescript": "^4.1.5"
  },
  "files": [
    "src",
    "lib",
    "esm"
  ],
  "homepage": "https://github.com/antvis/coord#readme",
  "husky": {
    "hooks": {
      "pre-commit": "run-s lint-staged test build"
    }
  },
  "jest": {
    "preset": "ts-jest",
    "collectCoverage": true,
    "collectCoverageFrom": [
      "src/**/*.{ts,js}",
      "!**/node_modules/**",
      "!**/vendor/**"
    ],
    "testRegex": "/__tests__/.*spec\\.ts?$"
  },
  "license": "MIT",
  "lint-staged": {
    "*.{js,css,json,md,ts}": [
      "prettier --write",
      "git add"
    ]
  },
  "main": "lib/index.js",
  "module": "esm/index.js",
  "name": "@antv/coord",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/antvis/coord.git"
  },
  "scripts": {
    "build": "run-s clean lib",
    "ci": "run-s lint build test",
    "clean": "rimraf lib esm",
    "fix": "prettier ./src ./__tests__ --write",
    "lib": "run-p lib:*",
    "lib:cjs": "tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib",
    "lib:esm": "tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm",
    "lint": "prettier ./src ./__tests__ --check",
    "lint-staged": "lint-staged",
    "test": "jest",
    "test-live": "DEBUG_MODE=1 jest"
  },
  "types": "lib/index.d.ts",
  "version": "0.3.1"
}
