{ "_from": "robust-subtract@^1.0.0", "_id": "robust-subtract@1.0.0", "_inBundle": false, "_integrity": "sha1-4LFk4e2LpOOl3aRaEgODSNvtPpo=", "_location": "/robust-subtract", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "robust-subtract@^1.0.0", "name": "robust-subtract", "escapedName": "robust-subtract", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/robust-in-sphere", "/robust-orientation" ], "_resolved": "https://registry.npmjs.org/robust-subtract/-/robust-subtract-1.0.0.tgz", "_shasum": "e0b164e1ed8ba4e3a5dda45a12038348dbed3e9a", "_spec": "robust-subtract@^1.0.0", "_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/robust-orientation", "author": { "name": "Mikola Lysenko" }, "bugs": { "url": "https://github.com/mikolalysenko/robust-subtract/issues" }, "bundleDependencies": false, "dependencies": {}, "deprecated": false, "description": "Exact subtraction of non-increasing overlapping sequences", "devDependencies": { "tape": "^2.12.3", "validate-robust-sequence": "^1.0.0" }, "directories": { "test": "test" }, "homepage": "https://github.com/mikolalysenko/robust-subtract#readme", "keywords": [ "robust", "subtraction", "difference" ], "license": "MIT", "main": "robust-diff.js", "name": "robust-subtract", "repository": { "type": "git", "url": "git://github.com/mikolalysenko/robust-subtract.git" }, "scripts": { "test": "tape test/*.js" }, "version": "1.0.0" }