123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- {
- "_args": [
- [
- {
- "raw": "proxy-addr@~2.0.3",
- "scope": null,
- "escapedName": "proxy-addr",
- "name": "proxy-addr",
- "rawSpec": "~2.0.3",
- "spec": ">=2.0.3 <2.1.0",
- "type": "range"
- },
- "/Users/tennesseeg/blueCoin/node_modules/express"
- ]
- ],
- "_from": "proxy-addr@>=2.0.3 <2.1.0",
- "_id": "proxy-addr@2.0.3",
- "_inCache": true,
- "_location": "/proxy-addr",
- "_nodeVersion": "6.13.0",
- "_npmOperationalInternal": {
- "host": "s3://npm-registry-packages",
- "tmp": "tmp/proxy-addr_2.0.3_1519101976942_0.28350766039209363"
- },
- "_npmUser": {
- "name": "dougwilson",
- "email": "doug@somethingdoug.com"
- },
- "_npmVersion": "5.6.0",
- "_phantomChildren": {},
- "_requested": {
- "raw": "proxy-addr@~2.0.3",
- "scope": null,
- "escapedName": "proxy-addr",
- "name": "proxy-addr",
- "rawSpec": "~2.0.3",
- "spec": ">=2.0.3 <2.1.0",
- "type": "range"
- },
- "_requiredBy": [
- "/express"
- ],
- "_resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.3.tgz",
- "_shasum": "355f262505a621646b3130a728eb647e22055341",
- "_shrinkwrap": null,
- "_spec": "proxy-addr@~2.0.3",
- "_where": "/Users/tennesseeg/blueCoin/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.2",
- "ipaddr.js": "1.6.0"
- },
- "description": "Determine address of proxied request",
- "devDependencies": {
- "beautify-benchmark": "0.2.4",
- "benchmark": "2.1.4",
- "eslint": "4.18.0",
- "eslint-config-standard": "11.0.0",
- "eslint-plugin-import": "2.8.0",
- "eslint-plugin-markdown": "1.0.0-beta.6",
- "eslint-plugin-node": "6.0.0",
- "eslint-plugin-promise": "3.6.0",
- "eslint-plugin-standard": "3.0.1",
- "mocha": "3.5.3",
- "nyc": "10.3.2"
- },
- "directories": {},
- "dist": {
- "integrity": "sha512-jQTChiCJteusULxjBp8+jftSQE5Obdl3k4cnmLA6WXtK6XFuWRnvVL7aCiBqaLPM8c4ph0S4tKna8XvmIwEnXQ==",
- "shasum": "355f262505a621646b3130a728eb647e22055341",
- "tarball": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.3.tgz",
- "fileCount": 5,
- "unpackedSize": 15421
- },
- "engines": {
- "node": ">= 0.10"
- },
- "files": [
- "LICENSE",
- "HISTORY.md",
- "README.md",
- "index.js"
- ],
- "gitHead": "d841ab7a2150963793ad2dc121df014f426f2964",
- "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",
- "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.3"
- }
|