UNPKG

typed-array-interleave

Version:
45 lines (44 loc) 1.04 kB
{ "name": "typed-array-interleave", "version": "2.0.1", "description": "Interleave n typed arrays.", "keywords": [ "interleave", "typed-arrays", "arrays", "util" ], "homepage": "https://github.com/dmnsgn/typed-array-interleave", "bugs": "https://github.com/dmnsgn/typed-array-interleave/issues", "repository": { "type": "git", "url": "git+https://github.com/dmnsgn/typed-array-interleave.git" }, "funding": [ { "type": "individual", "url": "https://paypal.me/dmnsgn" }, { "type": "individual", "url": "https://commerce.coinbase.com/checkout/56cbdf28-e323-48d8-9c98-7019e72c97f3" } ], "license": "MIT", "author": "Damien Seguin (https://github.com/dmnsgn)", "sideEffects": false, "type": "module", "exports": { ".": { "types": "./types/index.d.ts", "default": "./index.js" } }, "main": "index.js", "types": "types/index.d.ts", "engines": { "node": ">=22.0.0", "npm": ">=10.5.1", "snowdev": ">=2.2.x" } }