{ "_from": "@antv/g-math@^0.1.9", "_id": "@antv/g-math@0.1.9", "_inBundle": false, "_integrity": "sha512-KHMSfPfZ5XHM1PZnG42Q2gxXfOitYveNTA7L61lR6mhZ8Y/aExsYmHqaKBsSarU0z+6WLrl9C07PQJZaw0uljQ==", "_location": "/@antv/g-math", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@antv/g-math@^0.1.9", "name": "@antv/g-math", "escapedName": "@antv%2fg-math", "scope": "@antv", "rawSpec": "^0.1.9", "saveSpec": null, "fetchSpec": "^0.1.9" }, "_requiredBy": [ "/@antv/g-base", "/@antv/g-canvas", "/@antv/g-svg" ], "_resolved": "https://registry.npmmirror.com/@antv/g-math/-/g-math-0.1.9.tgz", "_shasum": "1f981b9aebf5c024f284389aa3e5cba8cefa1f28", "_spec": "@antv/g-math@^0.1.9", "_where": "D:\\jenkins\\workspace\\dataShare-fvue\\node_modules\\@antv\\g-base", "author": { "name": "https://github.com/orgs/antvis/people" }, "bugs": { "url": "https://github.com/antvis/util/issues" }, "bundleDependencies": false, "dependencies": { "@antv/util": "~2.0.0", "gl-matrix": "^3.0.0" }, "deprecated": false, "description": "geometry math", "devDependencies": { "@antv/torch": "^1.0.0", "electron": "11.2.3", "less": "^4.1.1", "npm-run-all": "^4.1.5", "tsc-watch": "^4.0.0" }, "files": [ "src", "package.json", "esm", "lib", "LICENSE", "README.md" ], "gitHead": "2d3bf5b25fb8412c05d53f04fc0cd8414d1fd7cc", "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.9" }