UNPKG

multi-array-view

Version:

A small JavaScript library for efficient work with multidimensional arrays

43 lines (42 loc) 932 B
{ "name": "multi-array-view", "version": "0.1.7", "scripts": { "test": "jest", "build": "tsc", "prepublishOnly": "tsc" }, "main": "./dist/index.js", "license": "MIT", "typings": "./dist/index.d.ts", "author": "Danakt Frost <danakt@protonmail.com>", "description": "A small JavaScript library for efficient work with multidimensional arrays", "jest": { "collectCoverage": true }, "keywords": [ "array", "stride", "strided", "strided array", "multidimensional", "multiarray", "n-dimension", "matrix", "dimension", "nested" ], "devDependencies": { "@types/jest": "^27.4.0", "@types/node": "^17.0.12", "jest": "^27.4.7", "typescript": "^4.5.5" }, "repository": { "type": "git", "url": "git+https://github.com/danakt/multi-array-view.git" }, "bugs": { "url": "https://github.com/danakt/multi-array-view/issues" } }