{ "_args": [ [ "@antv/g-svg@0.5.6", "D:\\jenkins\\workspace\\cssc-fvue" ] ], "_from": "@antv/g-svg@0.5.6", "_id": "@antv/g-svg@0.5.6", "_inBundle": false, "_integrity": "sha1-cLL6mAxDGzmtPFtLU+NqHWCVfWU=", "_location": "/@antv/g-svg", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@antv/g-svg@0.5.6", "name": "@antv/g-svg", "escapedName": "@antv%2fg-svg", "scope": "@antv", "rawSpec": "0.5.6", "saveSpec": null, "fetchSpec": "0.5.6" }, "_requiredBy": [ "/@antv/g2" ], "_resolved": "https://registry.npmmirror.com/@antv/g-svg/download/@antv/g-svg-0.5.6.tgz?cache=0&sync_timestamp=1632727112363&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40antv%2Fg-svg%2Fdownload%2F%40antv%2Fg-svg-0.5.6.tgz", "_spec": "0.5.6", "_where": "D:\\jenkins\\workspace\\cssc-fvue", "author": { "name": "https://github.com/orgs/antvis/people" }, "bugs": { "url": "https://github.com/antvis/g/issues" }, "dependencies": { "@antv/g-base": "^0.5.3", "@antv/g-math": "^0.1.6", "@antv/util": "~2.0.0", "detect-browser": "^5.0.0", "tslib": "^2.0.3" }, "description": "A canvas library which providing 2d", "devDependencies": { "@antv/torch": "^1.0.0", "less": "^3.9.0", "npm-run-all": "^4.1.5", "webpack": "^4.39.3", "webpack-cli": "^3.3.7" }, "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-svg", "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", "test": "torch --renderer --compile --opts tests/mocha.opts", "test-live": "torch --compile --interactive --opts tests/mocha.opts", "tsc": "tsc --noEmit", "typecheck": "tsc --noEmit" }, "types": "lib/index.d.ts", "unpkg": "dist/g.min.js", "version": "0.5.6" }