| Current Path : /etc/kibana/node_modules/forwarded-parse/ |
| Current File : //etc/kibana/node_modules/forwarded-parse/package.json |
{
"name": "forwarded-parse",
"version": "2.1.0",
"description": "Parse the Forwarded header (RFC 7239) into an array of objects",
"keywords": [
"forwarded",
"RFC-7239",
"rfc-7239",
"RFC7239",
"rfc7239",
"header",
"parser",
"7239",
"RFC",
"rfc"
],
"homepage": "https://github.com/lpinca/forwarded-parse",
"bugs": "https://github.com/lpinca/forwarded-parse/issues",
"license": "MIT",
"author": "Luigi Pinca",
"files": [
"lib",
"index.js"
],
"main": "index.js",
"repository": "lpinca/forwarded-parse",
"scripts": {
"test-travis": "istanbul cover tape --report lcovonly -- test.js",
"coverage": "istanbul cover tape -- test.js",
"test": "tape test.js"
},
"devDependencies": {
"istanbul": "0.4.x",
"pre-commit": "1.2.x",
"tape": "4.8.x"
}
}