File tree Expand file tree Collapse file tree 5 files changed +62
-54
lines changed Expand file tree Collapse file tree 5 files changed +62
-54
lines changed Original file line number Diff line number Diff line change 18
18
"benchmark" : " ./benchmark" ,
19
19
"doc" : " ./docs" ,
20
20
"example" : " ./examples" ,
21
+ "include" : " ./include" ,
21
22
"lib" : " ./lib" ,
22
23
"scripts" : " ./scripts" ,
24
+ "src" : " ./src" ,
23
25
"test" : " ./test"
24
26
},
25
27
"types" : " ./docs/types" ,
Original file line number Diff line number Diff line change 18
18
"benchmark" : " ./benchmark" ,
19
19
"doc" : " ./docs" ,
20
20
"example" : " ./examples" ,
21
+ "include" : " ./include" ,
21
22
"lib" : " ./lib" ,
22
23
"scripts" : " ./scripts" ,
24
+ "src" : " ./src" ,
23
25
"test" : " ./test"
24
26
},
25
27
"types" : " ./docs/types" ,
Original file line number Diff line number Diff line change 18
18
"benchmark" : " ./benchmark" ,
19
19
"doc" : " ./docs" ,
20
20
"example" : " ./examples" ,
21
+ "include" : " ./include" ,
21
22
"lib" : " ./lib" ,
22
23
"scripts" : " ./scripts" ,
24
+ "src" : " ./src" ,
23
25
"test" : " ./test"
24
26
},
25
27
"types" : " ./docs/types" ,
Original file line number Diff line number Diff line change 18
18
"benchmark" : " ./benchmark" ,
19
19
"doc" : " ./docs" ,
20
20
"example" : " ./examples" ,
21
+ "include" : " ./include" ,
21
22
"lib" : " ./lib" ,
23
+ "src" : " ./src" ,
22
24
"test" : " ./test"
23
25
},
24
26
"types" : " ./docs/types" ,
Original file line number Diff line number Diff line change 6
6
"author" : {
7
7
"name" : " The Stdlib Authors" ,
8
8
"url" : " https://github.com/stdlib-js/stdlib/graphs/contributors"
9
- },
10
- "contributors" : [
11
- {
12
- "name" : " The Stdlib Authors" ,
13
- "url" : " https://github.com/stdlib-js/stdlib/graphs/contributors"
14
- }
15
- ],
16
- "main" : " ./lib" ,
17
- "directories" : {
18
- "benchmark" : " ./benchmark" ,
19
- "doc" : " ./docs" ,
20
- "example" : " ./examples" ,
21
- "lib" : " ./lib" ,
22
- "test" : " ./test"
23
- },
24
- "types" : " ./docs/types" ,
25
- "scripts" : {},
26
- "homepage" : " https://github.com/stdlib-js/stdlib" ,
27
- "repository" : {
28
- "type" : " git" ,
29
- "url" : " git://github.com/stdlib-js/stdlib.git"
30
- },
31
- "bugs" : {
32
- "url" : " https://github.com/stdlib-js/stdlib/issues"
33
- },
34
- "dependencies" : {},
35
- "devDependencies" : {},
36
- "engines" : {
37
- "node" : " >=0.10.0" ,
38
- "npm" : " >2.7.0"
39
- },
40
- "os" : [
41
- " aix" ,
42
- " darwin" ,
43
- " freebsd" ,
44
- " linux" ,
45
- " macos" ,
46
- " openbsd" ,
47
- " sunos" ,
48
- " win32" ,
49
- " windows"
50
- ],
51
- "keywords" : [
52
- " stdlib" ,
53
- " base" ,
54
- " strided" ,
55
- " array" ,
56
- " ndarray" ,
57
- " map" ,
58
- " apply" ,
9
+ },
10
+ "contributors" : [
11
+ {
12
+ "name" : " The Stdlib Authors" ,
13
+ "url" : " https://github.com/stdlib-js/stdlib/graphs/contributors"
14
+ }
15
+ ],
16
+ "main" : " ./lib" ,
17
+ "directories" : {
18
+ "benchmark" : " ./benchmark" ,
19
+ "doc" : " ./docs" ,
20
+ "example" : " ./examples" ,
21
+ "lib" : " ./lib" ,
22
+ "test" : " ./test"
23
+ },
24
+ "types" : " ./docs/types" ,
25
+ "scripts" : {},
26
+ "homepage" : " https://github.com/stdlib-js/stdlib" ,
27
+ "repository" : {
28
+ "type" : " git" ,
29
+ "url" : " git://github.com/stdlib-js/stdlib.git"
30
+ },
31
+ "bugs" : {
32
+ "url" : " https://github.com/stdlib-js/stdlib/issues"
33
+ },
34
+ "dependencies" : {},
35
+ "devDependencies" : {},
36
+ "engines" : {
37
+ "node" : " >=0.10.0" ,
38
+ "npm" : " >2.7.0"
39
+ },
40
+ "os" : [
41
+ " aix" ,
42
+ " darwin" ,
43
+ " freebsd" ,
44
+ " linux" ,
45
+ " macos" ,
46
+ " openbsd" ,
47
+ " sunos" ,
48
+ " win32" ,
49
+ " windows"
50
+ ],
51
+ "keywords" : [
52
+ " stdlib" ,
53
+ " base" ,
54
+ " strided" ,
55
+ " array" ,
56
+ " ndarray" ,
57
+ " map" ,
58
+ " apply" ,
59
59
" unary" ,
60
- " foreach" ,
61
- " transform" ,
60
+ " foreach" ,
61
+ " transform" ,
62
62
" for-each"
63
- ],
64
- "__stdlib__" : {}
63
+ ],
64
+ "__stdlib__" : {}
65
65
}
You can’t perform that action at this time.
0 commit comments