File tree Expand file tree Collapse file tree
lib/node_modules/@stdlib/types/ndarray/ctor Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11'use strict' ;
22
33/**
4- * Return an ndarray constructor.
4+ * Create an ndarray constructor.
55*
66* @module @stdlib /types/ndarray/ctor
77*
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " @stdlib/types/ndarray/ctor" ,
3+ "version" : " 0.0.0" ,
4+ "description" : " Create a multidimensional array constructor." ,
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+ "lib" : " ./lib" ,
22+ "test" : " ./test"
23+ },
24+ "scripts" : {},
25+ "homepage" : " https://github.com/stdlib-js/stdlib" ,
26+ "repository" : {
27+ "type" : " git" ,
28+ "url" : " git://github.com/stdlib-js/stdlib.git"
29+ },
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+ ],
50+ "keywords" : [
51+ " stdlib" ,
52+ " stdtypes" ,
53+ " types" ,
54+ " data" ,
55+ " structure" ,
56+ " array" ,
57+ " typed" ,
58+ " typed array" ,
59+ " typed-array" ,
60+ " multidimensional" ,
61+ " dimensions" ,
62+ " dims" ,
63+ " ndarray" ,
64+ " constructors" ,
65+ " constructor" ,
66+ " ctors" ,
67+ " ctor"
68+ ],
69+ "__stdlib__" : {}
70+ }
You can’t perform that action at this time.
0 commit comments