{ "_args": [ [ "@antv/attr@0.3.2", "D:\\jenkins\\workspace\\cssc-fvue" ] ], "_from": "@antv/attr@0.3.2", "_id": "@antv/attr@0.3.2", "_inBundle": false, "_integrity": "sha1-5YZrZIcMYvOpwluKYfZUuiv9oFE=", "_location": "/@antv/attr", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@antv/attr@0.3.2", "name": "@antv/attr", "escapedName": "@antv%2fattr", "scope": "@antv", "rawSpec": "0.3.2", "saveSpec": null, "fetchSpec": "0.3.2" }, "_requiredBy": [ "/@antv/g2" ], "_resolved": "https://registry.npm.taobao.org/@antv/attr/download/@antv/attr-0.3.2.tgz", "_spec": "0.3.2", "_where": "D:\\jenkins\\workspace\\cssc-fvue", "author": { "name": "https://github.com/orgs/antvis/people" }, "bugs": { "url": "https://github.com/antvis/attr/issues" }, "dependencies": { "@antv/color-util": "^2.0.1", "@antv/util": "~2.0.0", "tslib": "^1.10.0" }, "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": "^3.5.3" }, "files": [ "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.2" }