{
  "_from": "croner@^10.0.1",
  "_id": "croner@10.0.1",
  "_inBundle": false,
  "_integrity": "sha512-ixNtAJndqh173VQ4KodSdJEI6nuioBWI0V1ITNKhZZsO0pEMoDxz539T4FTTbSZ/xIOSuDnzxLVRqBVSvPNE2g==",
  "_location": "/croner",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "croner@^10.0.1",
    "name": "croner",
    "escapedName": "croner",
    "rawSpec": "^10.0.1",
    "saveSpec": null,
    "fetchSpec": "^10.0.1"
  },
  "_requiredBy": [
    "/nitropack"
  ],
  "_resolved": "https://registry.npmjs.org/croner/-/croner-10.0.1.tgz",
  "_shasum": "4eb92806c99539146dbe2f3ee3907e319cb2847a",
  "_spec": "croner@^10.0.1",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/nitropack",
  "author": {
    "name": "Hexagon",
    "email": "github.com/hexagon"
  },
  "browser": "./dist/croner.umd.js",
  "bugs": {
    "url": "https://github.com/hexagon/croner/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Pehr Boman",
      "email": "github.com/unkelpehr"
    }
  ],
  "deprecated": false,
  "description": "Trigger functions and/or evaluate cron expressions in JavaScript. No dependencies. Most features. All environments.",
  "engines": {
    "node": ">=18.0"
  },
  "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"
    }
  },
  "files": [
    "dist/*.js",
    "dist/*.cjs",
    "dist/*.d.ts",
    "dist/*.d.cts"
  ],
  "funding": [
    {
      "type": "other",
      "url": "https://paypal.me/hexagonpp"
    },
    {
      "type": "github",
      "url": "https://github.com/sponsors/hexagon"
    }
  ],
  "homepage": "https://croner.56k.guru",
  "keywords": [
    "cron",
    "front-end",
    "backend",
    "parser",
    "croner",
    "schedule",
    "scheduler",
    "timer",
    "task",
    "job",
    "isomorphic",
    "crontab"
  ],
  "license": "MIT",
  "main": "./dist/croner.cjs",
  "module": "./dist/croner.js",
  "name": "croner",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hexagon/croner.git"
  },
  "type": "module",
  "types": "./dist/croner.d.ts",
  "version": "10.0.1"
}
