package.json 1.93 KB
{
  "_from": "proxy-addr@~1.1.5",
  "_id": "proxy-addr@1.1.5",
  "_inBundle": false,
  "_integrity": "sha1-ccDuOxAt4/IC87ZPYI0XP8uhqRg=",
  "_location": "/proxy-addr",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "proxy-addr@~1.1.5",
    "name": "proxy-addr",
    "escapedName": "proxy-addr",
    "rawSpec": "~1.1.5",
    "saveSpec": null,
    "fetchSpec": "~1.1.5"
  },
  "_requiredBy": [
    "/express"
  ],
  "_resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-1.1.5.tgz",
  "_shasum": "71c0ee3b102de3f202f3b64f608d173fcba1a918",
  "_spec": "proxy-addr@~1.1.5",
  "_where": "C:\\Users\\지윤\\project_opensource\\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.4.0"
  },
  "deprecated": false,
  "description": "Determine address of proxied request",
  "devDependencies": {
    "beautify-benchmark": "0.2.4",
    "benchmark": "2.1.4",
    "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.5"
}