-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.size-limit.json
More file actions
37 lines (37 loc) · 788 Bytes
/
Copy path.size-limit.json
File metadata and controls
37 lines (37 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[
{
"name": "core facade (esm)",
"path": "dist/index.js",
"import": "{ analyze }",
"limit": "6 KB"
},
{
"name": "exponential model (esm)",
"path": "dist/exponential/index.js",
"import": "{ ExponentialSurvival }",
"limit": "2.5 KB"
},
{
"name": "weibull model (esm)",
"path": "dist/weibull/index.js",
"import": "{ WeibullSurvival }",
"limit": "3.5 KB"
},
{
"name": "predict (esm)",
"path": "dist/predict/index.js",
"import": "{ forecast }",
"limit": "1.5 KB"
},
{
"name": "edge barrel (esm)",
"path": "dist/edge/index.js",
"limit": "9 KB"
},
{
"name": "node entry (esm)",
"path": "dist/node/index.js",
"limit": "10 KB",
"ignore": ["fs", "path", "node:fs", "node:path"]
}
]