array-binsearch
Version:
Binary search a sorted array
32 lines (31 loc) • 598 B
JSON
{
"name": "array-binsearch",
"version": "1.0.1",
"description": "Binary search a sorted array",
"main": "index.js",
"typings": "index.d.ts",
"module": "index.es.js",
"jsnext:main": "index.es.js",
"scripts": {
"test": "node test.js"
},
"keywords": [
"array",
"binary",
"search"
],
"files": [
"index.js",
"index.d.ts",
"index.es.js",
"package.json",
"LICENSE",
"README.md"
],
"author": "Kris Selden",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/krisselden/array-binsearch.git"
}
}