{ "_args": [ [ "@antv/g-base@0.5.9", "D:\\jenkins\\workspace\\cssc-fvue" ] ], "_from": "@antv/g-base@0.5.9", "_id": "@antv/g-base@0.5.9", "_inBundle": false, "_integrity": "sha1-WNDhHYUVetoUCPvfJPT0aPQOWc0=", "_location": "/@antv/g-base", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@antv/g-base@0.5.9", "name": "@antv/g-base", "escapedName": "@antv%2fg-base", "scope": "@antv", "rawSpec": "0.5.9", "saveSpec": null, "fetchSpec": "0.5.9" }, "_requiredBy": [ "/@antv/g-canvas", "/@antv/g-svg", "/@antv/g2" ], "_resolved": "https://registry.nlark.com/@antv/g-base/download/@antv/g-base-0.5.9.tgz?cache=0&sync_timestamp=1619321536772&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40antv%2Fg-base%2Fdownload%2F%40antv%2Fg-base-0.5.9.tgz", "_spec": "0.5.9", "_where": "D:\\jenkins\\workspace\\cssc-fvue", "author": { "name": "https://github.com/orgs/antvis/people" }, "bugs": { "url": "https://github.com/antvis/util/issues" }, "dependencies": { "@antv/event-emitter": "^0.1.1", "@antv/g-math": "^0.1.6", "@antv/matrix-util": "^3.1.0-beta.1", "@antv/path-util": "~2.0.5", "@antv/util": "~2.0.0", "@types/d3-timer": "^2.0.0", "d3-ease": "^1.0.5", "d3-interpolate": "^1.3.2", "d3-timer": "^1.0.9", "detect-browser": "^5.1.0", "tslib": "^2.0.3" }, "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.9" }