Files
klz-cables.com/.pnpm-store/v10/files/7d/499de80191f1173d68ac3015aec85d1c8d8bd15ea8c9e85e22b32e23d60358e52d6c16c93b50d227ba1da46a7a7613ac62beed14967fd181207eebed04b637
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
805 B
Plaintext

{
"name": "sanitize-filename",
"version": "1.6.3",
"description": "Sanitize a string for use as a filename",
"keywords": [
"file",
"name",
"filename",
"sanitize",
"validate",
"escape"
],
"license": "WTFPL OR ISC",
"author": "Parsha Pourkhomami",
"main": "index.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "git@github.com:parshap/node-sanitize-filename.git"
},
"scripts": {
"test": "tape test.js",
"test-browser": "airtap --local --open -- test.js",
"test-browser-sauce": "airtap -- test.js"
},
"dependencies": {
"truncate-utf8-bytes": "^1.0.0"
},
"devDependencies": {
"airtap": "^2.0.3",
"browserify": "^14.0.0",
"concat-stream": "^1.5.1",
"mktemp": "^0.4.0",
"tape": "^4.2.2"
}
}