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

39 lines
878 B
Plaintext

{
"name": "bson-objectid",
"version": "2.0.4",
"description": "Construct ObjectIDs without the mongodb driver or bson module",
"main": "objectid.js",
"types": "./objectid.d.ts",
"directories": {
"test": "test"
},
"scripts": {
"typescript-test": "tsc --project typing-tests",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/williamkapke/bson-objectid.git"
},
"keywords": [
"ObjectID",
"mongo",
"mongodb",
"bson",
"createFromHexString",
"hex"
],
"author": "William Kapke",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/williamkapke/bson-objectid/issues"
},
"homepage": "https://github.com/williamkapke/bson-objectid",
"devDependencies": {
"@types/node": "^8.0.31",
"mocha": "^5.2.0",
"should": "^4.1.0",
"typescript": "^4.6.2"
}
}