Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80540 views
1
{
2
"name": "typedarray",
3
"version": "0.0.6",
4
"description": "TypedArray polyfill for old browsers",
5
"main": "index.js",
6
"devDependencies": {
7
"tape": "~2.3.2"
8
},
9
"scripts": {
10
"test": "tape test/*.js test/server/*.js"
11
},
12
"repository": {
13
"type": "git",
14
"url": "git://github.com/substack/typedarray.git"
15
},
16
"homepage": "https://github.com/substack/typedarray",
17
"keywords": [
18
"ArrayBuffer",
19
"DataView",
20
"Float32Array",
21
"Float64Array",
22
"Int8Array",
23
"Int16Array",
24
"Int32Array",
25
"Uint8Array",
26
"Uint8ClampedArray",
27
"Uint16Array",
28
"Uint32Array",
29
"typed",
30
"array",
31
"polyfill"
32
],
33
"author": {
34
"name": "James Halliday",
35
"email": "[email protected]",
36
"url": "http://substack.net"
37
},
38
"license": "MIT",
39
"testling": {
40
"files": "test/*.js",
41
"browsers": [
42
"ie/6..latest",
43
"firefox/16..latest",
44
"firefox/nightly",
45
"chrome/22..latest",
46
"chrome/canary",
47
"opera/12..latest",
48
"opera/next",
49
"safari/5.1..latest",
50
"ipad/6.0..latest",
51
"iphone/6.0..latest",
52
"android-browser/4.2..latest"
53
]
54
},
55
"bugs": {
56
"url": "https://github.com/substack/typedarray/issues"
57
},
58
"_id": "[email protected]",
59
"dist": {
60
"shasum": "867ac74e3864187b1d3d47d996a78ec5c8830777",
61
"tarball": "http://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz"
62
},
63
"_from": "typedarray@>=0.0.5 <0.1.0",
64
"_npmVersion": "1.4.3",
65
"_npmUser": {
66
"name": "substack",
67
"email": "[email protected]"
68
},
69
"maintainers": [
70
{
71
"name": "substack",
72
"email": "[email protected]"
73
}
74
],
75
"directories": {},
76
"_shasum": "867ac74e3864187b1d3d47d996a78ec5c8830777",
77
"_resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz",
78
"readme": "ERROR: No README data found!"
79
}
80
81