UNPKG

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