Files
klz-cables.com/.pnpm-store/v10/files/ad/19aa84d25b308dfa59f259b6e1b564dcc78a9ed00ea426108bcea5dc2b01d06698e5412d6552cd33d995ee6c93019e631207e1ee6f690b6deb7510005cd151
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

31 lines
704 B
Plaintext

{
"name": "truncate-utf8-bytes",
"version": "1.0.2",
"description": "Truncate string to given length in bytes",
"main": "index.js",
"browser": "browser.js",
"scripts": {
"test": "tape test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/parshap/truncate-utf8-bytes.git"
},
"keywords": [
"truncate",
"utf8"
],
"author": "Carl Xiong <xiongc05@gmail.com>",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/parshap/truncate-utf8-bytes/issues"
},
"homepage": "https://github.com/parshap/truncate-utf8-bytes#readme",
"devDependencies": {
"tape": "^4.2.2"
},
"dependencies": {
"utf8-byte-length": "^1.0.1"
}
}