{ "_from": "bit-twiddle@~0.0.1", "_id": "bit-twiddle@0.0.2", "_inBundle": false, "_integrity": "sha1-wurruVKjuUrMFASX4c3NLxoz9Y4=", "_location": "/simplify-planar-graph/bit-twiddle", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "bit-twiddle@~0.0.1", "name": "bit-twiddle", "escapedName": "bit-twiddle", "rawSpec": "~0.0.1", "saveSpec": null, "fetchSpec": "~0.0.1" }, "_requiredBy": [ "/simplify-planar-graph/simplicial-complex" ], "_resolved": "https://registry.npmjs.org/bit-twiddle/-/bit-twiddle-0.0.2.tgz", "_shasum": "c2eaebb952a3b94acc140497e1cdcd2f1a33f58e", "_spec": "bit-twiddle@~0.0.1", "_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/simplify-planar-graph/node_modules/simplicial-complex", "author": { "name": "Mikola Lysenko" }, "bugs": { "url": "https://github.com/mikolalysenko/bit-twiddle/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Bit twiddling hacks for JavaScript", "devDependencies": { "tap": "~0.3.3" }, "gitHead": "f0b4adc66dfb632473c57632e87d3a23f3dd2680", "homepage": "https://github.com/mikolalysenko/bit-twiddle#readme", "keywords": [ "bit", "twiddle", "hacks", "graphics", "octree", "quadtree", "math", "nextPow2", "log", "shift", "combination", "permutation", "trailing", "zero", "one", "interleave", "revere", "parity", "population", "count", "exponent", "power", "sign", "min", "max" ], "license": "MIT", "main": "twiddle.js", "name": "bit-twiddle", "repository": { "type": "git", "url": "git://github.com/mikolalysenko/bit-twiddle.git" }, "scripts": { "test": "tap ./test" }, "version": "0.0.2" }