updated npm modules
This commit is contained in:
5
node_modules/proxy-addr/HISTORY.md
generated
vendored
5
node_modules/proxy-addr/HISTORY.md
generated
vendored
@@ -1,3 +1,8 @@
|
||||
2.0.5 / 2019-04-16
|
||||
==================
|
||||
|
||||
* deps: ipaddr.js@1.9.0
|
||||
|
||||
2.0.4 / 2018-07-26
|
||||
==================
|
||||
|
||||
|
||||
23
node_modules/proxy-addr/README.md
generated
vendored
23
node_modules/proxy-addr/README.md
generated
vendored
@@ -1,8 +1,8 @@
|
||||
# proxy-addr
|
||||
|
||||
[![NPM Version][npm-image]][npm-url]
|
||||
[![NPM Downloads][downloads-image]][downloads-url]
|
||||
[![Node.js Version][node-version-image]][node-version-url]
|
||||
[![NPM Version][npm-version-image]][npm-url]
|
||||
[![NPM Downloads][npm-downloads-image]][npm-url]
|
||||
[![Node.js Version][node-image]][node-url]
|
||||
[![Build Status][travis-image]][travis-url]
|
||||
[![Test Coverage][coveralls-image]][coveralls-url]
|
||||
|
||||
@@ -144,13 +144,12 @@ $ npm run-script bench
|
||||
|
||||
[MIT](LICENSE)
|
||||
|
||||
[npm-image]: https://img.shields.io/npm/v/proxy-addr.svg
|
||||
[npm-url]: https://npmjs.org/package/proxy-addr
|
||||
[node-version-image]: https://img.shields.io/node/v/proxy-addr.svg
|
||||
[node-version-url]: https://nodejs.org/en/download/
|
||||
[travis-image]: https://img.shields.io/travis/jshttp/proxy-addr/master.svg
|
||||
[travis-url]: https://travis-ci.org/jshttp/proxy-addr
|
||||
[coveralls-image]: https://img.shields.io/coveralls/jshttp/proxy-addr/master.svg
|
||||
[coveralls-image]: https://badgen.net/coveralls/c/github/jshttp/proxy-addr/master
|
||||
[coveralls-url]: https://coveralls.io/r/jshttp/proxy-addr?branch=master
|
||||
[downloads-image]: https://img.shields.io/npm/dm/proxy-addr.svg
|
||||
[downloads-url]: https://npmjs.org/package/proxy-addr
|
||||
[node-image]: https://badgen.net/npm/node/proxy-addr
|
||||
[node-url]: https://nodejs.org/en/download
|
||||
[npm-downloads-image]: https://badgen.net/npm/dm/proxy-addr
|
||||
[npm-url]: https://npmjs.org/package/proxy-addr
|
||||
[npm-version-image]: https://badgen.net/npm/v/proxy-addr
|
||||
[travis-image]: https://badgen.net/travis/jshttp/proxy-addr/master
|
||||
[travis-url]: https://travis-ci.org/jshttp/proxy-addr
|
||||
|
||||
41
node_modules/proxy-addr/package.json
generated
vendored
41
node_modules/proxy-addr/package.json
generated
vendored
@@ -1,26 +1,26 @@
|
||||
{
|
||||
"_from": "proxy-addr@~2.0.4",
|
||||
"_id": "proxy-addr@2.0.4",
|
||||
"_from": "proxy-addr@~2.0.5",
|
||||
"_id": "proxy-addr@2.0.5",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-5erio2h9jp5CHGwcybmxmVqHmnCBZeewlfJ0pex+UW7Qny7OOZXTtH56TGNyBizkgiOwhJtMKrVzDTeKcySZwA==",
|
||||
"_integrity": "sha512-t/7RxHXPH6cJtP0pRG6smSr9QJidhB+3kXu0KgXnbGYMgzEnUxRQ4/LDdfOwZEMyIh3/xHb8PX3t+lfL9z+YVQ==",
|
||||
"_location": "/proxy-addr",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "proxy-addr@~2.0.4",
|
||||
"raw": "proxy-addr@~2.0.5",
|
||||
"name": "proxy-addr",
|
||||
"escapedName": "proxy-addr",
|
||||
"rawSpec": "~2.0.4",
|
||||
"rawSpec": "~2.0.5",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "~2.0.4"
|
||||
"fetchSpec": "~2.0.5"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/express"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.4.tgz",
|
||||
"_shasum": "ecfc733bf22ff8c6f407fa275327b9ab67e48b93",
|
||||
"_spec": "proxy-addr@~2.0.4",
|
||||
"_resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.5.tgz",
|
||||
"_shasum": "34cbd64a2d81f4b1fd21e76f9f06c8a45299ee34",
|
||||
"_spec": "proxy-addr@~2.0.5",
|
||||
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\express",
|
||||
"author": {
|
||||
"name": "Douglas Christopher Wilson",
|
||||
@@ -32,22 +32,23 @@
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"forwarded": "~0.1.2",
|
||||
"ipaddr.js": "1.8.0"
|
||||
"ipaddr.js": "1.9.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Determine address of proxied request",
|
||||
"devDependencies": {
|
||||
"beautify-benchmark": "0.2.4",
|
||||
"benchmark": "2.1.4",
|
||||
"eslint": "4.19.1",
|
||||
"eslint-config-standard": "11.0.0",
|
||||
"eslint-plugin-import": "2.13.0",
|
||||
"eslint-plugin-markdown": "1.0.0-beta.6",
|
||||
"eslint-plugin-node": "6.0.1",
|
||||
"eslint-plugin-promise": "3.8.0",
|
||||
"eslint-plugin-standard": "3.1.0",
|
||||
"mocha": "3.5.3",
|
||||
"nyc": "10.3.2"
|
||||
"deep-equal": "1.0.1",
|
||||
"eslint": "5.16.0",
|
||||
"eslint-config-standard": "12.0.0",
|
||||
"eslint-plugin-import": "2.17.1",
|
||||
"eslint-plugin-markdown": "1.0.0",
|
||||
"eslint-plugin-node": "8.0.1",
|
||||
"eslint-plugin-promise": "4.1.1",
|
||||
"eslint-plugin-standard": "4.0.0",
|
||||
"mocha": "6.1.3",
|
||||
"nyc": "13.3.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.10"
|
||||
@@ -77,5 +78,5 @@
|
||||
"test-cov": "nyc --reporter=text npm test",
|
||||
"test-travis": "nyc --reporter=html --reporter=text npm test"
|
||||
},
|
||||
"version": "2.0.4"
|
||||
"version": "2.0.5"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user