source: trip-planner-front/node_modules/proxy-addr/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.2 KB
Line 
1{
2 "_args": [
3 [
4 "proxy-addr@2.0.7",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
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 },
38 "dependencies": {
39 "forwarded": "0.2.0",
40 "ipaddr.js": "1.9.1"
41 },
42 "description": "Determine address of proxied request",
43 "devDependencies": {
44 "beautify-benchmark": "0.2.4",
45 "benchmark": "2.1.4",
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 },
57 "engines": {
58 "node": ">= 0.10"
59 },
60 "files": [
61 "LICENSE",
62 "HISTORY.md",
63 "README.md",
64 "index.js"
65 ],
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"
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"
84 },
85 "version": "2.0.7"
86}
Note: See TracBrowser for help on using the repository browser.