array-grid
Version:
Two-dimensional implementation of ndarray to avoid dynamic code generation eval.
35 lines (34 loc) • 697 B
JSON
{
"name": "array-grid",
"version": "1.5.0",
"description": "Two-dimensional implementation of ndarray to avoid dynamic code generation eval.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mmckegg/array-grid.git"
},
"keywords": [
"2d",
"array",
"ndarray",
"grid",
"xy",
"two",
"dimensions"
],
"author": "Matt McKegg",
"license": "ISC",
"bugs": {
"url": "https://github.com/mmckegg/array-grid/issues"
},
"homepage": "https://github.com/mmckegg/array-grid",
"devDependencies": {
"tape": "^2.13.4"
}
}