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

63 lines
1.3 KiB
Plaintext

{
"name": "croner",
"description": "Trigger functions and/or evaluate cron expressions in JavaScript. No dependencies. Most features. All environments.",
"author": "Hexagon <github.com/hexagon>",
"homepage": "https://croner.56k.guru",
"contributors": [
{
"name": "Pehr Boman",
"email": "github.com/unkelpehr"
}
],
"repository": {
"type": "git",
"url": "https://github.com/hexagon/croner"
},
"bugs": {
"url": "https://github.com/hexagon/croner/issues"
},
"files": [
"dist/*.js",
"dist/*.cjs",
"dist/*.d.ts",
"dist/*.d.cts"
],
"engines": {
"node": ">=18.0"
},
"keywords": [
"cron",
"front-end",
"backend",
"parser",
"croner",
"schedule",
"scheduler",
"timer",
"task",
"job",
"isomorphic",
"crontab"
],
"type": "module",
"main": "./dist/croner.cjs",
"browser": "./dist/croner.umd.js",
"module": "./dist/croner.js",
"types": "./dist/croner.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"import": {
"types": "./dist/croner.d.ts",
"default": "./dist/croner.js"
},
"require": {
"types": "./dist/croner.d.cts",
"default": "./dist/croner.cjs"
},
"browser": "./dist/croner.umd.js"
}
},
"license": "MIT",
"version": "9.1.0"
}