mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
63 lines
1.6 KiB
JSON
63 lines
1.6 KiB
JSON
{
|
|
"name": "bl",
|
|
"version": "1.0.0",
|
|
"description": "Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!",
|
|
"main": "bl.js",
|
|
"scripts": {
|
|
"test": "node test/test.js | faucet",
|
|
"test-local": "brtapsauce-local test/basic-test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/rvagg/bl.git"
|
|
},
|
|
"homepage": "https://github.com/rvagg/bl",
|
|
"authors": [
|
|
"Rod Vagg <rod@vagg.org> (https://github.com/rvagg)",
|
|
"Matteo Collina <matteo.collina@gmail.com> (https://github.com/mcollina)",
|
|
"Jarett Cruger <jcrugzz@gmail.com> (https://github.com/jcrugzz)"
|
|
],
|
|
"keywords": [
|
|
"buffer",
|
|
"buffers",
|
|
"stream",
|
|
"awesomesauce"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"readable-stream": "~2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"tape": "~2.12.3",
|
|
"hash_file": "~0.1.1",
|
|
"faucet": "~0.0.1",
|
|
"brtapsauce": "~0.3.0"
|
|
},
|
|
"gitHead": "1794938be6697a6d1e02cd942a4eea59b353347a",
|
|
"bugs": {
|
|
"url": "https://github.com/rvagg/bl/issues"
|
|
},
|
|
"_id": "bl@1.0.0",
|
|
"_shasum": "ada9a8a89a6d7ac60862f7dec7db207873e0c3f5",
|
|
"_from": "bl@>=1.0.0 <1.1.0",
|
|
"_npmVersion": "2.9.0",
|
|
"_nodeVersion": "2.0.1-nightly20150618d2e4e03444",
|
|
"_npmUser": {
|
|
"name": "rvagg",
|
|
"email": "rod@vagg.org"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "rvagg",
|
|
"email": "rod@vagg.org"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "ada9a8a89a6d7ac60862f7dec7db207873e0c3f5",
|
|
"tarball": "http://registry.npmjs.org/bl/-/bl-1.0.0.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/bl/-/bl-1.0.0.tgz",
|
|
"readme": "ERROR: No README data found!"
|
|
}
|