UNPKG

729 BJSONView Raw
1{
2 "name": "@extra-array/bsearch-any",
3 "version": "2.9.12",
4 "description": "Binary searches value in sorted array.",
5 "main": "index.js",
6 "module": "index.mjs",
7 "exports": {
8 "require": "./index.js",
9 "import": "./index.mjs"
10 },
11 "scripts": {
12 "test": "exit"
13 },
14 "runkitExampleFilename": "example.js",
15 "keywords": [
16 "extra",
17 "array",
18 "bsearch",
19 "any",
20 "bsearchAny"
21 ],
22 "author": "wolfram77@gmail.com",
23 "license": "MIT",
24 "repository": {
25 "type": "git",
26 "url": "git+https://github.com/nodef/extra-array.git"
27 },
28 "bugs": {
29 "url": "https://github.com/nodef/extra-array/issues"
30 },
31 "homepage": "https://github.com/nodef/extra-array#readme",
32 "dependencies": {}
33}