{
  "name": "@extra-array/bsearchc",
  "version": "2.1.75",
  "description": "Binary searches closest value in sorted array.",
  "main": "index.js",
  "scripts": {
    "test": "exit"
  },
  "keywords": [
    "extra",
    "array",
    "is",
    "head",
    "tail",
    "init",
    "last",
    "get",
    "set",
    "swap",
    "compare",
    "isEqual",
    "range",
    "linspace",
    "push",
    "pop",
    "shift",
    "unshift",
    "copy",
    "rotate",
    "slice",
    "filter",
    "map",
    "concat",
    "reverse",
    "chunk",
    "zip",
    "splice",
    "insert",
    "repeat",
    "bsearch",
    "bsearchc",
    "bsearchl",
    "bsearchr",
    "sort",
    "prefixes",
    "infixes",
    "suffixes",
    "subsequences",
    "permutations",
    "isPrefix",
    "isInfix",
    "isSuffix",
    "isSubsequence",
    "isPermutation"
  ],
  "author": "wolfram77@gmail.com",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nodef/extra-array.git"
  },
  "bugs": {
    "url": "https://github.com/nodef/extra-array/issues"
  },
  "homepage": "https://github.com/nodef/extra-array#readme",
  "dependencies": {}
}