{ "_from": "request-ip@~3.3.0", "_id": "request-ip@3.3.0", "_inBundle": false, "_integrity": "sha512-cA6Xh6e0fDBBBwH77SLJaJPBmD3nWVAcF9/XAcsrIHdjhFzFiB5aNQFytdjCGPezU3ROwrR11IddKAM08vohxA==", "_location": "/request-ip", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "request-ip@~3.3.0", "name": "request-ip", "escapedName": "request-ip", "rawSpec": "~3.3.0", "saveSpec": null, "fetchSpec": "~3.3.0" }, "_requiredBy": [ "/rollbar" ], "_resolved": "https://registry.npmmirror.com/request-ip/-/request-ip-3.3.0.tgz", "_shasum": "863451e8fec03847d44f223e30a5d63e369fa611", "_spec": "request-ip@~3.3.0", "_where": "/data/jenkins/workspace/front-v5-web/node_modules/rollbar", "author": { "name": "Petar Bojinov", "email": "petarbojinov+github@gmail.com" }, "bugs": { "url": "https://github.com/pbojinov/request-ip/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Jon Peck", "email": "jpeck@fluxsauce.com" } ], "deprecated": false, "description": "A small Node.js module to retrieve the request's IP address", "devDependencies": { "@babel/cli": "^7.0.0", "@babel/core": "^7.0.0", "@babel/preset-env": "^7.0.0", "@shopify/eslint-plugin": "^41.3.0", "@shopify/prettier-config": "^1.1.2", "coveralls": "^3.0.2", "eslint": "^8.16.0", "nyc": "^13.1.0", "request": "^2.54.0", "tap-spec": "^5.0.0", "tape": "^4.9.1" }, "files": [ "lib" ], "homepage": "https://github.com/pbojinov/request-ip", "keywords": [ "request ip", "ip", "address", "request", "proxy", "client", "header", "X-Client-IP", "X-Forwarded-For", "CF-Connecting-IP", "Fastly-Client-IP", "True-Client-IP", "X-Real-IP", "X-Cluster-Client-IP", "X-Forwarded", "Forwarded-For", "connection.remoteAddress", "connection.socket.remoteAddress", "req.info.remoteAddress", "middleware", "ipv4", "ipv6", "fastify", "x-appengine-user-ip", "cloudflare", "Cf-Pseudo-IPv4" ], "license": "MIT", "main": "./lib/index.js", "name": "request-ip", "prettier": "@shopify/prettier-config", "repository": { "type": "git", "url": "git+https://github.com/pbojinov/request-ip.git" }, "scripts": { "build": "babel src --out-dir lib", "changelog": "github_changelog_generator -u pbojinov -p request-ip", "coverage": "nyc report --reporter=text-lcov | coveralls", "test": "nyc --reporter=html --reporter=text --check-coverage --lines=100 --statements=100 tape ./test/*.js" }, "version": "3.3.0" }