{ "name": "p3x-binary-search-closest", "version": "2020.4.130", "corifeus": { "icon": "fas fa-train", "prefix": "p3x-", "publish": true, "type": "p3x", "code": "Bullet", "nodejs": "v12.16.3", "opencollective": false, "reponame": "binary-search-closest", "build": true }, "description": "🚅 Find the closest value using binary search", "main": "src/index.js", "scripts": { "test": "grunt && mocha ./test/mocha/*.js" }, "repository": { "type": "git", "url": "git+https://github.com/patrikx3/binary-search-closest.git" }, "keywords": [ "search" ], "author": "Patrik Laszlo ", "license": "MIT", "bugs": { "url": "https://github.com/patrikx3/binary-search-closest/issues" }, "homepage": "https://corifeus.com/binary-search-closest", "dependencies": { "corifeus-builder": "^2020.4.205" }, "engines": { "node": ">=12.13.0" } }