UNPKG

find-insert-index

Version:

Find the index to insert an element in array keeping the sort order.

28 lines (27 loc) 624 B
{ "name": "find-insert-index", "version": "0.0.1", "description": "Find the index to insert an element in array keeping the sort order.", "keywords": [ "find", "array", "index", "sort", "stable" ], "homepage": "https://github.com/joaonuno/find-insert-index-js", "repository": { "type": "git", "url": "git://github.com/joaonuno/find-insert-index-js.git" }, "license": "MIT", "author": "João Nuno Silva <jnss81@gmail.com> (http://jnuno.com)", "main": "index.js", "scripts": { "test": "mocha" }, "devDependencies": { "mocha": "1.13.0", "chai": "1.8.1" } }