UNPKG

seqlist

Version:

a package which includes the common method of sequence list ( array ), such as shuffle, topk, draw, binarySearch.

26 lines (25 loc) 578 B
{ "name": "seqlist", "version": "1.1.0", "description": "a package which includes the common method of sequence list ( array ), such as shuffle, topk, draw, binarySearch.", "main": "index.js", "scripts": { "test": "mocha" }, "keywords": [ "Array", "Sequence List", "shuffle", "top k", "binary search", "draw" ], "author": "gospray", "repository": "https://github.com/Yann-Wang/seqlistjs", "license": "ISC", "devDependencies": { "chai": "^3.5.0", "debug": "^2.6.0", "mocha": "^3.2.0" } }