UNPKG

1.1 kBJSONView Raw
1{
2 "name": "@analys/crostab-select",
3 "version": "0.6.8",
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.select.test.js"
19 },
20 "dependencies": {
21 "@analys/crostab-init": "^0.6.8",
22 "@analys/keyed-rows": "^0.6.8",
23 "@analys/tabular": "^0.6.8",
24 "@aryth/rand": "^0.5.9",
25 "@vect/vector-select": "^0.6.6"
26 },
27 "repository": {
28 "type": "git",
29 "url": "git+https://github.com/hoyeungw/analys.git"
30 },
31 "keywords": [
32 "table",
33 "crostab",
34 "cross-table",
35 "pivot",
36 "pivotal",
37 "analyse",
38 "analytics",
39 "business intelligence"
40 ],
41 "author": "Hoyeung Wong",
42 "license": "MIT",
43 "bugs": {
44 "url": "https://github.com/hoyeungw/analys"
45 },
46 "homepage": "https://github.com/hoyeungw/analys#readme",
47 "gitHead": "8fdce05726586da1e2fdeaf6e72bed3e06b25924"
48}