{ "_from": "claygl@^1.2.1", "_id": "claygl@1.3.0", "_inBundle": false, "_integrity": "sha512-+gGtJjT6SSHD2l2yC3MCubW/sCV40tZuSs5opdtn79vFSGUgp/lH139RNEQ6Jy078/L0aV8odCw8RSrUcMfLaQ==", "_location": "/claygl", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "claygl@^1.2.1", "name": "claygl", "escapedName": "claygl", "rawSpec": "^1.2.1", "saveSpec": null, "fetchSpec": "^1.2.1" }, "_requiredBy": [ "/echarts-gl" ], "_resolved": "https://registry.npmmirror.com/claygl/-/claygl-1.3.0.tgz", "_shasum": "7a6e2903210519ac358848f5d78070ed211685f3", "_spec": "claygl@^1.2.1", "_where": "D:\\jenkins\\workspace\\dataShare-fvue\\node_modules\\echarts-gl", "author": { "name": "Yi Shen", "url": "https://github.com/pissang" }, "bugs": { "url": "https://github.com/pissang/claygl/issues" }, "bundleDependencies": false, "dependencies": {}, "deprecated": false, "description": "WebGL graphic library", "devDependencies": { "electron": "1.7.9", "electron-mocha": "^4.0.3", "glob": "^7.0.0", "istanbul": "^1.1.0-alpha.1", "minami": "^1.2.3", "mocha": "^4.0.1", "remap-istanbul": "^0.9.5", "rollup": "^0.49.3", "rollup-plugin-commonjs": "^8.2.6", "rollup-watch": "^4.3.1" }, "homepage": "https://github.com/pissang/claygl#readme", "jsnext:main": "dist/claygl.es.js", "keywords": [ "graphic", "webgl" ], "main": "dist/claygl.js", "module": "src/claygl.js", "name": "claygl", "repository": { "type": "git", "url": "git+https://github.com/pissang/claygl.git" }, "scripts": { "build": "npm run glsl2js && npm run gen:entry && rollup -c && uglifyjs dist/claygl.js -c -m > dist/claygl.min.js", "build:sourcemap": "npm run gen:entry && rollup --sourcemap inline -c", "debug": "npm run pretest && electron-mocha --debug-brk --renderer \"./test/**/*.spec.js\"", "dev": "rollup --sourcemap inline -c -w", "gen:entry": "node build/genentry.js", "gen:fixture": "npm run pretest && electron-mocha --require-main \"./test/genfixture-env.js\" --renderer \"./test/integration/**/*.spec.js\"", "glsl2js": "node build/glsl2js.js", "instrument": "istanbul instrument ./dist/claygl.src.js --output ./dist/claygl.js --no-compact --complete-copy --es-modules", "prepublish": "npm run build", "pretest": "npm run build:sourcemap", "tdd": "npm run pretest && electron-mocha --interactive --renderer \"./test/**/*.spec.js\"", "test": "npm run test:main", "test:cov": "npm run pretest -- test/rollup.config.js && npm run instrument && npm run test:main -- -R test/reporter/istanbul-reporter && remap-istanbul -i coverage/coverage-final.json -o coverage/html-report -t html && node -e \"require('fs').unlinkSync('./dist/claygl.src.js')\"", "test:fixture": "npm run pretest && electron-mocha --require-main ./test/ci-env.js --renderer \"./test/integration/**/*.spec.js\" -R test/reporter/fixture-reporter", "test:main": "electron-mocha --require-main ./test/ci-env.js --renderer \"./test/**/*.spec.js\"" }, "sideEffects": false, "types": "index.d.ts", "version": "1.3.0" }