ÿØÿà JFIF    ÿÛ „ ( %!1!%*+...983,7(-.- lib/node_modules/npm/node_modules/builtins/History.md000064400000000724152403470260017060 0ustar00 0.0.7 / 2014-09-01 ================== * update .repository 0.0.6 / 2014-09-01 ================== * add travis * add test script * add constants 0.0.5 / 2014-06-27 ================== * add module * publish to public npm 0.0.4 / 2014-04-25 ================== * add timers 0.0.3 / 2014-02-22 ================== * add buffer 0.0.2 / 2014-02-11 ================== * add assert 0.0.1 / 2014-02-11 ================== * add main * initial commit lib/node_modules/npm/node_modules/https-proxy-agent/History.md000064400000006612152410160150020636 0ustar00 2.2.0 / 2018-03-03 ================== * Add "engines" to package.json - requires Node.js >= 4.5.0 * Use `Buffer.from()` 2.1.1 / 2017-11-28 ================== * Update `debug` - Security Problems with Previous Version (#38) 2.1.0 / 2017-08-08 ================== * only include the port number in the Host header when non-default port (#22) * set ALPN to "http 1.1" by default when using tlsproxy (#25) * only set `ALPNProtocols` when the property does not already exist * support SNI (#14) 2.0.0 / 2017-06-26 ================== * rename https-proxy-agent.js to index.js * update dependencies and remove semver-specific test case * update `agent-base` to v4 * remove `extend` dependency * :arrow_up: update minimum version of debug dependency * opts/options * drop Node versions < v4 from Travis-CI * test Node.js 5, 6, 7 and 8 on Travis-CI * README: remove outdated `secureEndpoint` reference * README: remove `secureEndpoint` docs, add `headers` * https-proxy-agent: add support for proxy "headers" 1.0.0 / 2015-07-10 ================== * upgrade to "agent-base" v2 API * test: test case is fixed * use %o debug() formatter * README: use SVG for Travis-CI badge 0.3.6 / 2015-07-06 ================== * package: update "extend" to v3 * package: update "mocha" to v2 * package: update "debug" to v2 * travis: test node v0.8, v0.10, and v0.12 * test: use ssl-cert-snakeoil self-signed SSL certs 0.3.5 / 2014-06-11 ================== * package: update "debug" to v1.0.0 0.3.4 / 2014-04-09 ================== * gitignore: ignore root level ?.js files * package: update outdated dependencies 0.3.3 / 2014-01-13 ================== * https-proxy-agnet: use debug() instead of console.error() * https-proxy-agent: fix debug() call * History: fix whitespace 0.3.2 / 2013-11-18 ================== * https-proxy-agent: allow "https" without trailing colon * README: fix typo 0.3.1 / 2013-11-16 ================== * test: enable the HTTPS over HTTPS test on node v0.11.8 * https-proxy-agent: create the proxy socket connection first * https-proxy-agent: delete `pathname` from the proxy opts as well * https-proxy-agent: remove dead "end"-emitting code 0.3.0 / 2013-09-16 ================== * https-proxy-agent: use "debug" module * https-proxy-agent: update to the "agent-base" v1 API * https-proxy-agent: default the "port" to 443 if not set * https-proxy-agent: augment the `opts` object for the `tls.connect` function * https-proxy-agent: use "extend" module * https-proxy-agent: remove use of `this` as much as possible * https-proxy-agent: listen for the "error" event of the socket * test: refactor of tests to use "proxy" module * test: add "error" event catching test * test: add 407 proxy response test * test: use "semver" module, disable the HTTPS over HTTPS test for node >= v0.11.3 0.2.0 / 2013-09-03 ================== * Add initial "Proxy-Authorization" Basic authentication support 0.1.0 / 2013-07-21 ================== * rename `secure` to `secureProxy` * added `secureEndpoint` option * various optimizations * README improvements 0.0.2 / 2013-07-11 ================== * test: add mocha tests * don't use `socket.ondata`, use the official API instead * throw an Error when no proxy info is given * add support for passing options to net/tls .connect() 0.0.1 / 2013-07-09 ================== * Initial release lib/node_modules/npm/node_modules/agentkeepalive/History.md000064400000011354152410431520020206 0ustar00 3.5.2 / 2018-10-19 ================== **fixes** * [[`5751fc1`](http://github.com/node-modules/agentkeepalive/commit/5751fc1180ed6544602c681ffbd08ca66a0cb12c)] - fix: sockLen being miscalculated when removing sockets (#60) (Ehden Sinai <>) 3.5.1 / 2018-07-31 ================== **fixes** * [[`495f1ab`](http://github.com/node-modules/agentkeepalive/commit/495f1ab625d43945d72f68096b97db723d4f0657)] - fix: add the lost npm files (#66) (Henry Zhuang <>) 3.5.0 / 2018-07-31 ================== **features** * [[`16f5aea`](http://github.com/node-modules/agentkeepalive/commit/16f5aeadfda57f1c602652f1472a63cc83cd05bf)] - feat: add typing define. (#65) (Henry Zhuang <>) **others** * [[`28fa062`](http://github.com/node-modules/agentkeepalive/commit/28fa06246fb5103f88ebeeb8563757a9078b8157)] - docs: add "per host" to description of maxFreeSockets (tony-gutierrez <>) * [[`7df2577`](http://github.com/node-modules/agentkeepalive/commit/7df25774f00a1031ca4daad2878a17e0539072a2)] - test: run test on node 10 (#63) (fengmk2 <>) 3.4.1 / 2018-03-08 ================== **fixes** * [[`4d3a3b1`](http://github.com/node-modules/agentkeepalive/commit/4d3a3b1f7b16595febbbd39eeed72b2663549014)] - fix: Handle ipv6 addresses in host-header correctly with TLS (#53) (Mattias Holmlund <>) **others** * [[`55a7a5c`](http://github.com/node-modules/agentkeepalive/commit/55a7a5cd33e97f9a8370083dcb041c5552f10ac9)] - test: stop timer after test end (fengmk2 <>) 3.4.0 / 2018-02-27 ================== **features** * [[`bc7cadb`](http://github.com/node-modules/agentkeepalive/commit/bc7cadb30ecd2071e2b341ac53ae1a2b8155c43d)] - feat: use socket custom freeSocketKeepAliveTimeout first (#59) (fengmk2 <>) **others** * [[`138eda8`](http://github.com/node-modules/agentkeepalive/commit/138eda81e10b632aaa87bea0cb66d8667124c4e8)] - doc: fix `keepAliveMsecs` params description (#55) (Hongcai Deng <>) 3.3.0 / 2017-06-20 ================== * feat: add statusChanged getter (#51) * chore: format License 3.2.0 / 2017-06-10 ================== * feat: add expiring active sockets * test: add node 8 (#49) 3.1.0 / 2017-02-20 ================== * feat: timeout support humanize ms (#48) 3.0.0 / 2016-12-20 ================== * fix: emit agent socket close event * test: add remove excess calls to removeSocket * test: use egg-ci * test: refactor test with eslint rules * feat: merge _http_agent.js from 7.2.1 2.2.0 / 2016-06-26 ================== * feat: Add browser shim (noop) for isomorphic use. (#39) * chore: add security check badge 2.1.1 / 2016-04-06 ================== * https: fix ssl socket leak when keepalive is used * chore: remove circle ci image 2.1.0 / 2016-04-02 ================== * fix: opened sockets number overflow maxSockets 2.0.5 / 2016-03-16 ================== * fix: pick _evictSession to httpsAgent 2.0.4 / 2016-03-13 ================== * test: add Circle ci * test: add appveyor ci build * refactor: make sure only one error listener * chore: use codecov * fix: handle idle socket error * test: run on more node versions 2.0.3 / 2015-08-03 ================== * fix: add default error handler to avoid Unhandled error event throw 2.0.2 / 2015-04-25 ================== * fix: remove socket from freeSockets on 'timeout' (@pmalouin) 2.0.1 / 2015-04-19 ================== * fix: add timeoutSocketCount to getCurrentStatus() * feat(getCurrentStatus): add getCurrentStatus 2.0.0 / 2015-04-01 ================== * fix: socket.destroyed always be undefined on 0.10.x * Make it compatible with node v0.10.x (@lattmann) 1.2.1 / 2015-03-23 ================== * patch from iojs: don't overwrite servername option * patch commits from joyent/node * add max sockets test case * add nagle algorithm delayed link 1.2.0 / 2014-09-02 ================== * allow set keepAliveTimeout = 0 * support timeout on working socket. fixed #6 1.1.0 / 2014-08-28 ================== * add some socket counter for deep monitor 1.0.0 / 2014-08-13 ================== * update _http_agent, only support 0.11+, only support node 0.11.0+ 0.2.2 / 2013-11-19 ================== * support node 0.8 and node 0.10 0.2.1 / 2013-11-08 ================== * fix socket does not timeout bug, it will hang on life, must use 0.2.x on node 0.11 0.2.0 / 2013-11-06 ================== * use keepalive agent on node 0.11+ impl 0.1.5 / 2013-06-24 ================== * support coveralls * add node 0.10 test * add 0.8.22 original https.js * add original http.js module to diff * update jscover * mv pem to fixtures * add https agent usage lib/node_modules/npm/node_modules/http-proxy-agent/History.md000064400000005041152410477170020463 0ustar00 2.1.0 / 2018-03-03 ================== * Add "engines" to package.json * Use `Buffer.from()` * Update package.json - outdated debug version (#7) 2.0.0 / 2017-06-27 ================== * drop support for Node.js < v4 * update "mocha" to v3 * update to "agent-base" v4 * rename http-proxy-agent.js to index.js * remove `extend` dependency * test Node.js 4, 5, 6, 7 and 8 on Travis-CI 1.0.0 / 2015-07-10 ================== * http-proxy-agent: use %o debug() formatter * http-proxy-agent: remove `defaults` merging logic * package: update "agent-base" to v2 * test: add an assert() call * test: use ssl-cert-snakeoil self-signed SSL certs * README: add note about node-https-proxy-agent 0.2.7 / 2015-07-06 ================== * travis: ensure latest npm before testing * travis: test node v0.8, v0.10, and v0.12 * README: use SVG for Travis-CI badge * package: update "extend" to v3 * package: update "mocha" to v2 * package: update "debug" to v2 0.2.6 / 2014-06-11 ================== * package: update "debug" to v1.0.0 0.2.5 / 2014-04-09 ================== * package: update outdated deps 0.2.4 / 2014-01-12 ================== * http-proxy-agent: fix using the agent after the first tick of creating the ClientRequest * http-proxy-agent: use "debug" module * History: fix whitespace 0.2.3 / 2013-11-18 ================== * https-proxy-agent: allow "https" without trailing colon 0.2.2 / 2013-11-16 ================== * http-proxy-agent: delete the `port` if it matches default port * http-proxy-agent: don't mix in the `proxy` opts to the endpoint opts * http-proxy-agent: delete `pathname` from the proxy opts as well 0.2.1 / 2013-10-28 ================== * http-proxy-agent: properly proxy the query-string on request URLs (GH-1) 0.2.0 / 2013-09-16 ================== * http-proxy-agent: update to `agent-base` v1.0.0 API * http-proxy-agent: rename `secure` option to `secureProxy` * http-proxy-agent: default the "port" to 80 if not set * http-proxy-agent: use "extend" module * test: refactor tests * test: add 407 auth test * test: add bad proxy info test * test: add "secureProxy" option tests 0.1.0 / 2013-09-03 ================== * Add initial "Proxy-Authorization" Basic authentication support 0.0.2 / 2013-07-11 ================== * test: make tests pass, ensure valid IP addresses are returned * test: add tests * throw an Error when no proxy info is given * add support for passing options to net/tls .connect() 0.0.1 / 2013-07-09 ================== * Initial release