UNPKG

1.21 kBJSONView Raw
1{
2 "name": "@analys/table-select",
3 "version": "0.5.7",
4 "description": "A cross-table 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.select.test.js"
18 },
19 "dependencies": {
20 "@analys/table-index": "^0.5.7",
21 "@analys/table-init": "^0.5.7",
22 "@analys/tabular": "^0.5.7",
23 "@aryth/rand": "^0.4.10",
24 "@typen/nullish": "^0.1.17",
25 "@vect/column-getter": "^0.5.4",
26 "@vect/entries-init": "^0.5.4",
27 "@vect/object-init": "^0.5.4",
28 "@vect/vector-select": "^0.5.4"
29 },
30 "repository": {
31 "type": "git",
32 "url": "git+https://github.com/hoyeungw/analys.git"
33 },
34 "keywords": [
35 "table",
36 "crostab",
37 "cross-table",
38 "pivot",
39 "pivotal",
40 "analyse",
41 "analytics",
42 "business intelligence"
43 ],
44 "author": "Hoyeung Wong",
45 "license": "MIT",
46 "bugs": {
47 "url": "https://github.com/hoyeungw/analys"
48 },
49 "homepage": "https://github.com/hoyeungw/analys#readme",
50 "gitHead": "6dc2128b81e9c76d305845b354d2ec1b99daa730"
51}