Files
klz-cables.com/.pnpm-store/v10/files/76/353cfffef07cec17e01f65a64beae0481d3bf573a6f1dc935f9e7aa45245e0c7ffa572b356cf7533286e97d792bc99d461e08589c87ff3b1d4c55aae62ab69
Marc Mintel 5397309103
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
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

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"
}
}