summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/node_modules/stringstream/package.json
blob: 8307fef2abfbce8c94acdb65779624786cb00274 (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
{
  "_from": "stringstream@~0.0.4",
  "_id": "stringstream@0.0.5",
  "_integrity": "sha1-TkhM1N5aC7vuGORjB3EKioFiGHg=",
  "_location": "/request/stringstream",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "stringstream@~0.0.4",
    "name": "stringstream",
    "escapedName": "stringstream",
    "rawSpec": "~0.0.4",
    "saveSpec": null,
    "fetchSpec": "~0.0.4"
  },
  "_requiredBy": [
    "/request"
  ],
  "_resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz",
  "_shasum": "4e484cd4de5a0bbbee18e46307710a8a81621878",
  "_shrinkwrap": null,
  "_spec": "stringstream@~0.0.4",
  "_where": "/Users/zkat/Documents/code/npm/node_modules/request",
  "author": {
    "name": "Michael Hart",
    "email": "michael.hart.au@gmail.com",
    "url": "http://github.com/mhart"
  },
  "bin": null,
  "bugs": {
    "url": "https://github.com/mhart/StringStream/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "Encode and decode streams into string streams",
  "devDependencies": {},
  "homepage": "https://github.com/mhart/StringStream#readme",
  "keywords": [
    "string",
    "stream",
    "base64",
    "gzip"
  ],
  "license": "MIT",
  "main": "stringstream.js",
  "name": "stringstream",
  "optionalDependencies": {},
  "peerDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mhart/StringStream.git"
  },
  "version": "0.0.5"
}