{
  "_from": "simplicial-complex@^1.0.0",
  "_id": "simplicial-complex@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-bDOk7Wn81Nkbe8rdOzC2NoPq4kE=",
  "_location": "/simplicial-complex",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "simplicial-complex@^1.0.0",
    "name": "simplicial-complex",
    "escapedName": "simplicial-complex",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/incremental-convex-hull"
  ],
  "_resolved": "https://registry.npmjs.org/simplicial-complex/-/simplicial-complex-1.0.0.tgz",
  "_shasum": "6c33a4ed69fcd4d91b7bcadd3b30b63683eae241",
  "_spec": "simplicial-complex@^1.0.0",
  "_where": "G:\\Development\\Work\\SWDFactory\\pvstream_pilot\\frontend\\node_modules\\incremental-convex-hull",
  "author": {
    "name": "Mikola Lysenko"
  },
  "bugs": {
    "url": "https://github.com/mikolalysenko/simplicial-complex/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "bit-twiddle": "^1.0.0",
    "union-find": "^1.0.0"
  },
  "deprecated": false,
  "description": "Topological indexing for simplicial complexes",
  "devDependencies": {
    "tape": "^2.12.3"
  },
  "gitHead": "24aa75407005c898a4171dcc1e97215a261b3b79",
  "homepage": "https://github.com/mikolalysenko/simplicial-complex#readme",
  "keywords": [
    "mesh",
    "cell",
    "complex",
    "simplex",
    "simplicial",
    "topology",
    "vertex",
    "triangle",
    "star",
    "edge",
    "graph",
    "winged",
    "edge",
    "half",
    "edge"
  ],
  "license": "MIT",
  "main": "topology.js",
  "name": "simplicial-complex",
  "repository": {
    "type": "git",
    "url": "git://github.com/mikolalysenko/simplicial-complex.git"
  },
  "scripts": {
    "test": "tape test/*.js"
  },
  "version": "1.0.0"
}
