Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/bl/package.json')
-rw-r--r--node_modules/bl/package.json90
1 files changed, 90 insertions, 0 deletions
diff --git a/node_modules/bl/package.json b/node_modules/bl/package.json
new file mode 100644
index 000000000..1677308f9
--- /dev/null
+++ b/node_modules/bl/package.json
@@ -0,0 +1,90 @@
+{
+ "_args": [
+ [
+ "bl@~0.9.0",
+ "/Users/rebecca/code/npm/node_modules/request"
+ ]
+ ],
+ "_from": "bl@>=0.9.0 <0.10.0",
+ "_id": "bl@0.9.4",
+ "_inCache": true,
+ "_location": "/bl",
+ "_nodeVersion": "1.0.3",
+ "_npmUser": {
+ "email": "rod@vagg.org",
+ "name": "rvagg"
+ },
+ "_npmVersion": "2.1.18",
+ "_phantomChildren": {
+ "core-util-is": "1.0.1",
+ "inherits": "2.0.1",
+ "isarray": "0.0.1",
+ "string_decoder": "0.10.31"
+ },
+ "_requested": {
+ "name": "bl",
+ "raw": "bl@~0.9.0",
+ "rawSpec": "~0.9.0",
+ "scope": null,
+ "spec": ">=0.9.0 <0.10.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/request"
+ ],
+ "_resolved": "https://registry.npmjs.org/bl/-/bl-0.9.4.tgz",
+ "_shasum": "4702ddf72fbe0ecd82787c00c113aea1935ad0e7",
+ "_shrinkwrap": null,
+ "_spec": "bl@~0.9.0",
+ "_where": "/Users/rebecca/code/npm/node_modules/request",
+ "authors": [
+ "Jarett Cruger <jcrugzz@gmail.com> (https://github.com/jcrugzz)",
+ "Matteo Collina <matteo.collina@gmail.com> (https://github.com/mcollina)",
+ "Rod Vagg <rod@vagg.org> (https://github.com/rvagg)"
+ ],
+ "bugs": {
+ "url": "https://github.com/rvagg/bl/issues"
+ },
+ "dependencies": {
+ "readable-stream": "~1.0.26"
+ },
+ "description": "Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!",
+ "devDependencies": {
+ "brtapsauce": "~0.3.0",
+ "faucet": "~0.0.1",
+ "hash_file": "~0.1.1",
+ "tape": "~2.12.3"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "4702ddf72fbe0ecd82787c00c113aea1935ad0e7",
+ "tarball": "http://registry.npmjs.org/bl/-/bl-0.9.4.tgz"
+ },
+ "gitHead": "e7f90703c5f90ca26f60455ea6ad0b6be4a9feee",
+ "homepage": "https://github.com/rvagg/bl",
+ "keywords": [
+ "awesomesauce",
+ "buffer",
+ "buffers",
+ "stream"
+ ],
+ "license": "MIT",
+ "main": "bl.js",
+ "maintainers": [
+ {
+ "name": "rvagg",
+ "email": "rod@vagg.org"
+ }
+ ],
+ "name": "bl",
+ "optionalDependencies": {},
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/rvagg/bl.git"
+ },
+ "scripts": {
+ "test": "node test/test.js | faucet",
+ "test-local": "brtapsauce-local test/basic-test.js"
+ },
+ "version": "0.9.4"
+}