{
  "_args": [
    [
      "@antv/scale@0.3.18",
      "D:\\jenkins\\workspace\\xypm-web"
    ]
  ],
  "_from": "@antv/scale@0.3.18",
  "_id": "@antv/scale@0.3.18",
  "_inBundle": false,
  "_integrity": "sha512-GHwE6Lo7S/Q5fgaLPaCsW+CH+3zl4aXpnN1skOiEY0Ue9/u+s2EySv6aDXYkAqs//i0uilMDD/0/4n8caX9U9w==",
  "_location": "/@antv/scale",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@antv/scale@0.3.18",
    "name": "@antv/scale",
    "escapedName": "@antv%2fscale",
    "scope": "@antv",
    "rawSpec": "0.3.18",
    "saveSpec": null,
    "fetchSpec": "0.3.18"
  },
  "_requiredBy": [
    "/@antv/attr",
    "/@antv/component",
    "/@antv/g2"
  ],
  "_resolved": "https://registry.npmmirror.com/@antv/scale/-/scale-0.3.18.tgz",
  "_spec": "0.3.18",
  "_where": "D:\\jenkins\\workspace\\xypm-web",
  "author": {
    "name": "https://github.com/orgs/antvis/people"
  },
  "bugs": {
    "url": "https://github.com/antvis/scale/issues"
  },
  "dependencies": {
    "@antv/util": "~2.0.3",
    "fecha": "~4.2.0",
    "tslib": "^2.0.0"
  },
  "description": "The scale module for G2",
  "devDependencies": {
    "@types/jest": "^25.2.1",
    "babel-loader": "^8.0.4",
    "husky": "^4.2.5",
    "jest": "^24.9.0",
    "jest-electron": "^0.1.6",
    "lint-staged": "^10.2.2",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.0.5",
    "rimraf": "^3.0.0",
    "ts-jest": "^24.1.0",
    "ts-loader": "^7.0.4",
    "tslint": "^6.1.2",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^3.5.3",
    "webpack": "^4.26.1",
    "webpack-cli": "^3.1.2"
  },
  "files": [
    "src",
    "lib",
    "esm",
    "README.md",
    "LICENSE"
  ],
  "homepage": "https://github.com/antvis/scale#readme",
  "husky": {
    "hooks": {
      "pre-commit": "run-s lint-stage build test"
    }
  },
  "jest": {
    "runner": "jest-electron/runner",
    "testEnvironment": "jest-electron/environment",
    "preset": "ts-jest",
    "collectCoverage": false,
    "collectCoverageFrom": [
      "src/**/*.{ts,js}",
      "!**/node_modules/**",
      "!**/vendor/**"
    ],
    "testRegex": "/tests/.*spec\\.ts?$"
  },
  "license": "MIT",
  "lint-staged": {
    "*.{js,css,json,md}": [
      "prettier --write",
      "git add"
    ],
    "*.{ts}": [
      "tslint -c tslint.json --fix",
      "prettier --write",
      "git add"
    ]
  },
  "main": "lib/index.js",
  "module": "esm/index.js",
  "name": "@antv/scale",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/antvis/scale.git"
  },
  "scripts": {
    "build": "run-s clean lib",
    "ci": "run-s lint build coverage",
    "clean": "rimraf lib esm",
    "coverage": "jest --coverage",
    "dist": "webpack --config webpack.config.js --mode production",
    "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": "tslint -c tslint.json src/**/* tests/**/*.*",
    "lint-fix": "run-s lint-fix:*",
    "lint-fix:prettier": "prettier --write 'src/**/*.ts'",
    "lint-fix:tslint": "tslint -c tslint.json --fix 'src/**/*.ts' 'tests/**/*'",
    "lint-stage": "lint-staged",
    "prepublishOnly": "npm-run-all --parallel lint test clean lib dist",
    "test": "jest",
    "test-live": "DEBUG_MODE=1 jest --watch"
  },
  "types": "lib/index.d.ts",
  "version": "0.3.18"
}
