{ "name": "@codefeathers/window", "version": "0.1.5", "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 ", "license": "MIT", "bugs": { "url": "https://github.com/codefeathers/sliding-window/issues" }, "homepage": "https://github.com/codefeathers/sliding-window#readme", "dependencies": { "@codefeathers/fuse": "^0.11.0", "@codefeathers/iseq": "^1.1.0" } }