tlsd 2.4.1 → 2.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +26 -3
- package/domains/README.txt +0 -0
- package/inchtml.js +40 -0
- package/package.json +2 -1
- package/proxy/config.json +5 -0
- package/proxy/package-lock.json +118 -0
- package/proxy/package.json +15 -0
- package/proxy/proxy.js +20 -0
- package/proxy/siriusmercantile.com/index.js +14 -0
- package/proxy/siriusmercantile.com/package-lock.json +137 -0
- package/proxy/siriusmercantile.com/package.json +7 -0
- package/proxy/zzz/was-nm/debug/CHANGELOG.md +395 -0
- package/proxy/zzz/was-nm/debug/LICENSE +19 -0
- package/proxy/zzz/was-nm/debug/README.md +437 -0
- package/proxy/zzz/was-nm/debug/dist/debug.js +886 -0
- package/proxy/zzz/was-nm/debug/node.js +1 -0
- package/proxy/zzz/was-nm/debug/package.json +90 -0
- package/proxy/zzz/was-nm/debug/src/browser.js +180 -0
- package/proxy/zzz/was-nm/debug/src/common.js +249 -0
- package/proxy/zzz/was-nm/debug/src/index.js +12 -0
- package/proxy/zzz/was-nm/debug/src/node.js +174 -0
- package/proxy/zzz/was-nm/eventemitter3/LICENSE +21 -0
- package/proxy/zzz/was-nm/eventemitter3/README.md +92 -0
- package/proxy/zzz/was-nm/eventemitter3/index.d.ts +67 -0
- package/proxy/zzz/was-nm/eventemitter3/index.js +336 -0
- package/proxy/zzz/was-nm/eventemitter3/package.json +84 -0
- package/proxy/zzz/was-nm/eventemitter3/umd/eventemitter3.js +340 -0
- package/proxy/zzz/was-nm/eventemitter3/umd/eventemitter3.min.js +1 -0
- package/proxy/zzz/was-nm/eventemitter3/umd/eventemitter3.min.js.map +1 -0
- package/proxy/zzz/was-nm/follow-redirects/LICENSE +18 -0
- package/proxy/zzz/was-nm/follow-redirects/README.md +145 -0
- package/proxy/zzz/was-nm/follow-redirects/http.js +1 -0
- package/proxy/zzz/was-nm/follow-redirects/https.js +1 -0
- package/proxy/zzz/was-nm/follow-redirects/index.js +452 -0
- package/proxy/zzz/was-nm/follow-redirects/package.json +87 -0
- package/proxy/zzz/was-nm/http-proxy/.auto-changelog +6 -0
- package/proxy/zzz/was-nm/http-proxy/.gitattributes +1 -0
- package/proxy/zzz/was-nm/http-proxy/CHANGELOG.md +1864 -0
- package/proxy/zzz/was-nm/http-proxy/CODE_OF_CONDUCT.md +74 -0
- package/proxy/zzz/was-nm/http-proxy/LICENSE +23 -0
- package/proxy/zzz/was-nm/http-proxy/README.md +568 -0
- package/proxy/zzz/was-nm/http-proxy/codecov.yml +10 -0
- package/proxy/zzz/was-nm/http-proxy/index.js +13 -0
- package/proxy/zzz/was-nm/http-proxy/lib/http-proxy/common.js +248 -0
- package/proxy/zzz/was-nm/http-proxy/lib/http-proxy/index.js +185 -0
- package/proxy/zzz/was-nm/http-proxy/lib/http-proxy/passes/web-incoming.js +192 -0
- package/proxy/zzz/was-nm/http-proxy/lib/http-proxy/passes/web-outgoing.js +147 -0
- package/proxy/zzz/was-nm/http-proxy/lib/http-proxy/passes/ws-incoming.js +162 -0
- package/proxy/zzz/was-nm/http-proxy/lib/http-proxy.js +66 -0
- package/proxy/zzz/was-nm/http-proxy/package.json +77 -0
- package/proxy/zzz/was-nm/http-proxy/renovate.json +19 -0
- package/proxy/zzz/was-nm/ms/index.js +162 -0
- package/proxy/zzz/was-nm/ms/license.md +21 -0
- package/proxy/zzz/was-nm/ms/package.json +69 -0
- package/proxy/zzz/was-nm/ms/readme.md +60 -0
- package/proxy/zzz/was-nm/requires-port/.travis.yml +19 -0
- package/proxy/zzz/was-nm/requires-port/LICENSE +22 -0
- package/proxy/zzz/was-nm/requires-port/README.md +47 -0
- package/proxy/zzz/was-nm/requires-port/index.js +38 -0
- package/proxy/zzz/was-nm/requires-port/package.json +74 -0
- package/proxy/zzz/was-nm/requires-port/test.js +98 -0
- package/proxy/zzz/was-nm/sleepless/README.md +4 -0
- package/proxy/zzz/was-nm/sleepless/autosite/README.txt +0 -0
- package/proxy/zzz/was-nm/sleepless/autosite/site/foobar.txt +1 -0
- package/proxy/zzz/was-nm/sleepless/autosite/site/pull.php +4 -0
- package/proxy/zzz/was-nm/sleepless/index.js +2 -0
- package/proxy/zzz/was-nm/sleepless/package.json +44 -0
- package/proxy/zzz/was-nm/sleepless/sleepless.js +613 -0
- package/proxy/zzz/was-nm/sleepless/test.html +9 -0
- package/proxy/zzz/was-nm/sleepless/test.js +146 -0
- package/server_static/rpc/rpc.js +2 -5
- package/test.html +4 -0
- package/tlsd +11 -2
- package/tlsd.js +16 -14
- package/foo/rpc/index.js +0 -13
- package/foo/static/index.html +0 -15
package/README.md
CHANGED
|
@@ -1,6 +1,17 @@
|
|
|
1
1
|
|
|
2
2
|
# tlsd
|
|
3
3
|
|
|
4
|
+
This is a node.js based webserver.
|
|
5
|
+
|
|
6
|
+
## Features
|
|
7
|
+
|
|
8
|
+
- SSL/TLS magically via Greenlock
|
|
9
|
+
- Websockets built in
|
|
10
|
+
- Standardised RPC protocol for front/back end communcations
|
|
11
|
+
- Utility command 'tlsd'
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## Installing
|
|
4
15
|
|
|
5
16
|
There are 2 ways to use this:
|
|
6
17
|
|
|
@@ -8,7 +19,7 @@ There are 2 ways to use this:
|
|
|
8
19
|
2. Install locally to an existing project directory and executed with "npx tlsd"
|
|
9
20
|
|
|
10
21
|
|
|
11
|
-
|
|
22
|
+
### Install Globally
|
|
12
23
|
|
|
13
24
|
npm install -g tlsd
|
|
14
25
|
|
|
@@ -19,9 +30,9 @@ You should how have a CLI command "tlsd"
|
|
|
19
30
|
This way lets you run a project without having to have tlsd included in it.
|
|
20
31
|
|
|
21
32
|
|
|
22
|
-
|
|
33
|
+
### Install Locally
|
|
23
34
|
|
|
24
|
-
npm install
|
|
35
|
+
npm install tlsd
|
|
25
36
|
|
|
26
37
|
The tlsd module should now be added to your local package.json file and you can
|
|
27
38
|
run it this way:
|
|
@@ -55,6 +66,18 @@ This is for local (your computer) development:
|
|
|
55
66
|
All arguments are required
|
|
56
67
|
|
|
57
68
|
|
|
69
|
+
## tlsd domain
|
|
70
|
+
|
|
71
|
+
Adds a domain to Greenlock for production.
|
|
72
|
+
|
|
73
|
+
tlsd domain foo.bar
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
## tlsd version
|
|
77
|
+
|
|
78
|
+
Displays the current version of tlsd
|
|
79
|
+
|
|
80
|
+
|
|
58
81
|
### Production Mode
|
|
59
82
|
|
|
60
83
|
In production mode, you must specify the dir containing links/dirs for domains to serve
|
|
File without changes
|
package/inchtml.js
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
|
|
2
|
+
const fs = require( "fs" );
|
|
3
|
+
|
|
4
|
+
const { log, o2j, } = require( "sleepless" );
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
function parse( text ) {
|
|
8
|
+
|
|
9
|
+
const lines = text.split( /\n/g );
|
|
10
|
+
|
|
11
|
+
const newlines = [];
|
|
12
|
+
|
|
13
|
+
let ln = 0;
|
|
14
|
+
for( let line of lines ) {
|
|
15
|
+
|
|
16
|
+
ln += 1;
|
|
17
|
+
|
|
18
|
+
const words = line.split( /\s+/ );
|
|
19
|
+
|
|
20
|
+
if( words.shift() != "#include" ) {
|
|
21
|
+
newlines.push( line );
|
|
22
|
+
continue;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
if( words.length < 1 ) {
|
|
26
|
+
throw new Error( "parse error on line "+ln );
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
const path = words.join( " " );
|
|
30
|
+
|
|
31
|
+
newlines.push( "**** included from file "+o2j(path) );
|
|
32
|
+
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
return newlines.join( "\n" );
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
let text = fs.readFileSync( process.argv[ 2 ], "utf8" );
|
|
39
|
+
log( parse( text ) );
|
|
40
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tlsd",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.6.0",
|
|
4
4
|
"description": "A server for web app prototyping with HTTPS and Websockets",
|
|
5
5
|
"main": "tlsd.js",
|
|
6
6
|
"bin": {
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
"greenlock-express": "^4.0.3",
|
|
22
22
|
"serve-static": "^1.15.0",
|
|
23
23
|
"sleepless": "^5.7.0",
|
|
24
|
+
"tlsd": "^2.4.1",
|
|
24
25
|
"websocket": "^1.0.34"
|
|
25
26
|
}
|
|
26
27
|
}
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "proxy",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"lockfileVersion": 2,
|
|
5
|
+
"requires": true,
|
|
6
|
+
"packages": {
|
|
7
|
+
"": {
|
|
8
|
+
"name": "proxy",
|
|
9
|
+
"version": "1.0.0",
|
|
10
|
+
"license": "ISC",
|
|
11
|
+
"dependencies": {
|
|
12
|
+
"http-proxy": "^1.18.0",
|
|
13
|
+
"sleepless": "^2.7.2"
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
"node_modules/debug": {
|
|
17
|
+
"version": "3.2.6",
|
|
18
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz",
|
|
19
|
+
"integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==",
|
|
20
|
+
"deprecated": "Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)",
|
|
21
|
+
"dependencies": {
|
|
22
|
+
"ms": "^2.1.1"
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"node_modules/eventemitter3": {
|
|
26
|
+
"version": "4.0.0",
|
|
27
|
+
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.0.tgz",
|
|
28
|
+
"integrity": "sha512-qerSRB0p+UDEssxTtm6EDKcE7W4OaoisfIMl4CngyEhjpYglocpNg6UEqCvemdGhosAsg4sO2dXJOdyBifPGCg=="
|
|
29
|
+
},
|
|
30
|
+
"node_modules/follow-redirects": {
|
|
31
|
+
"version": "1.9.0",
|
|
32
|
+
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.9.0.tgz",
|
|
33
|
+
"integrity": "sha512-CRcPzsSIbXyVDl0QI01muNDu69S8trU4jArW9LpOt2WtC6LyUJetcIrmfHsRBx7/Jb6GHJUiuqyYxPooFfNt6A==",
|
|
34
|
+
"dependencies": {
|
|
35
|
+
"debug": "^3.0.0"
|
|
36
|
+
},
|
|
37
|
+
"engines": {
|
|
38
|
+
"node": ">=4.0"
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
"node_modules/http-proxy": {
|
|
42
|
+
"version": "1.18.0",
|
|
43
|
+
"resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.0.tgz",
|
|
44
|
+
"integrity": "sha512-84I2iJM/n1d4Hdgc6y2+qY5mDaz2PUVjlg9znE9byl+q0uC3DeByqBGReQu5tpLK0TAqTIXScRUV+dg7+bUPpQ==",
|
|
45
|
+
"dependencies": {
|
|
46
|
+
"eventemitter3": "^4.0.0",
|
|
47
|
+
"follow-redirects": "^1.0.0",
|
|
48
|
+
"requires-port": "^1.0.0"
|
|
49
|
+
},
|
|
50
|
+
"engines": {
|
|
51
|
+
"node": ">=6.0.0"
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
"node_modules/ms": {
|
|
55
|
+
"version": "2.1.2",
|
|
56
|
+
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
|
|
57
|
+
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
|
|
58
|
+
},
|
|
59
|
+
"node_modules/requires-port": {
|
|
60
|
+
"version": "1.0.0",
|
|
61
|
+
"resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
|
|
62
|
+
"integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8="
|
|
63
|
+
},
|
|
64
|
+
"node_modules/sleepless": {
|
|
65
|
+
"version": "2.7.2",
|
|
66
|
+
"resolved": "https://registry.npmjs.org/sleepless/-/sleepless-2.7.2.tgz",
|
|
67
|
+
"integrity": "sha512-tnOcMjXNGim4IJP/VMeyBWFy9oMHCLWe8Jt5Hlx7XfysXHPz1v66rZ3eKBqBvwZbRMXhXxhCY45GkE361C79Xg=="
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
"dependencies": {
|
|
71
|
+
"debug": {
|
|
72
|
+
"version": "3.2.6",
|
|
73
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz",
|
|
74
|
+
"integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==",
|
|
75
|
+
"requires": {
|
|
76
|
+
"ms": "^2.1.1"
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
"eventemitter3": {
|
|
80
|
+
"version": "4.0.0",
|
|
81
|
+
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.0.tgz",
|
|
82
|
+
"integrity": "sha512-qerSRB0p+UDEssxTtm6EDKcE7W4OaoisfIMl4CngyEhjpYglocpNg6UEqCvemdGhosAsg4sO2dXJOdyBifPGCg=="
|
|
83
|
+
},
|
|
84
|
+
"follow-redirects": {
|
|
85
|
+
"version": "1.9.0",
|
|
86
|
+
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.9.0.tgz",
|
|
87
|
+
"integrity": "sha512-CRcPzsSIbXyVDl0QI01muNDu69S8trU4jArW9LpOt2WtC6LyUJetcIrmfHsRBx7/Jb6GHJUiuqyYxPooFfNt6A==",
|
|
88
|
+
"requires": {
|
|
89
|
+
"debug": "^3.0.0"
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
"http-proxy": {
|
|
93
|
+
"version": "1.18.0",
|
|
94
|
+
"resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.0.tgz",
|
|
95
|
+
"integrity": "sha512-84I2iJM/n1d4Hdgc6y2+qY5mDaz2PUVjlg9znE9byl+q0uC3DeByqBGReQu5tpLK0TAqTIXScRUV+dg7+bUPpQ==",
|
|
96
|
+
"requires": {
|
|
97
|
+
"eventemitter3": "^4.0.0",
|
|
98
|
+
"follow-redirects": "^1.0.0",
|
|
99
|
+
"requires-port": "^1.0.0"
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
"ms": {
|
|
103
|
+
"version": "2.1.2",
|
|
104
|
+
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
|
|
105
|
+
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
|
|
106
|
+
},
|
|
107
|
+
"requires-port": {
|
|
108
|
+
"version": "1.0.0",
|
|
109
|
+
"resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
|
|
110
|
+
"integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8="
|
|
111
|
+
},
|
|
112
|
+
"sleepless": {
|
|
113
|
+
"version": "2.7.2",
|
|
114
|
+
"resolved": "https://registry.npmjs.org/sleepless/-/sleepless-2.7.2.tgz",
|
|
115
|
+
"integrity": "sha512-tnOcMjXNGim4IJP/VMeyBWFy9oMHCLWe8Jt5Hlx7XfysXHPz1v66rZ3eKBqBvwZbRMXhXxhCY45GkE361C79Xg=="
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "proxy",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "",
|
|
5
|
+
"main": "proxy.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
|
8
|
+
},
|
|
9
|
+
"author": "",
|
|
10
|
+
"license": "ISC",
|
|
11
|
+
"dependencies": {
|
|
12
|
+
"http-proxy": "^1.18.0",
|
|
13
|
+
"sleepless": "^2.7.2"
|
|
14
|
+
}
|
|
15
|
+
}
|
package/proxy/proxy.js
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
var http = require('http');
|
|
2
|
+
var httpProxy = require('http-proxy');
|
|
3
|
+
var proxy = httpProxy.createProxyServer({});
|
|
4
|
+
|
|
5
|
+
var sleepless = require( "sleepless" );
|
|
6
|
+
var config = require( "./config.json" );
|
|
7
|
+
|
|
8
|
+
http.createServer(function(req, res) {
|
|
9
|
+
|
|
10
|
+
log( req.headers.host );
|
|
11
|
+
let target = config.targets[ req.headers.host ];
|
|
12
|
+
if( target ) {
|
|
13
|
+
proxy.web(req, res, { target: 'https://www.google.com' });
|
|
14
|
+
}
|
|
15
|
+
else {
|
|
16
|
+
res.write( "" );
|
|
17
|
+
res.end();
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
}).listen(3000);
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
|
|
2
|
+
delete require.cache[ module.filename ];
|
|
3
|
+
|
|
4
|
+
let app = require( "connect" )();
|
|
5
|
+
|
|
6
|
+
app.use( function( req, res, next ) {
|
|
7
|
+
let host = req.headers.host;
|
|
8
|
+
var proxy = require( "http-proxy" ).createProxyServer( {} );
|
|
9
|
+
proxy.web( req, res, { target: "http://"+host+":12348" } );
|
|
10
|
+
});
|
|
11
|
+
|
|
12
|
+
module.exports = app;
|
|
13
|
+
|
|
14
|
+
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
{
|
|
2
|
+
"requires": true,
|
|
3
|
+
"lockfileVersion": 1,
|
|
4
|
+
"dependencies": {
|
|
5
|
+
"connect": {
|
|
6
|
+
"version": "3.7.0",
|
|
7
|
+
"resolved": "https://registry.npmjs.org/connect/-/connect-3.7.0.tgz",
|
|
8
|
+
"integrity": "sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==",
|
|
9
|
+
"requires": {
|
|
10
|
+
"debug": "2.6.9",
|
|
11
|
+
"finalhandler": "1.1.2",
|
|
12
|
+
"parseurl": "~1.3.3",
|
|
13
|
+
"utils-merge": "1.0.1"
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
"debug": {
|
|
17
|
+
"version": "2.6.9",
|
|
18
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
|
|
19
|
+
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
|
|
20
|
+
"requires": {
|
|
21
|
+
"ms": "2.0.0"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"ds": {
|
|
25
|
+
"version": "1.4.2",
|
|
26
|
+
"resolved": "https://registry.npmjs.org/ds/-/ds-1.4.2.tgz",
|
|
27
|
+
"integrity": "sha1-CFeqITeQpPs6uzZbnOwOm6hWk5M="
|
|
28
|
+
},
|
|
29
|
+
"ee-first": {
|
|
30
|
+
"version": "1.1.1",
|
|
31
|
+
"resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
|
|
32
|
+
"integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0="
|
|
33
|
+
},
|
|
34
|
+
"encodeurl": {
|
|
35
|
+
"version": "1.0.2",
|
|
36
|
+
"resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
|
|
37
|
+
"integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k="
|
|
38
|
+
},
|
|
39
|
+
"escape-html": {
|
|
40
|
+
"version": "1.0.3",
|
|
41
|
+
"resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
|
|
42
|
+
"integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg="
|
|
43
|
+
},
|
|
44
|
+
"eventemitter3": {
|
|
45
|
+
"version": "4.0.7",
|
|
46
|
+
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz",
|
|
47
|
+
"integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw=="
|
|
48
|
+
},
|
|
49
|
+
"finalhandler": {
|
|
50
|
+
"version": "1.1.2",
|
|
51
|
+
"resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz",
|
|
52
|
+
"integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==",
|
|
53
|
+
"requires": {
|
|
54
|
+
"debug": "2.6.9",
|
|
55
|
+
"encodeurl": "~1.0.2",
|
|
56
|
+
"escape-html": "~1.0.3",
|
|
57
|
+
"on-finished": "~2.3.0",
|
|
58
|
+
"parseurl": "~1.3.3",
|
|
59
|
+
"statuses": "~1.5.0",
|
|
60
|
+
"unpipe": "~1.0.0"
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
"follow-redirects": {
|
|
64
|
+
"version": "1.13.2",
|
|
65
|
+
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.2.tgz",
|
|
66
|
+
"integrity": "sha512-6mPTgLxYm3r6Bkkg0vNM0HTjfGrOEtsfbhagQvbxDEsEkpNhw582upBaoRZylzen6krEmxXJgt9Ju6HiI4O7BA=="
|
|
67
|
+
},
|
|
68
|
+
"hreq": {
|
|
69
|
+
"version": "1.0.1",
|
|
70
|
+
"resolved": "https://registry.npmjs.org/hreq/-/hreq-1.0.1.tgz",
|
|
71
|
+
"integrity": "sha512-UeRV2dxFHWEk8QY85Oak2XGlL8W4Ied/2EpeCBBYv1m2sXUVgZZD49bZgkDWQzyMFJK8AaeetcTFJNCCptrPZw=="
|
|
72
|
+
},
|
|
73
|
+
"http-proxy": {
|
|
74
|
+
"version": "1.18.1",
|
|
75
|
+
"resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz",
|
|
76
|
+
"integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==",
|
|
77
|
+
"requires": {
|
|
78
|
+
"eventemitter3": "^4.0.0",
|
|
79
|
+
"follow-redirects": "^1.0.0",
|
|
80
|
+
"requires-port": "^1.0.0"
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
"log5": {
|
|
84
|
+
"version": "2.3.0",
|
|
85
|
+
"resolved": "https://registry.npmjs.org/log5/-/log5-2.3.0.tgz",
|
|
86
|
+
"integrity": "sha512-4FOLq8huOfGoS/YO6QoFyvWUhSerbCp2MBmU7d+CYx5mQBHSnCMu/8n+HqfWZtvwgVDuMWSZ0nvHrD1P/2vTYg=="
|
|
87
|
+
},
|
|
88
|
+
"ms": {
|
|
89
|
+
"version": "2.0.0",
|
|
90
|
+
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
|
|
91
|
+
"integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
|
|
92
|
+
},
|
|
93
|
+
"on-finished": {
|
|
94
|
+
"version": "2.3.0",
|
|
95
|
+
"resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
|
|
96
|
+
"integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=",
|
|
97
|
+
"requires": {
|
|
98
|
+
"ee-first": "1.1.1"
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
"parseurl": {
|
|
102
|
+
"version": "1.3.3",
|
|
103
|
+
"resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
|
|
104
|
+
"integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ=="
|
|
105
|
+
},
|
|
106
|
+
"requires-port": {
|
|
107
|
+
"version": "1.0.0",
|
|
108
|
+
"resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
|
|
109
|
+
"integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8="
|
|
110
|
+
},
|
|
111
|
+
"sleepless": {
|
|
112
|
+
"version": "3.9.0",
|
|
113
|
+
"resolved": "https://registry.npmjs.org/sleepless/-/sleepless-3.9.0.tgz",
|
|
114
|
+
"integrity": "sha512-n/U+Jc7U7Y3EunYR4zGKhX3AoElTCIeW/Lb1KplS3x11bqCiJUZMAaUSq57ooC+cFEEPfA15Y74m/D6oZ8x2Nw==",
|
|
115
|
+
"requires": {
|
|
116
|
+
"ds": "^1.4.2",
|
|
117
|
+
"hreq": "^1.0.1",
|
|
118
|
+
"log5": "^2.3.0"
|
|
119
|
+
}
|
|
120
|
+
},
|
|
121
|
+
"statuses": {
|
|
122
|
+
"version": "1.5.0",
|
|
123
|
+
"resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
|
|
124
|
+
"integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow="
|
|
125
|
+
},
|
|
126
|
+
"unpipe": {
|
|
127
|
+
"version": "1.0.0",
|
|
128
|
+
"resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
|
|
129
|
+
"integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw="
|
|
130
|
+
},
|
|
131
|
+
"utils-merge": {
|
|
132
|
+
"version": "1.0.1",
|
|
133
|
+
"resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz",
|
|
134
|
+
"integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM="
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
}
|