File tree Expand file tree Collapse file tree 1 file changed +73
-73
lines changed
lib/node_modules/@stdlib/stats/base/dists/bernoulli/quantile Expand file tree Collapse file tree 1 file changed +73
-73
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "options" : {
2
+ "options" : {
3
+ "task" : " build" ,
4
+ "wasm" : false
5
+ },
6
+ "fields" : [
7
+ {
8
+ "field" : " src" ,
9
+ "resolve" : true ,
10
+ "relative" : true
11
+ },
12
+ {
13
+ "field" : " include" ,
14
+ "resolve" : true ,
15
+ "relative" : true
16
+ },
17
+ {
18
+ "field" : " libraries" ,
19
+ "resolve" : false ,
20
+ "relative" : false
21
+ },
22
+ {
23
+ "field" : " libpath" ,
24
+ "resolve" : true ,
25
+ "relative" : false
26
+ }
27
+ ],
28
+ "confs" : [
29
+ {
3
30
"task" : " build" ,
4
- "wasm" : false
31
+ "wasm" : false ,
32
+ "src" : [
33
+ " ./src/main.c"
34
+ ],
35
+ "include" : [
36
+ " ./include"
37
+ ],
38
+ "libraries" : [],
39
+ "libpath" : [],
40
+ "dependencies" : [
41
+ " @stdlib/math/base/napi/binary" ,
42
+ " @stdlib/math/base/assert/is-nan"
43
+ ]
44
+ },
45
+ {
46
+ "task" : " benchmark" ,
47
+ "wasm" : false ,
48
+ "src" : [
49
+ " ./src/main.c"
50
+ ],
51
+ "include" : [
52
+ " ./include"
53
+ ],
54
+ "libraries" : [],
55
+ "libpath" : [],
56
+ "dependencies" : [
57
+ " @stdlib/math/base/assert/is-nan"
58
+ ]
5
59
},
6
- "fields" : [
7
- {
8
- "field" : " src" ,
9
- "resolve" : true ,
10
- "relative" : true
11
- },
12
- {
13
- "field" : " include" ,
14
- "resolve" : true ,
15
- "relative" : true
16
- },
17
- {
18
- "field" : " libraries" ,
19
- "resolve" : false ,
20
- "relative" : false
21
- },
22
- {
23
- "field" : " libpath" ,
24
- "resolve" : true ,
25
- "relative" : false
26
- }
27
- ],
28
- "confs" : [
29
- {
30
- "task" : " build" ,
31
- "wasm" : false ,
32
- "src" : [
33
- " ./src/main.c"
34
- ],
35
- "include" : [
36
- " ./include"
37
- ],
38
- "libraries" : [],
39
- "libpath" : [],
40
- "dependencies" : [
41
- " @stdlib/math/base/napi/binary" ,
42
- " @stdlib/math/base/assert/is-nan"
43
- ]
44
- },
45
- {
46
- "task" : " benchmark" ,
47
- "wasm" : false ,
48
- "src" : [
49
- " ./src/main.c"
50
- ],
51
- "include" : [
52
- " ./include"
53
- ],
54
- "libraries" : [],
55
- "libpath" : [],
56
- "dependencies" : [
57
- " @stdlib/math/base/assert/is-nan"
58
- ]
59
- },
60
- {
61
- "task" : " examples" ,
62
- "wasm" : false ,
63
- "src" : [
64
- " ./src/main.c"
65
- ],
66
- "include" : [
67
- " ./include"
68
- ],
69
- "libraries" : [],
70
- "libpath" : [],
71
- "dependencies" : [
72
- " @stdlib/math/base/assert/is-nan"
73
- ]
74
- }
75
- ]
76
- }
60
+ {
61
+ "task" : " examples" ,
62
+ "wasm" : false ,
63
+ "src" : [
64
+ " ./src/main.c"
65
+ ],
66
+ "include" : [
67
+ " ./include"
68
+ ],
69
+ "libraries" : [],
70
+ "libpath" : [],
71
+ "dependencies" : [
72
+ " @stdlib/math/base/assert/is-nan"
73
+ ]
74
+ }
75
+ ]
76
+ }
You can’t perform that action at this time.
0 commit comments