UNPKG

1.1 kBJSONView Raw
1{
2 "name": "@analys/table-divide",
3 "version": "0.5.7",
4 "description": "A cross-table-divide analytics tool",
5 "exports": {
6 "import": "./dist/index.mjs",
7 "require": "./dist/index.cjs"
8 },
9 "files": [
10 "dist"
11 ],
12 "publishConfig": {
13 "access": "public"
14 },
15 "scripts": {
16 "pub": "npm publish",
17 "test": "node -r @babel/register test/table.filter.test.js"
18 },
19 "dependencies": {
20 "@analys/enum-mutabilities": "^0.5.7",
21 "@analys/table-init": "^0.5.7",
22 "@vect/columns-select": "^0.5.4",
23 "@vect/vector-mapper": "^0.5.4",
24 "@vect/vector-select": "^0.5.4"
25 },
26 "repository": {
27 "type": "git",
28 "url": "git+https://github.com/hoyeungw/analys.git"
29 },
30 "keywords": [
31 "table-divide",
32 "crostab",
33 "cross-table-divide",
34 "pivot",
35 "pivotal",
36 "analyse",
37 "analytics",
38 "business intelligence"
39 ],
40 "author": "Hoyeung Wong",
41 "license": "MIT",
42 "bugs": {
43 "url": "https://github.com/hoyeungw/analys"
44 },
45 "homepage": "https://github.com/hoyeungw/analys#readme",
46 "gitHead": "6dc2128b81e9c76d305845b354d2ec1b99daa730"
47}