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