UNPKG

1.99 kBJSONView Raw
1{
2 "_from": "typedarray@^0.0.6",
3 "_id": "typedarray@0.0.6",
4 "_inBundle": false,
5 "_integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=",
6 "_location": "/typedarray",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "typedarray@^0.0.6",
12 "name": "typedarray",
13 "escapedName": "typedarray",
14 "rawSpec": "^0.0.6",
15 "saveSpec": null,
16 "fetchSpec": "^0.0.6"
17 },
18 "_requiredBy": [
19 "/concat-stream"
20 ],
21 "_resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz",
22 "_shasum": "867ac74e3864187b1d3d47d996a78ec5c8830777",
23 "_spec": "typedarray@^0.0.6",
24 "_where": "/Users/rebecca/code/npm/node_modules/concat-stream",
25 "author": {
26 "name": "James Halliday",
27 "email": "mail@substack.net",
28 "url": "http://substack.net"
29 },
30 "bugs": {
31 "url": "https://github.com/substack/typedarray/issues"
32 },
33 "bundleDependencies": false,
34 "deprecated": false,
35 "description": "TypedArray polyfill for old browsers",
36 "devDependencies": {
37 "tape": "~2.3.2"
38 },
39 "homepage": "https://github.com/substack/typedarray",
40 "keywords": [
41 "ArrayBuffer",
42 "DataView",
43 "Float32Array",
44 "Float64Array",
45 "Int8Array",
46 "Int16Array",
47 "Int32Array",
48 "Uint8Array",
49 "Uint8ClampedArray",
50 "Uint16Array",
51 "Uint32Array",
52 "typed",
53 "array",
54 "polyfill"
55 ],
56 "license": "MIT",
57 "main": "index.js",
58 "name": "typedarray",
59 "repository": {
60 "type": "git",
61 "url": "git://github.com/substack/typedarray.git"
62 },
63 "scripts": {
64 "test": "tape test/*.js test/server/*.js"
65 },
66 "testling": {
67 "files": "test/*.js",
68 "browsers": [
69 "ie/6..latest",
70 "firefox/16..latest",
71 "firefox/nightly",
72 "chrome/22..latest",
73 "chrome/canary",
74 "opera/12..latest",
75 "opera/next",
76 "safari/5.1..latest",
77 "ipad/6.0..latest",
78 "iphone/6.0..latest",
79 "android-browser/4.2..latest"
80 ]
81 },
82 "version": "0.0.6"
83}