File tree Expand file tree Collapse file tree 18 files changed +556
-234
lines changed
lib/node_modules/@stdlib/math/base/assert Expand file tree Collapse file tree 18 files changed +556
-234
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " @stdlib/math/base/assert/int32-is-even" ,
3
3
"version" : " 0.0.0" ,
4
4
"description" : " Test if a 32-bit integer is even." ,
5
+ "license" : " Apache-2.0" ,
5
6
"author" : {
6
7
"name" : " The Stdlib Authors" ,
7
8
"url" : " https://github.com/stdlib-js/stdlib/graphs/contributors"
12
13
"url" : " https://github.com/stdlib-js/stdlib/graphs/contributors"
13
14
}
14
15
],
15
- "scripts" : {},
16
16
"main" : " ./lib" ,
17
+ "directories" : {
18
+ "benchmark" : " ./benchmark" ,
19
+ "doc" : " ./docs" ,
20
+ "example" : " ./examples" ,
21
+ "lib" : " ./lib" ,
22
+ "test" : " ./test"
23
+ },
24
+ "scripts" : {},
25
+ "homepage" : " https://github.com/stdlib-js/stdlib" ,
17
26
"repository" : {
18
27
"type" : " git" ,
19
28
"url" : " git://github.com/stdlib-js/stdlib.git"
20
29
},
21
- "homepage" : " https://github.com/stdlib-js/stdlib" ,
30
+ "bugs" : {
31
+ "url" : " https://github.com/stdlib-js/stdlib/issues"
32
+ },
33
+ "dependencies" : {},
34
+ "devDependencies" : {},
35
+ "engines" : {
36
+ "node" : " >=0.10.0" ,
37
+ "npm" : " >2.7.0"
38
+ },
39
+ "os" : [
40
+ " aix" ,
41
+ " darwin" ,
42
+ " freebsd" ,
43
+ " linux" ,
44
+ " macos" ,
45
+ " openbsd" ,
46
+ " sunos" ,
47
+ " win32" ,
48
+ " windows"
49
+ ],
22
50
"keywords" : [
23
51
" stdlib" ,
24
52
" stdmath" ,
42
70
" validate" ,
43
71
" test" ,
44
72
" valid"
45
- ],
46
- "bugs" : {
47
- "url" : " https://github.com/stdlib-js/stdlib/issues"
48
- },
49
- "dependencies" : {},
50
- "devDependencies" : {},
51
- "engines" : {
52
- "node" : " >=0.10.0" ,
53
- "npm" : " >2.7.0"
54
- },
55
- "license" : " Apache-2.0"
73
+ ]
56
74
}
Original file line number Diff line number Diff line change 2
2
"name" : " @stdlib/math/base/assert/int32-is-odd" ,
3
3
"version" : " 0.0.0" ,
4
4
"description" : " Test if a 32-bit integer is odd." ,
5
+ "license" : " Apache-2.0" ,
5
6
"author" : {
6
7
"name" : " The Stdlib Authors" ,
7
8
"url" : " https://github.com/stdlib-js/stdlib/graphs/contributors"
12
13
"url" : " https://github.com/stdlib-js/stdlib/graphs/contributors"
13
14
}
14
15
],
15
- "scripts" : {},
16
16
"main" : " ./lib" ,
17
+ "directories" : {
18
+ "benchmark" : " ./benchmark" ,
19
+ "doc" : " ./docs" ,
20
+ "example" : " ./examples" ,
21
+ "lib" : " ./lib" ,
22
+ "test" : " ./test"
23
+ },
24
+ "scripts" : {},
25
+ "homepage" : " https://github.com/stdlib-js/stdlib" ,
17
26
"repository" : {
18
27
"type" : " git" ,
19
28
"url" : " git://github.com/stdlib-js/stdlib.git"
20
29
},
21
- "homepage" : " https://github.com/stdlib-js/stdlib" ,
30
+ "bugs" : {
31
+ "url" : " https://github.com/stdlib-js/stdlib/issues"
32
+ },
33
+ "dependencies" : {},
34
+ "devDependencies" : {},
35
+ "engines" : {
36
+ "node" : " >=0.10.0" ,
37
+ "npm" : " >2.7.0"
38
+ },
39
+ "os" : [
40
+ " aix" ,
41
+ " darwin" ,
42
+ " freebsd" ,
43
+ " linux" ,
44
+ " macos" ,
45
+ " openbsd" ,
46
+ " sunos" ,
47
+ " win32" ,
48
+ " windows"
49
+ ],
22
50
"keywords" : [
23
51
" stdlib" ,
24
52
" stdmath" ,
42
70
" validate" ,
43
71
" test" ,
44
72
" valid"
45
- ],
46
- "bugs" : {
47
- "url" : " https://github.com/stdlib-js/stdlib/issues"
48
- },
49
- "dependencies" : {},
50
- "devDependencies" : {},
51
- "engines" : {
52
- "node" : " >=0.10.0" ,
53
- "npm" : " >2.7.0"
54
- },
55
- "license" : " Apache-2.0"
73
+ ]
56
74
}
Original file line number Diff line number Diff line change 2
2
"name" : " @stdlib/math/base/assert/is-even" ,
3
3
"version" : " 0.0.0" ,
4
4
"description" : " Test if a finite numeric value is an even number." ,
5
+ "license" : " Apache-2.0" ,
5
6
"author" : {
6
7
"name" : " The Stdlib Authors" ,
7
8
"url" : " https://github.com/stdlib-js/stdlib/graphs/contributors"
12
13
"url" : " https://github.com/stdlib-js/stdlib/graphs/contributors"
13
14
}
14
15
],
15
- "scripts" : {},
16
16
"main" : " ./lib" ,
17
+ "directories" : {
18
+ "benchmark" : " ./benchmark" ,
19
+ "doc" : " ./docs" ,
20
+ "example" : " ./examples" ,
21
+ "lib" : " ./lib" ,
22
+ "test" : " ./test"
23
+ },
24
+ "scripts" : {},
25
+ "homepage" : " https://github.com/stdlib-js/stdlib" ,
17
26
"repository" : {
18
27
"type" : " git" ,
19
28
"url" : " git://github.com/stdlib-js/stdlib.git"
20
29
},
21
- "homepage" : " https://github.com/stdlib-js/stdlib" ,
30
+ "bugs" : {
31
+ "url" : " https://github.com/stdlib-js/stdlib/issues"
32
+ },
33
+ "dependencies" : {},
34
+ "devDependencies" : {},
35
+ "engines" : {
36
+ "node" : " >=0.10.0" ,
37
+ "npm" : " >2.7.0"
38
+ },
39
+ "os" : [
40
+ " aix" ,
41
+ " darwin" ,
42
+ " freebsd" ,
43
+ " linux" ,
44
+ " macos" ,
45
+ " openbsd" ,
46
+ " sunos" ,
47
+ " win32" ,
48
+ " windows"
49
+ ],
22
50
"keywords" : [
23
51
" stdlib" ,
24
52
" stdmath" ,
40
68
" iseven" ,
41
69
" type" ,
42
70
" check"
43
- ],
44
- "bugs" : {
45
- "url" : " https://github.com/stdlib-js/stdlib/issues"
46
- },
47
- "dependencies" : {},
48
- "devDependencies" : {},
49
- "engines" : {
50
- "node" : " >=0.10.0" ,
51
- "npm" : " >2.7.0"
52
- },
53
- "license" : " Apache-2.0"
71
+ ]
54
72
}
Original file line number Diff line number Diff line change 2
2
"name" : " @stdlib/math/base/assert/is-finite" ,
3
3
"version" : " 0.0.0" ,
4
4
"description" : " Test if a numeric value is finite." ,
5
+ "license" : " Apache-2.0" ,
5
6
"author" : {
6
7
"name" : " The Stdlib Authors" ,
7
8
"url" : " https://github.com/stdlib-js/stdlib/graphs/contributors"
12
13
"url" : " https://github.com/stdlib-js/stdlib/graphs/contributors"
13
14
}
14
15
],
15
- "scripts" : {},
16
16
"main" : " ./lib" ,
17
+ "directories" : {
18
+ "benchmark" : " ./benchmark" ,
19
+ "doc" : " ./docs" ,
20
+ "example" : " ./examples" ,
21
+ "lib" : " ./lib" ,
22
+ "test" : " ./test"
23
+ },
24
+ "scripts" : {},
25
+ "homepage" : " https://github.com/stdlib-js/stdlib" ,
17
26
"repository" : {
18
27
"type" : " git" ,
19
28
"url" : " git://github.com/stdlib-js/stdlib.git"
20
29
},
21
- "homepage" : " https://github.com/stdlib-js/stdlib" ,
30
+ "bugs" : {
31
+ "url" : " https://github.com/stdlib-js/stdlib/issues"
32
+ },
33
+ "dependencies" : {},
34
+ "devDependencies" : {},
35
+ "engines" : {
36
+ "node" : " >=0.10.0" ,
37
+ "npm" : " >2.7.0"
38
+ },
39
+ "os" : [
40
+ " aix" ,
41
+ " darwin" ,
42
+ " freebsd" ,
43
+ " linux" ,
44
+ " macos" ,
45
+ " openbsd" ,
46
+ " sunos" ,
47
+ " win32" ,
48
+ " windows"
49
+ ],
22
50
"keywords" : [
23
51
" stdlib" ,
24
52
" stdmath" ,
42
70
" isfinite" ,
43
71
" type" ,
44
72
" check"
45
- ],
46
- "bugs" : {
47
- "url" : " https://github.com/stdlib-js/stdlib/issues"
48
- },
49
- "dependencies" : {},
50
- "devDependencies" : {},
51
- "engines" : {
52
- "node" : " >=0.10.0" ,
53
- "npm" : " >2.7.0"
54
- },
55
- "license" : " Apache-2.0"
73
+ ]
56
74
}
Original file line number Diff line number Diff line change 2
2
"name" : " @stdlib/math/base/assert/is-infinite" ,
3
3
"version" : " 0.0.0" ,
4
4
"description" : " Test if a numeric value is infinite." ,
5
+ "license" : " Apache-2.0" ,
5
6
"author" : {
6
7
"name" : " The Stdlib Authors" ,
7
8
"url" : " https://github.com/stdlib-js/stdlib/graphs/contributors"
12
13
"url" : " https://github.com/stdlib-js/stdlib/graphs/contributors"
13
14
}
14
15
],
15
- "scripts" : {},
16
16
"main" : " ./lib" ,
17
+ "directories" : {
18
+ "benchmark" : " ./benchmark" ,
19
+ "doc" : " ./docs" ,
20
+ "example" : " ./examples" ,
21
+ "lib" : " ./lib" ,
22
+ "test" : " ./test"
23
+ },
24
+ "scripts" : {},
25
+ "homepage" : " https://github.com/stdlib-js/stdlib" ,
17
26
"repository" : {
18
27
"type" : " git" ,
19
28
"url" : " git://github.com/stdlib-js/stdlib.git"
20
29
},
21
- "homepage" : " https://github.com/stdlib-js/stdlib" ,
30
+ "bugs" : {
31
+ "url" : " https://github.com/stdlib-js/stdlib/issues"
32
+ },
33
+ "dependencies" : {},
34
+ "devDependencies" : {},
35
+ "engines" : {
36
+ "node" : " >=0.10.0" ,
37
+ "npm" : " >2.7.0"
38
+ },
39
+ "os" : [
40
+ " aix" ,
41
+ " darwin" ,
42
+ " freebsd" ,
43
+ " linux" ,
44
+ " macos" ,
45
+ " openbsd" ,
46
+ " sunos" ,
47
+ " win32" ,
48
+ " windows"
49
+ ],
22
50
"keywords" : [
23
51
" stdlib" ,
24
52
" stdmath" ,
47
75
" infinite" ,
48
76
" type" ,
49
77
" check"
50
- ],
51
- "bugs" : {
52
- "url" : " https://github.com/stdlib-js/stdlib/issues"
53
- },
54
- "dependencies" : {},
55
- "devDependencies" : {},
56
- "engines" : {
57
- "node" : " >=0.10.0" ,
58
- "npm" : " >2.7.0"
59
- },
60
- "license" : " Apache-2.0"
78
+ ]
61
79
}
You can’t perform that action at this time.
0 commit comments