File tree Expand file tree Collapse file tree 1 file changed +76
-76
lines changed
lib/node_modules/@stdlib/stats/base/dists/levy/quantile Expand file tree Collapse file tree 1 file changed +76
-76
lines changed Original file line number Diff line number Diff line change 11{
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+ {
330 "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/ternary" ,
42+ " @stdlib/math/base/assert/is-nan" ,
43+ " @stdlib/math/base/special/erfcinv"
44+ ]
45+ },
46+ {
47+ "task" : " benchmark" ,
48+ "wasm" : false ,
49+ "src" : [
50+ " ./src/main.c"
51+ ],
52+ "include" : [
53+ " ./include"
54+ ],
55+ "libraries" : [],
56+ "libpath" : [],
57+ "dependencies" : [
58+ " @stdlib/math/base/assert/is-nan" ,
59+ " @stdlib/math/base/special/erfcinv" ,
60+ " @stdlib/constants/float64/eps"
61+ ]
562 },
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/ternary" ,
42- " @stdlib/math/base/assert/is-nan" ,
43- " @stdlib/math/base/special/erfcinv"
44- ]
45- },
46- {
47- "task" : " benchmark" ,
48- "wasm" : false ,
49- "src" : [
50- " ./src/main.c"
51- ],
52- "include" : [
53- " ./include"
54- ],
55- "libraries" : [],
56- "libpath" : [],
57- "dependencies" : [
58- " @stdlib/math/base/assert/is-nan" ,
59- " @stdlib/math/base/special/erfcinv" ,
60- " @stdlib/constants/float64/eps"
61- ]
62- },
63- {
64- "task" : " examples" ,
65- "wasm" : false ,
66- "src" : [
67- " ./src/main.c"
68- ],
69- "include" : [
70- " ./include"
71- ],
72- "libraries" : [],
73- "libpath" : [],
74- "dependencies" : [
75- " @stdlib/math/base/assert/is-nan" ,
76- " @stdlib/math/base/special/erfcinv"
77- ]
78- }
79- ]
63+ {
64+ "task" : " examples" ,
65+ "wasm" : false ,
66+ "src" : [
67+ " ./src/main.c"
68+ ],
69+ "include" : [
70+ " ./include"
71+ ],
72+ "libraries" : [],
73+ "libpath" : [],
74+ "dependencies" : [
75+ " @stdlib/math/base/assert/is-nan" ,
76+ " @stdlib/math/base/special/erfcinv"
77+ ]
78+ }
79+ ]
8080}
You can’t perform that action at this time.
0 commit comments