🎚 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.
|
|
|
{
|
|
|
|
"name": "@codefeathers/window",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"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": {
|
|
|
|
"@codefeathers/iseq": "^1.1.0"
|
|
|
|
}
|
|
|
|
}
|