{ "_from": "gl-state@^1.0.0", "_id": "gl-state@1.0.0", "_inBundle": false, "_integrity": "sha1-Ji+qdYNbC5xTLBLzitxCXR0wzRc=", "_location": "/gl-state", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "gl-state@^1.0.0", "name": "gl-state", "escapedName": "gl-state", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/gl-axes3d" ], "_resolved": "https://registry.npmjs.org/gl-state/-/gl-state-1.0.0.tgz", "_shasum": "262faa75835b0b9c532c12f38adc425d1d30cd17", "_spec": "gl-state@^1.0.0", "_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/gl-axes3d", "author": { "name": "Mikola Lysenko" }, "bugs": { "url": "https://github.com/mikolalysenko/gl-state/issues" }, "bundleDependencies": false, "dependencies": { "uniq": "^1.0.0" }, "deprecated": false, "description": "Saves WebGL context state", "devDependencies": { "beefy": "~1.1.0", "gl-now": "~1.0.0" }, "directories": { "example": "example" }, "homepage": "https://github.com/mikolalysenko/gl-state", "keywords": [ "webgl", "state", "context", "save", "stack", "pushAttrib", "popAttrib" ], "license": "MIT", "main": "savestate.js", "name": "gl-state", "repository": { "type": "git", "url": "git://github.com/mikolalysenko/gl-state.git" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "version": "1.0.0" }