Files
klz-cables.com/.pnpm-store/v10/files/f1/d026f2c5eec6b3716b491a4690d4aa7e88da8c2aa3ecef4725ac23d179389a9335f3397da7a17b4e58d2022fada5eb524292e679c49b1bbc3be89dc6f20337
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

20 lines
374 B
Plaintext

{
"name": "to-snake-case",
"version": "1.0.0",
"description": "Convert a string to snake case.",
"repository": "git://github.com/ianstormtaylor/to-snake-case.git",
"license": "MIT",
"dependencies": {
"to-space-case": "^1.0.0"
},
"devDependencies": {
"mocha": "^2.3.4"
},
"keywords": [
"snake",
"case",
"snakecase",
"string"
]
}