{ "_from": "@antv/g-canvas@~0.5.10", "_id": "@antv/g-canvas@0.5.17", "_inBundle": false, "_integrity": "sha512-sXYJMWTOlb/Ycb6sTKu00LcJqInXJY4t99+kSM40u2OfqrXYmaXDjHR7D2V0roMkbK/QWiWS9UnEidCR1VtMOA==", "_location": "/@antv/g-canvas", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@antv/g-canvas@~0.5.10", "name": "@antv/g-canvas", "escapedName": "@antv%2fg-canvas", "scope": "@antv", "rawSpec": "~0.5.10", "saveSpec": null, "fetchSpec": "~0.5.10" }, "_requiredBy": [ "/@antv/g2" ], "_resolved": "https://registry.npmmirror.com/@antv/g-canvas/-/g-canvas-0.5.17.tgz", "_shasum": "2e0d263a355e167b9da5e606fbd1ad1500474fcf", "_spec": "@antv/g-canvas@~0.5.10", "_where": "D:\\jenkins\\workspace\\dataShare-fvue\\node_modules\\@antv\\g2", "author": { "name": "https://github.com/orgs/antvis/people" }, "bugs": { "url": "https://github.com/antvis/g/issues" }, "bundleDependencies": false, "dependencies": { "@antv/g-base": "^0.5.12", "@antv/g-math": "^0.1.9", "@antv/matrix-util": "^3.1.0-beta.1", "@antv/path-util": "~2.0.5", "@antv/util": "~2.0.0", "gl-matrix": "^3.0.0", "tslib": "^2.0.3" }, "deprecated": false, "description": "A canvas library which providing 2d", "devDependencies": { "@antv/torch": "^1.0.0", "less": "^4.1.1", "npm-run-all": "^4.1.5", "webpack": "^4.26.1", "webpack-cli": "^4.5.0" }, "files": [ "src", "package.json", "esm", "lib", "dist", "LICENSE", "README.md" ], "homepage": "https://github.com/antvis/g#readme", "keywords": [ "util", "antv", "g" ], "license": "ISC", "main": "lib/index.js", "module": "esm/index.js", "name": "@antv/g-canvas", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/antvis/g.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", "build:umd": "webpack --config webpack.config.js --mode production", "clean": "rm -rf esm lib dist", "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", "dist": "webpack --config webpack.config.js --mode production", "test": "torch --renderer --compile --opts tests/mocha.opts", "test-live": "torch --compile --interactive tests/unit", "tsc": "tsc --noEmit", "typecheck": "tsc --noEmit" }, "types": "lib/index.d.ts", "unpkg": "dist/g.min.js", "version": "0.5.17" }