{ "_from": "@antv/gl-matrix@^2.7.1", "_id": "@antv/gl-matrix@2.7.1", "_inBundle": false, "_integrity": "sha1-rLjjf3qz3wE0WrpDcteUK+QuuhQ=", "_location": "/@antv/gl-matrix", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@antv/gl-matrix@^2.7.1", "name": "@antv/gl-matrix", "escapedName": "@antv%2fgl-matrix", "scope": "@antv", "rawSpec": "^2.7.1", "saveSpec": null, "fetchSpec": "^2.7.1" }, "_requiredBy": [ "/@antv/adjust/@antv/util", "/@antv/scale/@antv/util" ], "_resolved": "https://registry.npm.taobao.org/@antv/gl-matrix/download/@antv/gl-matrix-2.7.1.tgz", "_shasum": "acb8e37f7ab3df01345aba4372d7942be42eba14", "_spec": "@antv/gl-matrix@^2.7.1", "_where": "D:\\钉钉\\node_modules\\@antv\\adjust\\node_modules\\@antv\\util", "bugs": { "url": "https://github.com/toji/gl-matrix/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Brandon Jones", "email": "tojiro@gmail.com" }, { "name": "Colin MacKenzie IV", "email": "sinisterchipmunk@gmail.com" } ], "dependencies": {}, "deprecated": false, "description": "Javascript Matrix and Vector library for High Performance WebGL apps", "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-loader": "^7.1.4", "babel-preset-env": "^1.7.0", "babel-register": "^6.26.0", "jsdoc": "^3.5.5", "mocha": "^5.1.1", "node-libs-browser": "^2.1.0", "uglifyjs-webpack-plugin": "^1.2.5", "webpack": "^4.8.3", "webpack-cli": "^2.1.3" }, "homepage": "http://glmatrix.net", "license": "MIT", "main": "dist/gl-matrix.js", "module": "lib/gl-matrix.js", "name": "@antv/gl-matrix", "repository": { "type": "git", "url": "git+https://github.com/toji/gl-matrix.git" }, "scripts": { "build": "webpack --config utils/webpack.config.js", "build-all": "npm run update-license-version&&npm run build&&npm run build-min", "build-lib": "babel src --out-dir lib", "build-min": "webpack --config utils/webpack.config.min.js", "doc": "jsdoc -c jsdoc.config.json", "old_test": "jasmine-node spec", "test": "mocha --require babel-register --recursive spec", "update-license-version": "node utils/update-license-version.js" }, "sideEffects": false, "version": "2.7.1" }