Toggle navigation
P3X GitList Snapshot
GitHub
Repo
Changelog
To do
Releases
Themes
Change log
Loading change log ...
To do ...
Loading todo ...
browsing:
67716b7c186048073f5716f6591d6d9ab952c185
Branches
master
Files
Commits
Log
Graph
Stats
binary-search-closest.git
package.json
RSS
Git
Fetch origin
Download
ZIP
TAR
Clone
Raw
View
History
Clone
SSH
HTTPS
Blames found: 16
Mode: javascript
Binary: false
Hang on, we reloading big blames...
52bbc4f9
{ "name": "p3x-binary-search-closest",
67716b7c
"version": "2021.10.145",
52bbc4f9
"corifeus": { "icon": "fas fa-train", "prefix": "p3x-", "publish": true, "type": "p3x", "code": "Bullet",
5c2d94f0
"nodejs": "v16.13.0",
52bbc4f9
"opencollective": false, "reponame": "binary-search-closest", "build": true },
677d9921
"description": "🚅 Find the closest or exact value using binary search",
52bbc4f9
"main": "src/index.js", "scripts": {
8ca954a0
"test": "grunt && mocha ./test/mocha/*.js"
52bbc4f9
}, "repository": { "type": "git", "url": "git+https://github.com/patrikx3/binary-search-closest.git" }, "keywords": [
b2e542e7
"search", "binary-search", "binary", "value", "object", "property",
677d9921
"closest", "exact"
52bbc4f9
], "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",
e47a2aaa
"devDependencies": {
67716b7c
"corifeus-builder": "^2021.10.165"
52bbc4f9
}, "engines": { "node": ">=12.13.0" }
167910ba
}