Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
37 lines
771 B
Plaintext
37 lines
771 B
Plaintext
{
|
|
"name": "forwarded-parse",
|
|
"version": "2.1.2",
|
|
"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",
|
|
"index.d.ts"
|
|
],
|
|
"main": "index.js",
|
|
"repository": "lpinca/forwarded-parse",
|
|
"scripts": {
|
|
"test": "c8 --reporter=lcov --reporter=text tape test.js"
|
|
},
|
|
"devDependencies": {
|
|
"c8": "^7.3.0",
|
|
"pre-commit": "^1.2.2",
|
|
"tape": "^5.0.1"
|
|
}
|
|
}
|