1
|
{
|
2
|
"name": "to-arraybuffer",
|
3
|
"version": "1.0.1",
|
4
|
"description": "Get an ArrayBuffer from a Buffer as fast as possible",
|
5
|
"main": "index.js",
|
6
|
"scripts": {
|
7
|
"test": "npm run test-node && ([ -n \"${TRAVIS_PULL_REQUEST}\" -a \"${TRAVIS_PULL_REQUEST}\" != 'false' ] || npm run test-browser)",
|
8
|
"test-node": "tape test.js",
|
9
|
"test-browser": "zuul --no-coverage -- test.js",
|
10
|
"test-browser-local": "zuul --local 8080 --no-coverage -- test.js"
|
11
|
},
|
12
|
"repository": {
|
13
|
"type": "git",
|
14
|
"url": "git://github.com/jhiesey/to-arraybuffer.git"
|
15
|
},
|
16
|
"keywords": [
|
17
|
"buffer",
|
18
|
"to",
|
19
|
"arraybuffer",
|
20
|
"fast",
|
21
|
"read",
|
22
|
"only"
|
23
|
],
|
24
|
"author": "John Hiesey",
|
25
|
"license": "MIT",
|
26
|
"bugs": {
|
27
|
"url": "https://github.com/jhiesey/to-arraybuffer/issues"
|
28
|
},
|
29
|
"homepage": "https://github.com/jhiesey/to-arraybuffer#readme",
|
30
|
"devDependencies": {
|
31
|
"tape": "^4.4.0",
|
32
|
"zuul": "^3.9.0"
|
33
|
}
|
34
|
}
|