backoffice/node_modules/proxy-addr/package.json

78 lines
1.9 KiB
JSON

{
"_args": [
[
"proxy-addr@1.1.4",
"C:\\wamp64\\www\\ilink"
]
],
"_development": true,
"_from": "proxy-addr@1.1.4",
"_id": "proxy-addr@1.1.4",
"_inBundle": false,
"_integrity": "sha1-J+VF9pYKRKYn2bREZ+NcG2tM4vM=",
"_location": "/proxy-addr",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "proxy-addr@1.1.4",
"name": "proxy-addr",
"escapedName": "proxy-addr",
"rawSpec": "1.1.4",
"saveSpec": null,
"fetchSpec": "1.1.4"
},
"_requiredBy": [
"/express"
],
"_resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-1.1.4.tgz",
"_spec": "1.1.4",
"_where": "C:\\wamp64\\www\\ilink",
"author": {
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
"bugs": {
"url": "https://github.com/jshttp/proxy-addr/issues"
},
"dependencies": {
"forwarded": "~0.1.0",
"ipaddr.js": "1.3.0"
},
"description": "Determine address of proxied request",
"devDependencies": {
"beautify-benchmark": "0.2.4",
"benchmark": "2.1.3",
"istanbul": "0.4.5",
"mocha": "~1.21.5"
},
"engines": {
"node": ">= 0.6"
},
"files": [
"LICENSE",
"HISTORY.md",
"README.md",
"index.js"
],
"homepage": "https://github.com/jshttp/proxy-addr#readme",
"keywords": [
"ip",
"proxy",
"x-forwarded-for"
],
"license": "MIT",
"name": "proxy-addr",
"repository": {
"type": "git",
"url": "git+https://github.com/jshttp/proxy-addr.git"
},
"scripts": {
"bench": "node benchmark/index.js",
"test": "mocha --reporter spec --bail --check-leaks test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
},
"version": "1.1.4"
}