🎚 Window-sliding insertion algorithm in JavaScript
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
792 B

6 years ago
{
"name": "@codefeathers/window",
6 years ago
"version": "0.1.5",
6 years ago
"description": "A sliding window algorithm to insert a new array into an existing one.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codefeathers/sliding-window.git"
},
"keywords": [
"sliding-window",
"insertion",
"algorithm",
"array",
"javascript"
],
"author": "Muthu Kumar @MKRhere <https://mkr.pw>",
"license": "MIT",
"bugs": {
"url": "https://github.com/codefeathers/sliding-window/issues"
},
"homepage": "https://github.com/codefeathers/sliding-window#readme",
"dependencies": {
6 years ago
"@codefeathers/fuse": "^0.11.0",
6 years ago
"@codefeathers/iseq": "^1.1.0"
}
}