{ "_from": "@antv/matrix-util@^3.1.0-beta.3", "_id": "@antv/matrix-util@3.1.0-beta.3", "_inBundle": false, "_integrity": "sha512-W2R6Za3A6CmG51Y/4jZUM/tFgYSq7vTqJL1VD9dKrvwxS4sE0ZcXINtkp55CdyBwJ6Cwm8pfoRpnD4FnHahN0A==", "_location": "/@antv/matrix-util", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@antv/matrix-util@^3.1.0-beta.3", "name": "@antv/matrix-util", "escapedName": "@antv%2fmatrix-util", "scope": "@antv", "rawSpec": "^3.1.0-beta.3", "saveSpec": null, "fetchSpec": "^3.1.0-beta.3" }, "_requiredBy": [ "/@antv/component", "/@antv/coord", "/@antv/g-base", "/@antv/g-canvas", "/@antv/g2", "/@antv/g2plot" ], "_resolved": "https://registry.npmmirror.com/@antv/matrix-util/-/matrix-util-3.1.0-beta.3.tgz", "_shasum": "e061de8fa7be04605a155c69cc5ce9082eedddee", "_spec": "@antv/matrix-util@^3.1.0-beta.3", "_where": "D:\\jenkins\\workspace\\dataShare-fvue\\node_modules\\@antv\\g2", "author": { "name": "https://github.com/orgs/antvis/people" }, "bugs": { "url": "https://github.com/antvis/util/issues" }, "bundleDependencies": false, "dependencies": { "@antv/util": "^2.0.9", "gl-matrix": "^3.4.3", "tslib": "^2.0.3" }, "deprecated": false, "description": "A common util collection for antv projects", "devDependencies": { "@antv/torch": "^1.0.0", "chai": "^4.2.0", "less": "^3.9.0", "npm-run-all": "^4.1.5" }, "files": [ "src", "package.json", "esm", "lib", "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/matrix-util", "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 lib && rm -rf esm", "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", "version": "3.1.0-beta.3" }