{ "_args": [ [ "@antv/g2@4.1.31", "D:\\jenkins\\workspace\\cssc-fvue" ] ], "_from": "@antv/g2@4.1.31", "_id": "@antv/g2@4.1.31", "_inBundle": false, "_integrity": "sha1-Z3ZWf6lkYUthNZdp8lui9aojfZM=", "_location": "/@antv/g2", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@antv/g2@4.1.31", "name": "@antv/g2", "escapedName": "@antv%2fg2", "scope": "@antv", "rawSpec": "4.1.31", "saveSpec": null, "fetchSpec": "4.1.31" }, "_requiredBy": [ "/", "/@antv/g2plot" ], "_resolved": "https://registry.npmmirror.com/@antv/g2/download/@antv/g2-4.1.31.tgz", "_spec": "4.1.31", "_where": "D:\\jenkins\\workspace\\cssc-fvue", "author": { "name": "https://github.com/orgs/antvis/people" }, "bugs": { "url": "https://github.com/antvis/g2/issues" }, "dependencies": { "@antv/adjust": "^0.2.1", "@antv/attr": "^0.3.1", "@antv/color-util": "^2.0.2", "@antv/component": "^0.8.7", "@antv/coord": "^0.3.0", "@antv/dom-util": "^2.0.2", "@antv/event-emitter": "~0.1.0", "@antv/g-base": "~0.5.6", "@antv/g-canvas": "~0.5.10", "@antv/g-svg": "~0.5.6", "@antv/matrix-util": "^3.1.0-beta.1", "@antv/path-util": "^2.0.3", "@antv/scale": "^0.3.7", "@antv/util": "~2.0.5", "tslib": "^2.0.0" }, "description": "the Grammar of Graphics in Javascript", "devDependencies": { "@antv/data-set": "^0.11.2", "@antv/gatsby-theme-antv": "^1.1.7", "@babel/core": "^7.13.1", "@babel/preset-env": "^7.13.0", "@commitlint/cli": "^13.1.0", "@commitlint/config-angular": "^13.1.0", "@types/jest": "^25.2.1", "@typescript-eslint/eslint-plugin": "^4.31.1", "@typescript-eslint/parser": "^4.31.1", "babel-loader": "^8.2.2", "conventional-changelog-cli": "^2.0.28", "eslint": "^7.32.0", "gatsby": "^2.20.23", "generate-changelog": "^1.8.0", "gh-pages": "^3.2.3", "husky": "^7.0.0", "jest": "^26.0.1", "jest-electron": "^0.1.7", "jest-extended": "^0.11.2", "lint-md-cli": "^0.1.2", "lint-staged": "^11.1.2", "lodash": "^4.17.15", "mock-variable": "^0.0.2", "npm-run-all": "^4.1.5", "prettier": "^2.0.5", "react-i18next": "^11.1.0", "rimraf": "^3.0.0", "ts-jest": "^26.0.0", "ts-loader": "^8.2.0", "typedoc": "^0.17.6", "typedoc-plugin-markdown": "^2.2.11", "typescript": "^4.4.3", "webpack": "^4.41.5", "webpack-bundle-analyzer": "^3.6.0", "webpack-cli": "^3.3.10" }, "files": [ "src", "lib", "esm", "dist" ], "homepage": "https://g2.antv.vision", "jest": { "runner": "jest-electron/runner", "testEnvironment": "jest-electron/environment", "testTimeout": 30000, "preset": "ts-jest", "collectCoverage": false, "collectCoverageFrom": [ "src/**/*.{ts,js}", "!**/node_modules/**", "!**/vendor/**" ], "testRegex": "/tests/.*-spec\\.ts?$", "moduleFileExtensions": [ "ts", "js", "json" ] }, "keywords": [ "antv", "g2", "visualization", "chart", "grammar", "graphics", "interaction" ], "license": "MIT", "lint-staged": { "*.{js,css,json,md}": [ "prettier --write" ], "*.ts": [ "prettier --write", "eslint ./src/**/*.ts ./tests/**/*.ts --fix", "git add ." ], "*.md": [ "lint-md ./docs --fix" ] }, "main": "lib/index.js", "module": "esm/index.js", "name": "@antv/g2", "repository": { "type": "git", "url": "git+https://github.com/antvis/g2.git" }, "resolutions": { "monaco-editor": "0.21.3", "@babel/plugin-transform-spread": "7.12.1", "d3-array": "2.12.1", "normalize-url": "^4.5.1" }, "scripts": { "analyz": "webpack --profile --json > stats.json && webpack-bundle-analyzer ./stats.json", "build": "run-s clean lib", "changelog": "generate-changelog", "ci": "run-s build coverage", "clean": "rimraf lib esm dist", "coverage": "jest -w 16 --coverage", "dist": "webpack --config webpack.config.js --mode production", "fix": "eslint ./src/**/*.ts ./tests/**/*.ts --fix && prettier --write ./src ./tests && lint-md ./docs --fix", "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": "run-p lint:*", "lint:eslint": "eslint ./src/**/*.ts", "lint:md": "lint-md ./docs", "prepublishOnly": "npm-run-all --parallel lint test build dist", "site:build": "npm run site:clean && gatsby build --prefix-paths", "site:clean": "gatsby clean", "site:copy-mirror-action": "mkdir -p public/.github/workflows && cp .github/workflows/mirror.yml public/.github/workflows", "site:deploy": "npm run build && npm run site:build && npm run site:copy-mirror-action && gh-pages -d public", "site:develop": "gatsby develop --open -H 0.0.0.0", "start": "npm run site:clean && npm run site:develop", "test": "jest -w 16", "test-live": "DEBUG_MODE=1 jest --watch tests/unit" }, "types": "lib/index.d.ts", "unpkg": "dist/g2.min.js", "version": "4.1.31" }