@analys/table-select
Version:
A cross-table analytics tool
52 lines • 1.21 kB
JSON
{
"name": "@analys/table-select",
"version": "0.7.4",
"description": "A cross-table analytics tool",
"type": "module",
"exports": "./index.js",
"files": [
"index.js"
],
"engines": {
"node": ">=22.0.0"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@aryth/rand": "^0.7.7",
"@typen/nullish": "^0.2.0",
"@vect/column-getter": "^0.6.13",
"@vect/entries-init": "^0.8.5",
"@vect/object-init": "^0.8.5",
"@vect/vector-select": "^0.8.5",
"@analys/table-index": "^0.7.4",
"@analys/tabular": "^0.7.4",
"@analys/table-init": "^0.7.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hoyeungw/analys.git"
},
"keywords": [
"table",
"crostab",
"cross-table",
"pivot",
"pivotal",
"analyse",
"analytics",
"business intelligence"
],
"author": "Hoyeung Wong",
"license": "MIT",
"bugs": {
"url": "https://github.com/hoyeungw/analys"
},
"homepage": "https://github.com/hoyeungw/analys#readme",
"gitHead": "25741a60101aa28261133de365bcfd032cb351de",
"scripts": {
"pub": "npm publish",
"test": "node -r @babel/register test/table.select.test.js"
}
}