Skip to content

Commit 9de8b9b

Browse files
committed
Add package meta data
1 parent 22f14b1 commit 9de8b9b

2 files changed

Lines changed: 71 additions & 1 deletion

File tree

lib/node_modules/@stdlib/types/ndarray/ctor/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22

33
/**
4-
* Return an ndarray constructor.
4+
* Create an ndarray constructor.
55
*
66
* @module @stdlib/types/ndarray/ctor
77
*
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
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+
}

0 commit comments

Comments
 (0)