@vect/column
Version:
Util for 2d-array
39 lines • 925 B
JSON
{
"name": "@vect/column",
"version": "0.8.6",
"description": "Util for 2d-array",
"type": "module",
"exports": "./dist/index.js",
"engines": {
"node": ">=22.0.0"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@vect/column-getter": "^0.6.13",
"@vect/column-indicator": "^0.6.13",
"@vect/column-quantifier": "^0.6.13",
"@vect/column-mapper": "^0.8.6",
"@vect/column-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"
}
}