UNPKG

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