Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
81145 views
1
{
2
"name": "bl",
3
"version": "0.9.4",
4
"description": "Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!",
5
"main": "bl.js",
6
"scripts": {
7
"test": "node test/test.js | faucet",
8
"test-local": "brtapsauce-local test/basic-test.js"
9
},
10
"repository": {
11
"type": "git",
12
"url": "https://github.com/rvagg/bl.git"
13
},
14
"homepage": "https://github.com/rvagg/bl",
15
"authors": [
16
"Rod Vagg <[email protected]> (https://github.com/rvagg)",
17
"Matteo Collina <[email protected]> (https://github.com/mcollina)",
18
"Jarett Cruger <[email protected]> (https://github.com/jcrugzz)"
19
],
20
"keywords": [
21
"buffer",
22
"buffers",
23
"stream",
24
"awesomesauce"
25
],
26
"license": "MIT",
27
"dependencies": {
28
"readable-stream": "~1.0.26"
29
},
30
"devDependencies": {
31
"tape": "~2.12.3",
32
"hash_file": "~0.1.1",
33
"faucet": "~0.0.1",
34
"brtapsauce": "~0.3.0"
35
},
36
"gitHead": "e7f90703c5f90ca26f60455ea6ad0b6be4a9feee",
37
"bugs": {
38
"url": "https://github.com/rvagg/bl/issues"
39
},
40
"_id": "[email protected]",
41
"_shasum": "4702ddf72fbe0ecd82787c00c113aea1935ad0e7",
42
"_from": "bl@>=0.9.0 <0.10.0",
43
"_npmVersion": "2.1.18",
44
"_nodeVersion": "1.0.3",
45
"_npmUser": {
46
"name": "rvagg",
47
"email": "[email protected]"
48
},
49
"maintainers": [
50
{
51
"name": "rvagg",
52
"email": "[email protected]"
53
}
54
],
55
"dist": {
56
"shasum": "4702ddf72fbe0ecd82787c00c113aea1935ad0e7",
57
"tarball": "http://registry.npmjs.org/bl/-/bl-0.9.4.tgz"
58
},
59
"directories": {},
60
"_resolved": "https://registry.npmjs.org/bl/-/bl-0.9.4.tgz"
61
}
62
63