Websocket
[VSoRC/.git] / node_modules / websocket / node_modules / typedarray-to-buffer / package.json
1 {
2   "name": "typedarray-to-buffer",
3   "description": "Convert a typed array to a Buffer without a copy",
4   "version": "3.1.5",
5   "author": {
6     "name": "Feross Aboukhadijeh",
7     "email": "feross@feross.org",
8     "url": "http://feross.org/"
9   },
10   "bugs": {
11     "url": "https://github.com/feross/typedarray-to-buffer/issues"
12   },
13   "dependencies": {
14     "is-typedarray": "^1.0.0"
15   },
16   "devDependencies": {
17     "airtap": "0.0.4",
18     "standard": "*",
19     "tape": "^4.0.0"
20   },
21   "homepage": "http://feross.org",
22   "keywords": [
23     "buffer",
24     "typed array",
25     "convert",
26     "no copy",
27     "uint8array",
28     "uint16array",
29     "uint32array",
30     "int16array",
31     "int32array",
32     "float32array",
33     "float64array",
34     "browser",
35     "arraybuffer",
36     "dataview"
37   ],
38   "license": "MIT",
39   "main": "index.js",
40   "repository": {
41     "type": "git",
42     "url": "git://github.com/feross/typedarray-to-buffer.git"
43   },
44   "scripts": {
45     "test": "standard && npm run test-node && npm run test-browser",
46     "test-browser": "airtap -- test/*.js",
47     "test-browser-local": "airtap --local -- test/*.js",
48     "test-node": "tape test/*.js"
49   },
50   "gitHead": "328a952e480a143bdc3fc98a2133490e28e2b3a2",
51   "_id": "typedarray-to-buffer@3.1.5",
52   "_npmVersion": "5.7.1",
53   "_nodeVersion": "8.10.0",
54   "_npmUser": {
55     "name": "feross",
56     "email": "feross@feross.org"
57   },
58   "dist": {
59     "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==",
60     "shasum": "a97ee7a9ff42691b9f783ff1bc5112fe3fca9080",
61     "tarball": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz",
62     "fileCount": 7,
63     "unpackedSize": 8835
64   },
65   "maintainers": [
66     {
67       "name": "feross",
68       "email": "feross@feross.org"
69     }
70   ],
71   "directories": {},
72   "_npmOperationalInternal": {
73     "host": "s3://npm-registry-packages",
74     "tmp": "tmp/typedarray-to-buffer_3.1.5_1520537433687_0.8471076032703442"
75   },
76   "_shasum": "a97ee7a9ff42691b9f783ff1bc5112fe3fca9080",
77   "_from": "typedarray-to-buffer@^3.1.5",
78   "_resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz"
79 }