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