{ "_from": "marching-simplex-table@^1.0.0", "_id": "marching-simplex-table@1.0.0", "_inBundle": false, "_integrity": "sha1-vBYlbg+Pm1WKqbKHL4gy2UM/Uuo=", "_location": "/marching-simplex-table", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "marching-simplex-table@^1.0.0", "name": "marching-simplex-table", "escapedName": "marching-simplex-table", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/simplicial-complex-contour" ], "_resolved": "https://registry.npmjs.org/marching-simplex-table/-/marching-simplex-table-1.0.0.tgz", "_shasum": "bc16256e0f8f9b558aa9b2872f8832d9433f52ea", "_spec": "marching-simplex-table@^1.0.0", "_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/simplicial-complex-contour", "author": { "name": "Mikola Lysenko" }, "bugs": { "url": "https://github.com/mikolalysenko/marching-simplex-table/issues" }, "bundleDependencies": false, "dependencies": { "convex-hull": "^1.0.3" }, "deprecated": false, "description": "Construct the table entries for the marching simplex method", "devDependencies": {}, "homepage": "https://github.com/mikolalysenko/marching-simplex-table", "keywords": [ "marching", "simplex", "table", "isosurface" ], "license": "MIT", "main": "mstab.js", "name": "marching-simplex-table", "repository": { "type": "git", "url": "git+https://github.com/mikolalysenko/marching-simplex-table.git" }, "scripts": { "test": "tape test/*.js" }, "version": "1.0.0" }