package.json
2.5 KB
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"_args": [
[
{
"raw": "get-uri@1",
"scope": null,
"escapedName": "get-uri",
"name": "get-uri",
"rawSpec": "1",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"/Users/admin/Documents/workspace/programming/node_modules/pac-proxy-agent"
]
],
"_from": "get-uri@>=1.0.0 <2.0.0",
"_id": "get-uri@1.1.0",
"_inCache": true,
"_location": "/get-uri",
"_nodeVersion": "0.12.6",
"_npmUser": {
"name": "tootallnate",
"email": "nathan@tootallnate.net"
},
"_npmVersion": "2.11.2",
"_phantomChildren": {},
"_requested": {
"raw": "get-uri@1",
"scope": null,
"escapedName": "get-uri",
"name": "get-uri",
"rawSpec": "1",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/pac-proxy-agent"
],
"_resolved": "https://registry.npmjs.org/get-uri/-/get-uri-1.1.0.tgz",
"_shasum": "7375d04daf7fcb584b3632679cbdf339b51bb149",
"_shrinkwrap": null,
"_spec": "get-uri@1",
"_where": "/Users/admin/Documents/workspace/programming/node_modules/pac-proxy-agent",
"author": {
"name": "Nathan Rajlich",
"email": "nathan@tootallnate.net",
"url": "http://n8.io/"
},
"bugs": {
"url": "https://github.com/TooTallNate/node-get-uri/issues"
},
"dependencies": {
"data-uri-to-buffer": "0",
"debug": "2",
"extend": "3",
"file-uri-to-path": "0",
"ftp": "~0.3.5",
"readable-stream": "2"
},
"description": "Returns a `stream.Readable` from a URI string",
"devDependencies": {
"ftpd": ">= 0.2.4 && < 1",
"mocha": "2",
"st": ">= 0.2.3 && < 1",
"stream-to-array": "1"
},
"directories": {},
"dist": {
"shasum": "7375d04daf7fcb584b3632679cbdf339b51bb149",
"tarball": "https://registry.npmjs.org/get-uri/-/get-uri-1.1.0.tgz"
},
"gitHead": "0358bd1de11469aebc6e7535b3bc9dfd8fd6c652",
"homepage": "https://github.com/TooTallNate/node-get-uri#readme",
"keywords": [
"uri",
"read",
"readstream",
"stream",
"get",
"http",
"https",
"ftp",
"file",
"data",
"protocol",
"url"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "tootallnate",
"email": "nathan@tootallnate.net"
}
],
"name": "get-uri",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/TooTallNate/node-get-uri.git"
},
"scripts": {
"test": "mocha --reporter spec"
},
"version": "1.1.0"
}