UNPKG

1.53 kBJSONView Raw
1{
2 "name": "@analys/crostab",
3 "version": "0.6.14",
4 "description": "A cross-table analytics tool",
5 "main": "./dist/index.cjs",
6 "exports": {
7 "import": "./dist/index.mjs",
8 "require": "./dist/index.cjs"
9 },
10 "files": [
11 "dist"
12 ],
13 "publishConfig": {
14 "access": "public"
15 },
16 "scripts": {
17 "pub": "npm publish",
18 "test": "node -r @babel/register test/crostab.select.test.js"
19 },
20 "dependencies": {
21 "@analys/crostab-init": "^0.6.14",
22 "@analys/crostab-lookup": "^0.6.14",
23 "@analys/keyed-rows": "^0.6.14",
24 "@analys/tabular": "^0.6.14",
25 "@aryth/comparer": "^0.6.0",
26 "@vect/column-getter": "^0.6.13",
27 "@vect/column-mapper": "^0.7.11",
28 "@vect/columns-update": "^0.7.11",
29 "@vect/enum-matrix-directions": "^0.6.13",
30 "@vect/matrix-algebra": "^0.7.11",
31 "@vect/matrix-init": "^0.7.11",
32 "@vect/matrix-mapper": "^0.7.11",
33 "@vect/object-init": "^0.7.11",
34 "@vect/vector-algebra": "^0.7.11",
35 "@vect/vector-mapper": "^0.7.11",
36 "@vect/vector-zipper": "^0.7.11"
37 },
38 "repository": {
39 "type": "git",
40 "url": "git+https://github.com/hoyeungw/analys.git"
41 },
42 "keywords": [
43 "table",
44 "crostab",
45 "cross-table",
46 "pivot",
47 "pivotal",
48 "analyse",
49 "analytics",
50 "business intelligence"
51 ],
52 "author": "Hoyeung Wong",
53 "license": "MIT",
54 "bugs": {
55 "url": "https://github.com/hoyeungw/analys"
56 },
57 "homepage": "https://github.com/hoyeungw/analys#readme",
58 "gitHead": "ea22e3de75b331ec240a7fea17af976d4bef5b5d"
59}