123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- {
- "_args": [
- [
- "proxy-addr@2.0.5",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "proxy-addr@2.0.5",
- "_id": "proxy-addr@2.0.5",
- "_inBundle": false,
- "_integrity": "sha1-NMvWSi2B9LH9IedvnwbIpFKZ7jQ=",
- "_location": "/proxy-addr",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "proxy-addr@2.0.5",
- "name": "proxy-addr",
- "escapedName": "proxy-addr",
- "rawSpec": "2.0.5",
- "saveSpec": null,
- "fetchSpec": "2.0.5"
- },
- "_requiredBy": [
- "/express"
- ],
- "_resolved": "https://registry.npm.taobao.org/proxy-addr/download/proxy-addr-2.0.5.tgz",
- "_spec": "2.0.5",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "author": {
- "name": "Douglas Christopher Wilson",
- "email": "doug@somethingdoug.com"
- },
- "bugs": {
- "url": "https://github.com/jshttp/proxy-addr/issues"
- },
- "dependencies": {
- "forwarded": "~0.1.2",
- "ipaddr.js": "1.9.0"
- },
- "description": "Determine address of proxied request",
- "devDependencies": {
- "beautify-benchmark": "0.2.4",
- "benchmark": "2.1.4",
- "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"
- },
- "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",
- "lint": "eslint --plugin markdown --ext js,md .",
- "test": "mocha --reporter spec --bail --check-leaks test/",
- "test-cov": "nyc --reporter=text npm test",
- "test-travis": "nyc --reporter=html --reporter=text npm test"
- },
- "version": "2.0.5"
- }
|