Websocket
[VSoRC/.git] / node_modules / websocket / node_modules / typedarray-to-buffer / node_modules / is-typedarray / package.json
1 {
2   "name": "is-typedarray",
3   "version": "1.0.0",
4   "description": "Detect whether or not an object is a Typed Array",
5   "main": "index.js",
6   "scripts": {
7     "test": "node test"
8   },
9   "author": {
10     "name": "Hugh Kennedy",
11     "email": "hughskennedy@gmail.com",
12     "url": "http://hughsk.io/"
13   },
14   "license": "MIT",
15   "dependencies": {},
16   "devDependencies": {
17     "tape": "^2.13.1"
18   },
19   "repository": {
20     "type": "git",
21     "url": "git://github.com/hughsk/is-typedarray.git"
22   },
23   "keywords": [
24     "typed",
25     "array",
26     "detect",
27     "is",
28     "util"
29   ],
30   "bugs": {
31     "url": "https://github.com/hughsk/is-typedarray/issues"
32   },
33   "homepage": "https://github.com/hughsk/is-typedarray",
34   "gitHead": "0617cfa871686cf541af62b144f130488f44f6fe",
35   "_id": "is-typedarray@1.0.0",
36   "_shasum": "e479c80858df0c1b11ddda6940f96011fcda4a9a",
37   "_from": "is-typedarray@^1.0.0",
38   "_npmVersion": "2.7.5",
39   "_nodeVersion": "0.10.36",
40   "_npmUser": {
41     "name": "hughsk",
42     "email": "hughskennedy@gmail.com"
43   },
44   "dist": {
45     "shasum": "e479c80858df0c1b11ddda6940f96011fcda4a9a",
46     "tarball": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz"
47   },
48   "maintainers": [
49     {
50       "name": "hughsk",
51       "email": "hughskennedy@gmail.com"
52     }
53   ],
54   "directories": {},
55   "_resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz"
56 }