{ "_from": "simplicial-complex-contour@^1.0.0", "_id": "simplicial-complex-contour@1.0.2", "_inBundle": false, "_integrity": "sha1-iQqsrChDZTQBEFRc8mKaJuBL+dE=", "_location": "/simplicial-complex-contour", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "simplicial-complex-contour@^1.0.0", "name": "simplicial-complex-contour", "escapedName": "simplicial-complex-contour", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/gl-mesh3d" ], "_resolved": "https://registry.npmjs.org/simplicial-complex-contour/-/simplicial-complex-contour-1.0.2.tgz", "_shasum": "890aacac284365340110545cf2629a26e04bf9d1", "_spec": "simplicial-complex-contour@^1.0.0", "_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/gl-mesh3d", "author": { "name": "Mikola Lysenko" }, "bugs": { "url": "https://github.com/mikolalysenko/simplicial-complex-contour/issues" }, "bundleDependencies": false, "dependencies": { "marching-simplex-table": "^1.0.0", "ndarray": "^1.0.15", "ndarray-sort": "^1.0.0", "typedarray-pool": "^1.1.0" }, "deprecated": false, "description": "Extract a contour on a simplicial complex", "devDependencies": { "bunny": "^1.0.1", "tape": "^3.0.3" }, "directories": { "example": "example", "test": "test" }, "homepage": "https://github.com/mikolalysenko/simplicial-complex-contour", "keywords": [ "simplicial", "complex", "contour", "line", "triangle", "tetrahedra", "mesh" ], "license": "MIT", "main": "contour.js", "name": "simplicial-complex-contour", "repository": { "type": "git", "url": "git+https://github.com/mikolalysenko/simplicial-complex-contour.git" }, "scripts": { "test": "tape test/*.js" }, "version": "1.0.2" }