{ "_from": "ndarray-ops@^1.1.0", "_id": "ndarray-ops@1.2.2", "_inBundle": false, "_integrity": "sha1-WeiNLDKn7ryxvGkPrhQVeVV6YU4=", "_location": "/ndarray-ops", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "ndarray-ops@^1.1.0", "name": "ndarray-ops", "escapedName": "ndarray-ops", "rawSpec": "^1.1.0", "saveSpec": null, "fetchSpec": "^1.1.0" }, "_requiredBy": [ "/gl-buffer", "/gl-surface3d", "/gl-texture2d", "/ndarray-scratch" ], "_resolved": "https://registry.npmjs.org/ndarray-ops/-/ndarray-ops-1.2.2.tgz", "_shasum": "59e88d2c32a7eebcb1bc690fae141579557a614e", "_spec": "ndarray-ops@^1.1.0", "_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/gl-buffer", "author": { "name": "Mikola Lysenko" }, "bugs": { "url": "https://github.com/mikolalysenko/ndarray-ops/issues" }, "bundleDependencies": false, "dependencies": { "cwise-compiler": "^1.0.0" }, "deprecated": false, "description": "Common operations for ndarray arrays", "devDependencies": { "ndarray": "~1.0.4", "tape": "~1.0.4" }, "directories": { "example": "example", "test": "test" }, "gitHead": "dbc9e44102e02575a0de5feb71b47674422d8e49", "homepage": "https://github.com/mikolalysenko/ndarray-ops#readme", "keywords": [ "ndarray", "math", "operations", "scientific", "linear", "algebra" ], "license": "MIT", "main": "ndarray-ops.js", "name": "ndarray-ops", "repository": { "type": "git", "url": "git://github.com/mikolalysenko/ndarray-ops.git" }, "scripts": { "test": "tap test/*.js" }, "version": "1.2.2" }