summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/node_modules/bl/package.json
blob: 61b85c1393794efb437fa20f00086573529603cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
  "_args": [
    [
      "bl@~1.0.0",
      "/Users/rebecca/code/npm/node_modules/request"
    ]
  ],
  "_from": "bl@>=1.0.0 <1.1.0",
  "_id": "bl@1.0.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/request/bl",
  "_nodeVersion": "6.0.0-nightly2016011666b9c0d8bd",
  "_npmUser": {
    "email": "rod@vagg.org",
    "name": "rvagg"
  },
  "_npmVersion": "3.3.12",
  "_phantomChildren": {},
  "_requested": {
    "name": "bl",
    "raw": "bl@~1.0.0",
    "rawSpec": "~1.0.0",
    "scope": null,
    "spec": ">=1.0.0 <1.1.0",
    "type": "range"
  },
  "_requiredBy": [
    "/request"
  ],
  "_resolved": "https://registry.npmjs.org/bl/-/bl-1.0.1.tgz",
  "_shasum": "0e6df7330308c46515751676cafa7334dc9852fd",
  "_shrinkwrap": null,
  "_spec": "bl@~1.0.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": "~2.0.5"
  },
  "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": "0e6df7330308c46515751676cafa7334dc9852fd",
    "tarball": "http://registry.npmjs.org/bl/-/bl-1.0.1.tgz"
  },
  "gitHead": "9eced07e8c4f4b44b42e6e99ac33d4c390b4e74a",
  "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": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rvagg/bl.git"
  },
  "scripts": {
    "test": "node test/test.js | faucet",
    "test-local": "brtapsauce-local test/basic-test.js"
  },
  "version": "1.0.1"
}