@analys/table-formula
Version:
Table formula
48 lines • 1.07 kB
JSON
{
"name": "@analys/table-formula",
"version": "0.7.5",
"description": "Table formula",
"type": "module",
"exports": "./index.js",
"files": [
"index.js"
],
"engines": {
"node": ">=22.0.0"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@spare/deco-func": "^0.16.27",
"@analys/formula": "^0.7.5",
"@analys/table-algebra": "^0.7.5",
"@analys/table-find": "^0.7.5",
"@analys/table-init": "^0.7.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hoyeungw/analys.git"
},
"keywords": [
"table-types",
"crostab",
"cross-table-types",
"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.filter.test.js"
}
}