{
"name": "p3x-binary-search-closest",
"version": "2021.4.114",
"corifeus": {
"icon": "fas fa-train",
"prefix": "p3x-",
"publish": true,
"type": "p3x",
"code": "Bullet",
"nodejs": "v14.16.0",
"opencollective": false,
"reponame": "binary-search-closest",
"build": true
},
"description": "🚅 Find the closest or exact 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",
"binary-search",
"binary",
"value",
"object",
"property",
"closest",
"exact"
],
"author": "Patrik Laszlo <alabard@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/patrikx3/binary-search-closest/issues"
},
"homepage": "https://corifeus.com/binary-search-closest",
"devDependencies": {
"corifeus-builder": "^2021.4.124"
},
"engines": {
"node": ">=12.13.0"
}
}