UNPKG

989 BJSONView Raw
1{
2 "name": "@analys/table-pivot",
3 "version": "0.5.1",
4 "description": "A cross-table-pivot 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/alpha/simple.pivot.test.js"
16 },
17 "dependencies": {
18 "@analys/crostab": "^0.5.1",
19 "@analys/cubic": "^0.5.1",
20 "@analys/tablespec": "^0.5.1"
21 },
22 "repository": {
23 "type": "git",
24 "url": "git+https://github.com/hoyeungw/analys.git"
25 },
26 "keywords": [
27 "table-pivot",
28 "crostab",
29 "cross-table-pivot",
30 "pivot",
31 "pivotal",
32 "analyse",
33 "analytics",
34 "business intelligence"
35 ],
36 "author": "Hoyeung Wong",
37 "license": "MIT",
38 "bugs": {
39 "url": "https://github.com/hoyeungw/analys"
40 },
41 "homepage": "https://github.com/hoyeungw/analys#readme",
42 "gitHead": "dc22943508408afd206f4bf6aa487d779fd91bd0"
43}