UNPKG

1.84 kBJSONView Raw
1{
2 "name": "@analys/table",
3 "version": "0.5.0",
4 "description": "A cross-table analytics tool",
5 "main": "dist/index.cjs.js",
6 "module": "dist/index.esm.js",
7 "files": [
8 "dist"
9 ],
10 "publishConfig": {
11 "access": "public"
12 },
13 "scripts": {
14 "pub": "npm publish",
15 "test": "node -r @babel/register test/table.select.test.js"
16 },
17 "dependencies": {
18 "@analys/table-chips": "^0.5.0",
19 "@analys/table-divide": "^0.5.0",
20 "@analys/table-filter": "^0.5.0",
21 "@analys/table-find": "^0.5.0",
22 "@analys/table-formula": "^0.5.0",
23 "@analys/table-group": "^0.5.0",
24 "@analys/table-init": "^0.5.0",
25 "@analys/table-join": "^0.5.0",
26 "@analys/table-lookup": "^0.5.0",
27 "@analys/table-merge": "^0.5.0",
28 "@analys/table-pivot": "^0.5.0",
29 "@analys/table-select": "^0.5.0",
30 "@analys/table-types": "^0.5.0",
31 "@analys/tabular": "^0.5.0",
32 "@aryth/comparer": "^0.3.15",
33 "@aryth/distinct-column": "^0.3.15",
34 "@typen/enum-data-types": "^0.1.16",
35 "@vect/column-getter": "^0.3.8",
36 "@vect/column-mapper": "^0.3.8",
37 "@vect/columns-update": "^0.3.8",
38 "@vect/matrix": "^0.3.8",
39 "@vect/matrix-mapper": "^0.3.8",
40 "@vect/object-init": "^0.3.8",
41 "@vect/vector-algebra": "^0.3.8",
42 "@vect/vector-mapper": "^0.3.8",
43 "@vect/vector-update": "^0.3.8",
44 "borel": "^0.1.40"
45 },
46 "repository": {
47 "type": "git",
48 "url": "git+https://github.com/hoyeungw/analys.git"
49 },
50 "keywords": [
51 "table",
52 "crostab",
53 "cross-table",
54 "pivot",
55 "pivotal",
56 "analyse",
57 "analytics",
58 "business intelligence"
59 ],
60 "author": "Hoyeung Wong",
61 "license": "MIT",
62 "bugs": {
63 "url": "https://github.com/hoyeungw/analys"
64 },
65 "homepage": "https://github.com/hoyeungw/analys#readme",
66 "gitHead": "2d86b629ed100658997a5fb3c4d8dd1326668e80"
67}