mirror of
https://github.com/Raghu-Ch/nodeRestAPI.git
synced 2026-02-11 05:03:02 -05:00
initial commit
This commit is contained in:
108
node_modules/proxy-addr/package.json
generated
vendored
Normal file
108
node_modules/proxy-addr/package.json
generated
vendored
Normal file
@@ -0,0 +1,108 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
{
|
||||
"raw": "proxy-addr@~1.1.3",
|
||||
"scope": null,
|
||||
"escapedName": "proxy-addr",
|
||||
"name": "proxy-addr",
|
||||
"rawSpec": "~1.1.3",
|
||||
"spec": ">=1.1.3 <1.2.0",
|
||||
"type": "range"
|
||||
},
|
||||
"C:\\Users\\chvra\\Documents\\angular-play\\nodeRest\\node_modules\\express"
|
||||
]
|
||||
],
|
||||
"_from": "proxy-addr@>=1.1.3 <1.2.0",
|
||||
"_id": "proxy-addr@1.1.4",
|
||||
"_inCache": true,
|
||||
"_location": "/proxy-addr",
|
||||
"_nodeVersion": "4.7.3",
|
||||
"_npmOperationalInternal": {
|
||||
"host": "packages-12-west.internal.npmjs.com",
|
||||
"tmp": "tmp/proxy-addr-1.1.4.tgz_1490396252699_0.9566438721958548"
|
||||
},
|
||||
"_npmUser": {
|
||||
"name": "dougwilson",
|
||||
"email": "doug@somethingdoug.com"
|
||||
},
|
||||
"_npmVersion": "2.15.11",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"raw": "proxy-addr@~1.1.3",
|
||||
"scope": null,
|
||||
"escapedName": "proxy-addr",
|
||||
"name": "proxy-addr",
|
||||
"rawSpec": "~1.1.3",
|
||||
"spec": ">=1.1.3 <1.2.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/express"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-1.1.4.tgz",
|
||||
"_shasum": "27e545f6960a44a627d9b44467e35c1b6b4ce2f3",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "proxy-addr@~1.1.3",
|
||||
"_where": "C:\\Users\\chvra\\Documents\\angular-play\\nodeRest\\node_modules\\express",
|
||||
"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"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "27e545f6960a44a627d9b44467e35c1b6b4ce2f3",
|
||||
"tarball": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-1.1.4.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.6"
|
||||
},
|
||||
"files": [
|
||||
"LICENSE",
|
||||
"HISTORY.md",
|
||||
"README.md",
|
||||
"index.js"
|
||||
],
|
||||
"gitHead": "4c636264c036d9825e8a3cf50555a272e3246fe6",
|
||||
"homepage": "https://github.com/jshttp/proxy-addr#readme",
|
||||
"keywords": [
|
||||
"ip",
|
||||
"proxy",
|
||||
"x-forwarded-for"
|
||||
],
|
||||
"license": "MIT",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "dougwilson",
|
||||
"email": "doug@somethingdoug.com"
|
||||
}
|
||||
],
|
||||
"name": "proxy-addr",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user