UNPKG

1.12 kBJSONView Raw
1{
2 "name": "@analys/table-differential",
3 "version": "0.5.1",
4 "description": "A crawler",
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 test"
16 },
17 "dependencies": {
18 "@analys/enum-difference-modes": "^0.5.1",
19 "@analys/table-timeseries-differential": "^0.5.1",
20 "@analys/table-timeseries-rolling": "^0.5.1",
21 "@typen/enum-data-types": "^0.1.16"
22 },
23 "repository": {
24 "type": "git",
25 "url": "git+https://github.com/hoyeungw/analys.git"
26 },
27 "keywords": [
28 "table-types",
29 "crostab",
30 "cross-table-types",
31 "pivot",
32 "pivotal",
33 "analyse",
34 "analytics",
35 "business intelligence"
36 ],
37 "author": {
38 "name": "Hoyeung Wong",
39 "email": "hoyeungw@outlook.com",
40 "url": "https://github.com/hoyeungw"
41 },
42 "license": "MIT",
43 "bugs": {
44 "url": "https://github.com/hoyeungw/analys.git"
45 },
46 "homepage": "https://github.com/hoyeungw/analys#readme",
47 "gitHead": "dc22943508408afd206f4bf6aa487d779fd91bd0"
48}