forgeplus-react/node_modules/@antv/gl-matrix/package.json

82 lines
2.3 KiB
JSON

{
"_args": [
[
"@antv/gl-matrix@2.7.1",
"/home/zhiyuanliu/gitlink/forgeplus-react"
]
],
"_from": "@antv/gl-matrix@2.7.1",
"_id": "@antv/gl-matrix@2.7.1",
"_inBundle": false,
"_integrity": "sha512-oOWcVNlpELIKi9x+Mm1Vwbz8pXfkbJKykoCIOJ/dNK79hSIANbpXJ5d3Rra9/wZqK6MC961B7sybFhPlLraT3Q==",
"_location": "/@antv/gl-matrix",
"_phantomChildren": {},
"_requested": {
"type": "version",
"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/g",
"/@antv/util"
],
"_resolved": "https://registry.npmjs.org/@antv/gl-matrix/-/gl-matrix-2.7.1.tgz",
"_spec": "2.7.1",
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
"bugs": {
"url": "https://github.com/toji/gl-matrix/issues"
},
"contributors": [
{
"name": "Brandon Jones",
"email": "tojiro@gmail.com"
},
{
"name": "Colin MacKenzie IV",
"email": "sinisterchipmunk@gmail.com"
}
],
"dependencies": {},
"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"
}