We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9664a7b commit a2e5b00Copy full SHA for a2e5b00
lib/node_modules/@stdlib/ndarray/base/numel/manifest.json
@@ -0,0 +1,38 @@
1
+{
2
+ "options": {},
3
+ "fields": [
4
+ {
5
+ "field": "src",
6
+ "resolve": true,
7
+ "relative": true
8
+ },
9
10
+ "field": "include",
11
12
13
14
15
+ "field": "libraries",
16
+ "resolve": false,
17
+ "relative": false
18
19
20
+ "field": "libpath",
21
22
23
+ }
24
+ ],
25
+ "confs": [
26
27
+ "src": [
28
+ "./src/numel.c"
29
30
+ "include": [
31
+ "./include"
32
33
+ "libraries": [],
34
+ "libpath": [],
35
+ "dependencies": []
36
37
+ ]
38
+}
0 commit comments