{
  "_args": [
    [
      "@antv/attr@0.3.5",
      "D:\\jenkins\\workspace\\xypm-web"
    ]
  ],
  "_from": "@antv/attr@0.3.5",
  "_id": "@antv/attr@0.3.5",
  "_inBundle": false,
  "_integrity": "sha512-wuj2gUo6C8Q2ASSMrVBuTcb5LcV+Tc0Egiy6bC42D0vxcQ+ta13CLxgMmHz8mjD0FxTPJDXSciyszRSC5TdLsg==",
  "_location": "/@antv/attr",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@antv/attr@0.3.5",
    "name": "@antv/attr",
    "escapedName": "@antv%2fattr",
    "scope": "@antv",
    "rawSpec": "0.3.5",
    "saveSpec": null,
    "fetchSpec": "0.3.5"
  },
  "_requiredBy": [
    "/@antv/g2"
  ],
  "_resolved": "https://registry.npmmirror.com/@antv/attr/-/attr-0.3.5.tgz",
  "_spec": "0.3.5",
  "_where": "D:\\jenkins\\workspace\\xypm-web",
  "author": {
    "name": "https://github.com/orgs/antvis/people"
  },
  "bugs": {
    "url": "https://github.com/antvis/attr/issues"
  },
  "dependencies": {
    "@antv/color-util": "^2.0.1",
    "@antv/scale": "^0.3.0",
    "@antv/util": "~2.0.0",
    "tslib": "^2.3.1"
  },
  "description": "The Attribute module for G2, F2.",
  "devDependencies": {
    "@antv/scale": "^0.3.0",
    "@types/jest": "^24.0.18",
    "conventional-changelog-cli": "^2.0.28",
    "husky": "^3.0.4",
    "jest": "^24.9.0",
    "jest-electron": "^0.1.7",
    "jest-extended": "^0.11.2",
    "lint-staged": "^9.2.3",
    "npm-run-all": "^4.1.5",
    "prettier": "^1.18.2",
    "rimraf": "^3.0.0",
    "ts-jest": "^24.1.0",
    "tslint": "^5.18.0",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^4.1.5"
  },
  "files": [
    "src",
    "lib",
    "esm",
    "README.md",
    "LICENSE"
  ],
  "homepage": "https://github.com/antvis/attr#readme",
  "husky": {
    "hooks": {
      "pre-commit": "run-s lint 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?$"
  },
  "keywords": [
    "antv",
    "attr",
    "g2",
    "f2"
  ],
  "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/attr",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/antvis/attr.git"
  },
  "scripts": {
    "build": "run-s clean lib",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
    "ci": "run-s build test",
    "clean": "rimraf lib esm",
    "coverage": "jest --coverage",
    "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": "lint-staged",
    "prepublishOnly": "run-s lint test build",
    "test": "jest",
    "test-live": "DEBUG_MODE=1 jest --watch tests/unit"
  },
  "types": "lib/index.d.ts",
  "version": "0.3.5"
}
