{ "_from": "@antv/g-base@~0.5.6", "_id": "@antv/g-base@0.5.16", "_inBundle": false, "_integrity": "sha512-jP06wggTubDPHXoKwFg3/f1lyxBX9ywwN3E/HG74Nd7DXqOXQis8tsIWW+O6dS/h9vyuXLd1/wDWkMMm3ZzXdg==", "_location": "/@antv/g-base", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@antv/g-base@~0.5.6", "name": "@antv/g-base", "escapedName": "@antv%2fg-base", "scope": "@antv", "rawSpec": "~0.5.6", "saveSpec": null, "fetchSpec": "~0.5.6" }, "_requiredBy": [ "/@antv/component", "/@antv/g-canvas", "/@antv/g-svg", "/@antv/g2", "/@antv/g2plot" ], "_resolved": "https://registry.npmmirror.com/@antv/g-base/-/g-base-0.5.16.tgz", "_shasum": "22a0cbbfc810e6292e4d25e5708d0abe165912bf", "_spec": "@antv/g-base@~0.5.6", "_where": "D:\\jenkins\\workspace\\dataShare-fvue\\node_modules\\@antv\\g2", "author": { "name": "https://github.com/orgs/antvis/people" }, "bugs": { "url": "https://github.com/antvis/util/issues" }, "bundleDependencies": false, "dependencies": { "@antv/event-emitter": "^0.1.1", "@antv/g-math": "^0.1.9", "@antv/matrix-util": "^3.1.0-beta.1", "@antv/path-util": "~2.0.5", "@antv/util": "~2.0.13", "@types/d3-timer": "^2.0.0", "d3-ease": "^1.0.5", "d3-interpolate": "^3.0.1", "d3-timer": "^1.0.9", "detect-browser": "^5.1.0", "tslib": "^2.0.3" }, "deprecated": false, "description": "A common util collection for antv projects", "devDependencies": { "@antv/torch": "^1.0.0", "gl-matrix": "^3.0.0", "less": "^4.1.1", "npm-run-all": "^4.1.5", "tsc-watch": "^4.0.0" }, "files": [ "src", "package.json", "esm", "lib", "LICENSE", "README.md" ], "homepage": "https://github.com/antvis/util#readme", "keywords": [ "util", "antv", "g" ], "license": "ISC", "main": "lib/index.js", "module": "esm/index.js", "name": "@antv/g-base", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/antvis/util.git" }, "scripts": { "build": "npm run clean && run-p build:*", "build:cjs": "tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib", "build:esm": "tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm", "clean": "rm -rf esm lib", "coverage": "npm run coverage-generator && npm run coverage-viewer", "coverage-generator": "torch --coverage --compile --source-pattern src/*.js,src/**/*.js --opts tests/mocha.opts", "coverage-viewer": "torch-coverage", "test": "torch --renderer --compile --opts tests/mocha.opts", "test-live": "torch --compile --interactive tests/unit", "tsc": "tsc --noEmit", "typecheck": "tsc --noEmit", "watch:cjs": "tsc-watch -p tsconfig.json --target ES5 --module commonjs --outDir lib --compiler typescript/bin/tsc" }, "types": "lib/index.d.ts", "version": "0.5.16" }