{ "_args": [ [ "@antv/g-math@0.1.7", "D:\\jenkins\\workspace\\cssc-fvue" ] ], "_from": "@antv/g-math@0.1.7", "_id": "@antv/g-math@0.1.7", "_inBundle": false, "_integrity": "sha1-bsJ2kmn3zLZ+WBQNVznfdARswE4=", "_location": "/@antv/g-math", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@antv/g-math@0.1.7", "name": "@antv/g-math", "escapedName": "@antv%2fg-math", "scope": "@antv", "rawSpec": "0.1.7", "saveSpec": null, "fetchSpec": "0.1.7" }, "_requiredBy": [ "/@antv/component/@antv/g-base", "/@antv/g-base", "/@antv/g-canvas", "/@antv/g-svg" ], "_resolved": "https://registry.nlark.com/@antv/g-math/download/@antv/g-math-0.1.7.tgz", "_spec": "0.1.7", "_where": "D:\\jenkins\\workspace\\cssc-fvue", "author": { "name": "https://github.com/orgs/antvis/people" }, "bugs": { "url": "https://github.com/antvis/util/issues" }, "dependencies": { "@antv/util": "~2.0.0", "gl-matrix": "^3.0.0" }, "description": "geometry math", "devDependencies": { "@antv/torch": "^1.0.0", "electron": "4.1.5", "less": "^3.9.0", "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-math", "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 --opts tests/mocha.opts", "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.1.7" }