File tree Expand file tree Collapse file tree 1 file changed +50
-0
lines changed
lib/node_modules/@stdlib/ndarray/base/every Expand file tree Collapse file tree 1 file changed +50
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "options" : {},
3
+ "fields" : [
4
+ {
5
+ "field" : " src" ,
6
+ "resolve" : true ,
7
+ "relative" : true
8
+ },
9
+ {
10
+ "field" : " include" ,
11
+ "resolve" : true ,
12
+ "relative" : true
13
+ },
14
+ {
15
+ "field" : " libraries" ,
16
+ "resolve" : false ,
17
+ "relative" : false
18
+ },
19
+ {
20
+ "field" : " libpath" ,
21
+ "resolve" : true ,
22
+ "relative" : false
23
+ }
24
+ ],
25
+ "confs" : [
26
+ {
27
+ "src" : [
28
+ " ./src/dispatch.c" ,
29
+ " ./src/internal/permute.c" ,
30
+ " ./src/internal/range.c" ,
31
+ " ./src/internal/sort2ins.c"
32
+ ],
33
+ "include" : [
34
+ " ./include"
35
+ ],
36
+ "libraries" : [],
37
+ "libpath" : [],
38
+ "dependencies" : [
39
+ " @stdlib/complex/float32/ctor" ,
40
+ " @stdlib/complex/float64/ctor" ,
41
+ " @stdlib/ndarray/base/bytes-per-element" ,
42
+ " @stdlib/ndarray/base/iteration-order" ,
43
+ " @stdlib/ndarray/base/vind2bind" ,
44
+ " @stdlib/ndarray/ctor" ,
45
+ " @stdlib/ndarray/index-modes" ,
46
+ " @stdlib/ndarray/orders"
47
+ ]
48
+ }
49
+ ]
50
+ }
You can’t perform that action at this time.
0 commit comments