UNPKG

1.07 kBJSONView Raw
1{
2 "name": "@analys/table-lookup",
3 "version": "0.5.3",
4 "description": "A cross-table-lookup 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/table.filter.test.js"
16 },
17 "dependencies": {
18 "@analys/enum-lookups": "^0.5.3",
19 "@analys/table-index": "^0.5.3",
20 "@vect/column-getter": "^0.4.9",
21 "@vect/entries-init": "^0.4.9",
22 "@vect/object-init": "^0.4.9"
23 },
24 "repository": {
25 "type": "git",
26 "url": "git+https://github.com/hoyeungw/analys.git"
27 },
28 "keywords": [
29 "table-lookup",
30 "crostab",
31 "cross-table-lookup",
32 "pivot",
33 "pivotal",
34 "analyse",
35 "analytics",
36 "business intelligence"
37 ],
38 "author": "Hoyeung Wong",
39 "license": "MIT",
40 "bugs": {
41 "url": "https://github.com/hoyeungw/analys"
42 },
43 "homepage": "https://github.com/hoyeungw/analys#readme",
44 "gitHead": "0af48a2583aa1018a2417d845b502dd7fda30a16"
45}