Version 1
[yaffs-website] / node_modules / typedarray / package.json
1 {
2   "_args": [
3     [
4       "typedarray@~0.0.5",
5       "/var/www/yaffs/node_modules/concat-stream"
6     ]
7   ],
8   "_from": "typedarray@>=0.0.5 <0.1.0",
9   "_id": "typedarray@0.0.6",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/typedarray",
13   "_npmUser": {
14     "email": "mail@substack.net",
15     "name": "substack"
16   },
17   "_npmVersion": "1.4.3",
18   "_phantomChildren": {},
19   "_requested": {
20     "name": "typedarray",
21     "raw": "typedarray@~0.0.5",
22     "rawSpec": "~0.0.5",
23     "scope": null,
24     "spec": ">=0.0.5 <0.1.0",
25     "type": "range"
26   },
27   "_requiredBy": [
28     "/concat-stream"
29   ],
30   "_resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz",
31   "_shasum": "867ac74e3864187b1d3d47d996a78ec5c8830777",
32   "_shrinkwrap": null,
33   "_spec": "typedarray@~0.0.5",
34   "_where": "/var/www/yaffs/node_modules/concat-stream",
35   "author": {
36     "email": "mail@substack.net",
37     "name": "James Halliday",
38     "url": "http://substack.net"
39   },
40   "bugs": {
41     "url": "https://github.com/substack/typedarray/issues"
42   },
43   "dependencies": {},
44   "description": "TypedArray polyfill for old browsers",
45   "devDependencies": {
46     "tape": "~2.3.2"
47   },
48   "directories": {},
49   "dist": {
50     "shasum": "867ac74e3864187b1d3d47d996a78ec5c8830777",
51     "tarball": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz"
52   },
53   "homepage": "https://github.com/substack/typedarray",
54   "keywords": [
55     "ArrayBuffer",
56     "DataView",
57     "Float32Array",
58     "Float64Array",
59     "Int16Array",
60     "Int32Array",
61     "Int8Array",
62     "Uint16Array",
63     "Uint32Array",
64     "Uint8Array",
65     "Uint8ClampedArray",
66     "array",
67     "polyfill",
68     "typed"
69   ],
70   "license": "MIT",
71   "main": "index.js",
72   "maintainers": [
73     {
74       "name": "substack",
75       "email": "mail@substack.net"
76     }
77   ],
78   "name": "typedarray",
79   "optionalDependencies": {},
80   "readme": "ERROR: No README data found!",
81   "repository": {
82     "type": "git",
83     "url": "git://github.com/substack/typedarray.git"
84   },
85   "scripts": {
86     "test": "tape test/*.js test/server/*.js"
87   },
88   "testling": {
89     "browsers": [
90       "android-browser/4.2..latest",
91       "chrome/22..latest",
92       "chrome/canary",
93       "firefox/16..latest",
94       "firefox/nightly",
95       "ie/6..latest",
96       "ipad/6.0..latest",
97       "iphone/6.0..latest",
98       "opera/12..latest",
99       "opera/next",
100       "safari/5.1..latest"
101     ],
102     "files": "test/*.js"
103   },
104   "version": "0.0.6"
105 }