@vect/matrix
Version:
Util for 2d-array
49 lines • 1.21 kB
JSON
{
"name": "@vect/matrix",
"version": "0.8.6",
"description": "Util for 2d-array",
"type": "module",
"exports": "./index.js",
"files": [
"index.js"
],
"engines": {
"node": ">=22.0.0"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@vect/column-getter": "^0.6.13",
"@vect/matrix-indicator": "^0.6.13",
"@vect/matrix-margin": "^0.6.13",
"@vect/matrix-quantifier": "^0.6.13",
"@vect/columns-mapper": "^0.8.6",
"@vect/columns-select": "^0.8.6",
"@vect/columns-update": "^0.8.6",
"@vect/matrix-init": "^0.8.6",
"@vect/matrix-algebra": "^0.8.6",
"@vect/matrix-index": "^0.8.6",
"@vect/matrix-mapper": "^0.8.6",
"@vect/matrix-zipper": "^0.8.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hoyeungw/vect.git"
},
"keywords": [
"matrix",
"2d-array"
],
"author": "Hoyeung Wong",
"license": "MIT",
"bugs": {
"url": "https://github.com/hoyeungw/vect"
},
"homepage": "https://github.com/hoyeungw/vect#readme",
"gitHead": "ea88f6e34b2ef185010319c87355672d59ed3b35",
"scripts": {
"pub": "npm publish",
"test": "node -r @babel/register test/test.index.js"
}
}