File tree Expand file tree Collapse file tree 1 file changed +67
-0
lines changed
lib/node_modules/@stdlib/ndarray/base/every Expand file tree Collapse file tree 1 file changed +67
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " @stdlib/ndarray/base/every" ,
3
+ "version" : " 0.0.0" ,
4
+ "description" : " Test whether every element in an ndarray is truthy." ,
5
+ "license" : " Apache-2.0" ,
6
+ "author" : {
7
+ "name" : " The Stdlib Authors" ,
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
+ "include" : " ./include" ,
22
+ "lib" : " ./lib" ,
23
+ "scripts" : " ./scripts" ,
24
+ "src" : " ./src" ,
25
+ "test" : " ./test"
26
+ },
27
+ "types" : " ./docs/types" ,
28
+ "scripts" : {},
29
+ "homepage" : " https://github.com/stdlib-js/stdlib" ,
30
+ "repository" : {
31
+ "type" : " git" ,
32
+ "url" : " git://github.com/stdlib-js/stdlib.git"
33
+ },
34
+ "bugs" : {
35
+ "url" : " https://github.com/stdlib-js/stdlib/issues"
36
+ },
37
+ "dependencies" : {},
38
+ "devDependencies" : {},
39
+ "engines" : {
40
+ "node" : " >=0.10.0" ,
41
+ "npm" : " >2.7.0"
42
+ },
43
+ "os" : [
44
+ " aix" ,
45
+ " darwin" ,
46
+ " freebsd" ,
47
+ " linux" ,
48
+ " macos" ,
49
+ " openbsd" ,
50
+ " sunos" ,
51
+ " win32" ,
52
+ " windows"
53
+ ],
54
+ "keywords" : [
55
+ " stdlib" ,
56
+ " base" ,
57
+ " strided" ,
58
+ " array" ,
59
+ " ndarray" ,
60
+ " every" ,
61
+ " all" ,
62
+ " utility" ,
63
+ " utils" ,
64
+ " truthy"
65
+ ],
66
+ "__stdlib__" : {}
67
+ }
You can’t perform that action at this time.
0 commit comments