[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "proxy-addr@2.0.7",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
[6a3a178] | 7 | ],
|
---|
[59329aa] | 8 | "_development": true,
|
---|
| 9 | "_from": "proxy-addr@2.0.7",
|
---|
| 10 | "_id": "proxy-addr@2.0.7",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
|
---|
| 13 | "_location": "/proxy-addr",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "proxy-addr@2.0.7",
|
---|
| 19 | "name": "proxy-addr",
|
---|
| 20 | "escapedName": "proxy-addr",
|
---|
| 21 | "rawSpec": "2.0.7",
|
---|
| 22 | "saveSpec": null,
|
---|
| 23 | "fetchSpec": "2.0.7"
|
---|
| 24 | },
|
---|
| 25 | "_requiredBy": [
|
---|
| 26 | "/express"
|
---|
| 27 | ],
|
---|
| 28 | "_resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
|
---|
| 29 | "_spec": "2.0.7",
|
---|
| 30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
| 31 | "author": {
|
---|
| 32 | "name": "Douglas Christopher Wilson",
|
---|
| 33 | "email": "doug@somethingdoug.com"
|
---|
| 34 | },
|
---|
| 35 | "bugs": {
|
---|
| 36 | "url": "https://github.com/jshttp/proxy-addr/issues"
|
---|
| 37 | },
|
---|
[6a3a178] | 38 | "dependencies": {
|
---|
| 39 | "forwarded": "0.2.0",
|
---|
| 40 | "ipaddr.js": "1.9.1"
|
---|
| 41 | },
|
---|
[59329aa] | 42 | "description": "Determine address of proxied request",
|
---|
[6a3a178] | 43 | "devDependencies": {
|
---|
| 44 | "beautify-benchmark": "0.2.4",
|
---|
[59329aa] | 45 | "benchmark": "2.1.4",
|
---|
[6a3a178] | 46 | "deep-equal": "1.0.1",
|
---|
| 47 | "eslint": "7.26.0",
|
---|
| 48 | "eslint-config-standard": "14.1.1",
|
---|
| 49 | "eslint-plugin-import": "2.23.4",
|
---|
| 50 | "eslint-plugin-markdown": "2.2.0",
|
---|
| 51 | "eslint-plugin-node": "11.1.0",
|
---|
| 52 | "eslint-plugin-promise": "4.3.1",
|
---|
| 53 | "eslint-plugin-standard": "4.1.0",
|
---|
| 54 | "mocha": "8.4.0",
|
---|
| 55 | "nyc": "15.1.0"
|
---|
| 56 | },
|
---|
[59329aa] | 57 | "engines": {
|
---|
| 58 | "node": ">= 0.10"
|
---|
| 59 | },
|
---|
[6a3a178] | 60 | "files": [
|
---|
| 61 | "LICENSE",
|
---|
| 62 | "HISTORY.md",
|
---|
| 63 | "README.md",
|
---|
| 64 | "index.js"
|
---|
| 65 | ],
|
---|
[59329aa] | 66 | "homepage": "https://github.com/jshttp/proxy-addr#readme",
|
---|
| 67 | "keywords": [
|
---|
| 68 | "ip",
|
---|
| 69 | "proxy",
|
---|
| 70 | "x-forwarded-for"
|
---|
| 71 | ],
|
---|
| 72 | "license": "MIT",
|
---|
| 73 | "name": "proxy-addr",
|
---|
| 74 | "repository": {
|
---|
| 75 | "type": "git",
|
---|
| 76 | "url": "git+https://github.com/jshttp/proxy-addr.git"
|
---|
[6a3a178] | 77 | },
|
---|
| 78 | "scripts": {
|
---|
| 79 | "bench": "node benchmark/index.js",
|
---|
| 80 | "lint": "eslint .",
|
---|
| 81 | "test": "mocha --reporter spec --bail --check-leaks test/",
|
---|
| 82 | "test-ci": "nyc --reporter=lcov --reporter=text npm test",
|
---|
| 83 | "test-cov": "nyc --reporter=html --reporter=text npm test"
|
---|
[59329aa] | 84 | },
|
---|
| 85 | "version": "2.0.7"
|
---|
[6a3a178] | 86 | }
|
---|