SIGN IN SIGN UP
Unitech / pm2 UNCLAIMED

Node.js Production Process Manager with a built-in Load Balancer.

43009 0 1 JavaScript
2013-05-21 11:27:20 +08:00
{
2013-05-29 22:30:16 +08:00
"name": "pm2",
"preferGlobal": true,
2025-06-05 11:15:22 +02:00
"version": "6.0.8",
"engines": {
2024-11-12 13:54:46 +00:00
"node": ">=16.0.0"
2013-05-21 18:27:49 +08:00
},
2014-04-14 18:11:29 +08:00
"directories": {
2014-06-16 12:58:05 +02:00
"bin": "./bin",
"lib": "./lib",
"example": "./examples"
2014-04-14 18:11:29 +08:00
},
2013-06-21 11:24:46 +08:00
"author": {
"name": "Strzelewicz Alexandre",
2018-05-17 14:43:30 +02:00
"email": "alexandre@pm2.io",
"url": "https://pm2.io"
2013-06-21 11:24:46 +08:00
},
"maintainers": [
2014-12-21 09:51:47 +08:00
{
2018-05-17 14:43:30 +02:00
"name": "Alexandre Strzelewicz",
"email": "alexandre@pm2.io"
2014-12-21 09:51:47 +08:00
},
{
2018-05-17 14:43:30 +02:00
"name": "Antoine Bluchet",
"email": "antoine@pm2.io"
2014-12-21 09:51:47 +08:00
}
],
"contributors": [
{
"name": "Alex Kocharin",
"email": "alex@kocharin.ru"
},
{
2019-10-15 11:48:46 +02:00
"name": "Antoine Bluchet",
"email": "soyuka@gmail.com"
},
{
"name": "Subhash Burramsetty"
},
{
2019-10-15 11:48:46 +02:00
"name": "Valentin Marchaud",
"email": "thisismac47@gmail.com"
},
2015-06-09 10:18:15 +02:00
{
2019-10-15 11:48:46 +02:00
"name": "Valentin Touffet",
"email": "contact@eywek.fr"
},
{
"name": "Florian Hermouet-Joscht",
"email": "florian@keymetrics.io"
},
{
"name": "Vincent Vallet",
"email": "wallet77@gmail.com"
},
{
"name": "Joni Shkurti",
"email": "jonishkurti90@gmail.com"
2015-06-09 10:18:15 +02:00
},
{
2016-07-03 15:32:38 +02:00
"name": "Jun Tjatse",
"email": "thisnamemeansnothing@gmail.com"
},
{
"name": "Xu Jingxin",
"email": "sailxjx@gmail.com"
},
{
"name": "Ben Postlethwaite",
"email": "post.ben.here@gmail.com"
},
{
"name": "Devo.ps",
"email": "contact@devo.ps"
},
{
"name": "Bret Copeland",
"email": "bret@atlantisflight.org"
},
{
"name": "John Hurliman",
"email": "jhurliman@jhurliman.org"
},
{
"name": "TruongSinh Tran-Nguyen",
"email": "i@truongsinh.pro"
2014-06-04 13:54:35 +12:00
},
{
"name": "Michael Hueuberger",
"email": "michael.heuberger@binarykitchen.com"
},
{
2017-08-23 18:34:46 +02:00
"name": "Chris Wiggins",
"email": "chris@chriswiggins.co.nz"
}
],
2017-09-14 18:28:41 +02:00
"homepage": "http://pm2.keymetrics.io/",
2014-11-17 00:26:14 +01:00
"description": "Production process manager for Node.JS applications with a built-in load balancer.",
2013-05-21 18:27:49 +08:00
"main": "index.js",
"types": "types/index.d.ts",
2013-05-21 18:27:49 +08:00
"scripts": {
2023-10-06 09:01:50 +02:00
"test:unit": "bash test/unit.sh",
"test:e2e": "bash test/e2e.sh",
2025-03-11 08:16:25 +01:00
"test": "bash test/unit.sh && bash test/e2e.sh"
2013-05-21 18:27:49 +08:00
},
"keywords": [
"cli",
"fault tolerant",
"sysadmin",
"tools",
2013-06-09 13:28:26 +08:00
"pm2",
2014-08-12 15:17:21 +02:00
"logs",
"log",
"json",
2014-08-12 15:36:38 +02:00
"express",
"hapi",
"kraken",
2014-08-12 15:17:21 +02:00
"reload",
2017-08-23 19:07:39 +02:00
"load balancer",
"lb",
"load-balancer",
"kubernetes",
"k8s",
"pm2-docker",
"runtime",
"source maps",
"graceful",
2014-08-12 15:36:38 +02:00
"microservice",
2014-08-12 15:17:21 +02:00
"programmatic",
2014-01-15 17:07:28 +01:00
"harmony",
2013-09-29 21:45:36 +02:00
"node-pm2",
"production",
2014-08-12 15:17:21 +02:00
"keymetrics",
"node.js monitoring",
"strong-pm",
2014-08-12 15:17:21 +02:00
"deploy",
"deployment",
"daemon",
"supervisor",
2017-08-23 19:07:39 +02:00
"supervisord",
2014-08-12 15:17:21 +02:00
"nodemon",
"pm2.io",
"ghost",
"ghost production",
2013-05-21 18:27:49 +08:00
"monitoring",
2017-08-23 19:07:39 +02:00
"keymetrics",
2013-05-21 18:27:49 +08:00
"process manager",
"forever",
"profiling",
"probes",
2017-08-23 19:07:39 +02:00
"apm",
"container",
2014-08-12 15:17:21 +02:00
"forever-monitor",
2013-10-15 13:11:05 +02:00
"keep process alive",
2013-05-21 18:27:49 +08:00
"process configuration",
"clustering",
"cluster cli",
2013-07-03 12:01:29 +08:00
"cluster",
2017-08-23 19:07:39 +02:00
"docker",
2013-09-28 17:33:46 +02:00
"cron",
"devops",
"dev ops"
2013-05-21 18:27:49 +08:00
],
"bin": {
2020-12-16 12:35:24 +01:00
"pm2": "bin/pm2",
"pm2-dev": "bin/pm2-dev",
"pm2-docker": "bin/pm2-docker",
"pm2-runtime": "bin/pm2-runtime"
2013-05-21 18:27:49 +08:00
},
"dependencies": {
2025-01-25 18:43:49 +01:00
"@pm2/agent": "~2.1.1",
2024-05-23 12:08:03 +02:00
"@pm2/js-api": "~0.8.0",
2024-11-12 13:54:46 +00:00
"@pm2/io": "~6.1.0",
2019-12-10 16:42:31 +01:00
"@pm2/pm2-version-check": "latest",
"ansis": "4.0.0-node10",
2024-11-12 13:54:46 +00:00
"async": "~3.2.6",
"blessed": "0.1.81",
2025-01-25 19:48:05 +01:00
"chokidar": "^3.5.3",
2020-04-19 11:57:49 +02:00
"cli-tableau": "^2.0.0",
"commander": "2.15.1",
2022-02-09 10:19:31 +01:00
"croner": "~4.1.92",
2025-01-25 19:25:25 +01:00
"dayjs": "~1.11.13",
2024-11-12 13:54:46 +00:00
"debug": "^4.3.7",
2020-09-28 12:49:44 +02:00
"enquirer": "2.3.6",
"eventemitter2": "5.0.1",
2017-02-21 14:43:32 +01:00
"fclone": "1.0.11",
2020-04-12 13:45:09 +02:00
"mkdirp": "1.0.4",
"needle": "2.4.0",
2021-10-22 16:27:54 +02:00
"pidusage": "~3.0",
2021-04-01 11:50:32 +02:00
"pm2-axon": "~4.0.1",
2021-04-01 13:18:07 +02:00
"pm2-axon-rpc": "~0.7.1",
2020-04-14 01:03:25 +02:00
"pm2-deploy": "~1.0.2",
2017-02-20 16:56:43 +01:00
"pm2-multimeter": "^0.1.2",
"promptly": "^2",
2024-11-12 13:54:46 +00:00
"semver": "^7.6.2",
2022-09-08 09:53:16 +02:00
"source-map-support": "0.5.21",
"sprintf-js": "1.1.2",
2021-01-29 10:20:26 +01:00
"vizion": "~2.2.1",
2024-05-23 12:08:03 +02:00
"js-yaml": "~4.1.0"
},
2021-06-07 14:19:28 +02:00
"optionalDependencies": {
2021-06-08 10:31:28 +02:00
"pm2-sysmonit": "^1.2.8"
2021-06-07 14:19:28 +02:00
},
2013-05-21 18:27:49 +08:00
"devDependencies": {
2024-11-12 13:54:46 +00:00
"mocha": "^10.8.0",
2021-04-01 13:18:07 +02:00
"should": "^13.2.3"
2013-05-21 18:27:49 +08:00
},
2014-06-16 12:58:05 +02:00
"bugs": {
"url": "https://github.com/Unitech/pm2/issues"
2014-04-14 18:11:29 +08:00
},
2013-05-29 22:30:16 +08:00
"repository": {
"type": "git",
"url": "git://github.com/Unitech/pm2.git"
2013-05-29 22:30:16 +08:00
},
"license": "AGPL-3.0"
2013-05-21 11:27:20 +08:00
}