-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.22 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "@stdlib/array-typed",
"version": "0.3.0",
"description": "Create a typed array.",
"license": "Apache-2.0",
"type": "module",
"main": "./mod.js",
"homepage": "https://stdlib.io",
"repository": {
"type": "git",
"url": "git://github.com/stdlib-js/array-typed.git"
},
"bugs": {
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"keywords": [
"stdlib",
"stdtypes",
"types",
"data",
"structure",
"typed",
"array",
"typed array",
"typed-array",
"vector",
"ndarray",
"matrix",
"float64array",
"float32array",
"int32array",
"uint32array",
"int16array",
"uint16array",
"int8array",
"uint8array",
"uint8clampedarray",
"complex64array",
"complex128array",
"float64",
"double",
"precision",
"double-precision",
"single",
"float",
"single-precision",
"float32",
"ieee754",
"integer",
"int32",
"signed",
"unsigned",
"uint32",
"int16",
"uint16",
"int8",
"uint8",
"uint8c",
"clamped",
"short",
"long",
"complex",
"cmplx"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/stdlib"
}
}