Website Structure
This commit is contained in:
parent
62812f2090
commit
71f0676a62
22365 changed files with 4265753 additions and 791 deletions
63
Frontend-Learner/node_modules/croner/package.json
generated
vendored
Normal file
63
Frontend-Learner/node_modules/croner/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue