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

22 lines
396 B
Plaintext

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