File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 186
186
same "printed page" as the copyright notice for easier
187
187
identification within third-party archives.
188
188
189
- Copyright 2017 Apifier s.r.o.
189
+ Copyright 2018 Apify Technologies s.r.o.
190
190
191
191
Licensed under the Apache License, Version 2.0 (the "License");
192
192
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
# proxy-chain
2
2
3
3
[ ![ npm version] ( https://badge.fury.io/js/proxy-chain.svg )] ( http://badge.fury.io/js/proxy-chain )
4
- [ ![ Build Status] ( https://travis-ci.org/Apifier /proxy-chain.svg )] ( https://travis-ci.org/Apifier /proxy-chain )
4
+ [ ![ Build Status] ( https://travis-ci.org/apifytech /proxy-chain.svg )] ( https://travis-ci.org/apifytech /proxy-chain )
5
5
6
6
Node.js implementation of a proxy server (think Squid) with support for SSL, authentication and upstream proxy chaining.
7
7
The authentication and proxy chaining configuration is defined in code and can be dynamic.
Original file line number Diff line number Diff line change 19
19
"license" : " Apache-2.0" ,
20
20
"repository" : {
21
21
"type" : " git" ,
22
- "url" : " git+https://github.com/apifier /proxy-chain"
22
+ "url" : " git+https://github.com/apifytech /proxy-chain"
23
23
},
24
24
"bugs" : {
25
- "url" : " https://github.com/apifier /proxy-chain/issues"
25
+ "url" : " https://github.com/apifytech /proxy-chain/issues"
26
26
},
27
- "homepage" : " https://github.com/apifier /proxy-chain" ,
27
+ "homepage" : " https://github.com/apifytech /proxy-chain" ,
28
28
"files" : [
29
29
" build"
30
30
],
You can’t perform that action at this time.
0 commit comments