12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- {
- "_from": "proxy-addr@~1.0.10",
- "_id": "proxy-addr@1.0.10",
- "_inBundle": false,
- "_integrity": "sha1-DUCoL4Afw1VWfS7LZe/j8HfxIcU=",
- "_location": "/proxy-addr",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "proxy-addr@~1.0.10",
- "name": "proxy-addr",
- "escapedName": "proxy-addr",
- "rawSpec": "~1.0.10",
- "saveSpec": null,
- "fetchSpec": "~1.0.10"
- },
- "_requiredBy": [
- "/express"
- ],
- "_resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-1.0.10.tgz",
- "_shasum": "0d40a82f801fc355567d2ecb65efe3f077f121c5",
- "_spec": "proxy-addr@~1.0.10",
- "_where": "C:\\socket\\chatroom-myclient\\node_modules\\express",
- "author": {
- "name": "Douglas Christopher Wilson",
- "email": "doug@somethingdoug.com"
- },
- "bugs": {
- "url": "https://github.com/jshttp/proxy-addr/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "forwarded": "~0.1.0",
- "ipaddr.js": "1.0.5"
- },
- "deprecated": false,
- "description": "Determine address of proxied request",
- "devDependencies": {
- "beautify-benchmark": "0.2.4",
- "benchmark": "1.0.0",
- "istanbul": "0.4.1",
- "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.0.10"
- }
|