UNPKG

3.71 kBJSONView Raw
1{
2 "name": "bree",
3 "description": "The best job scheduler for Node.js and JavaScript with cron, dates, ms, later, and human-friendly support. Works in Node v12.17.0+, uses worker threads to spawn sandboxed processes, and supports async/await, retries, throttling, concurrency, and cancelable promises (graceful shutdown). Simple, fast, and lightweight. Made for Forward Email and Lad.",
4 "version": "9.2.3",
5 "author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)",
6 "bugs": {
7 "url": "https://github.com/breejs/bree/issues",
8 "email": "niftylettuce@gmail.com"
9 },
10 "contributors": [
11 "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)",
12 "shadowgate15 (https://github.com/shadowgate15)"
13 ],
14 "dependencies": {
15 "@breejs/later": "^4.2.0",
16 "boolean": "^3.2.0",
17 "combine-errors": "^3.0.3",
18 "cron-validate": "^1.4.5",
19 "human-interval": "^2.0.1",
20 "is-string-and-not-blank": "^0.0.2",
21 "is-valid-path": "^0.1.1",
22 "ms": "^2.1.3",
23 "p-wait-for": "3",
24 "safe-timers": "^1.1.0"
25 },
26 "devDependencies": {
27 "@commitlint/cli": "^19.3.0",
28 "@commitlint/config-conventional": "^19.2.2",
29 "@goto-bus-stop/envify": "^5.0.0",
30 "@sinonjs/fake-timers": "^11.2.2",
31 "@types/node": "^20.12.7",
32 "@types/safe-timers": "^1.1.2",
33 "@typescript-eslint/eslint-plugin": "6.21.0",
34 "@typescript-eslint/parser": "6.21.0",
35 "ava": "^5.3.1",
36 "cross-env": "^7.0.3",
37 "delay": "5",
38 "eslint": "8.39.0",
39 "eslint-config-xo-lass": "^2.0.1",
40 "events.once": "^2.0.2",
41 "fixpack": "^4.0.0",
42 "husky": "^9.0.11",
43 "into-stream": "7",
44 "lint-staged": "^15.2.2",
45 "nyc": "^15.1.0",
46 "remark-cli": "11",
47 "remark-preset-github": "^4.0.4",
48 "tsd": "^0.31.0",
49 "xo": "0.54"
50 },
51 "engines": {
52 "node": ">=12.17.0 <13.0.0-0||>=13.2.0"
53 },
54 "files": [
55 "src"
56 ],
57 "homepage": "https://github.com/breejs/bree",
58 "keywords": [
59 "agenda",
60 "async",
61 "await",
62 "bee",
63 "bree",
64 "bull",
65 "callback",
66 "cancel",
67 "cancelable",
68 "child",
69 "clear",
70 "cron",
71 "cronjob",
72 "crontab",
73 "date",
74 "dates",
75 "day",
76 "dayjs",
77 "delay",
78 "english",
79 "express",
80 "expression",
81 "frequencies",
82 "frequency",
83 "frequent",
84 "friendly",
85 "graceful",
86 "human",
87 "humans",
88 "interval",
89 "job",
90 "jobs",
91 "js",
92 "koa",
93 "koatiming",
94 "lad",
95 "lass",
96 "later",
97 "moment",
98 "momentjs",
99 "mongo",
100 "mongodb",
101 "mongoose",
102 "p-cancel",
103 "p-cancelable",
104 "p-retry",
105 "parse",
106 "parser",
107 "pretty",
108 "process",
109 "processors",
110 "promise",
111 "promises",
112 "queue",
113 "queues",
114 "readable",
115 "recur",
116 "recurring",
117 "redis",
118 "redis",
119 "reload",
120 "restart",
121 "run",
122 "runner",
123 "schedule",
124 "scheduler",
125 "setup",
126 "spawn",
127 "tab",
128 "task",
129 "tasker",
130 "time",
131 "timeout",
132 "timer",
133 "timers",
134 "translated",
135 "universalify",
136 "worker",
137 "workers"
138 ],
139 "license": "MIT",
140 "main": "src/index.js",
141 "publishConfig": {
142 "access": "public"
143 },
144 "repository": {
145 "type": "git",
146 "url": "https://github.com/breejs/bree"
147 },
148 "scripts": {
149 "ava": "cross-env NODE_ENV=test ava",
150 "lint": "npm run lint:js && npm run lint:md && fixpack",
151 "lint:js": "xo --fix --ignore examples/",
152 "lint:md": "remark . -qfo",
153 "nyc": "cross-env NODE_ENV=test nyc ava",
154 "prepare": "husky install",
155 "pretest": "npm run lint",
156 "test": "npm run ava && tsd",
157 "test-coverage": "cross-env NODE_ENV=test nyc npm run test"
158 },
159 "types": "src/index.d.ts"
160}