Files
klz-cables.com/.pnpm-store/v10/files/d3/54b8912a1524e1bcb5658da3d13045ea78a77e4713e12558aede14240464658af5e2fa06108d6a8d7fb8713ed0aeb643d811556ac2ee148d14da4c36661410
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

27 lines
479 B
Plaintext

{
"name": "to-no-case",
"version": "1.0.2",
"description": "Remove any existing casing from a string.",
"repository": "git://github.com/ianstormtaylor/to-no-case.git",
"license": "MIT",
"devDependencies": {
"mocha": "^2.3.4"
},
"keywords": [
"camel",
"camelcase",
"case",
"pascal",
"pascalcase",
"sentence",
"sentencecase",
"slug",
"slugcase",
"snake",
"snakecase",
"string",
"title",
"titlecase"
]
}