mirror of
https://github.com/Unitech/pm2.git
synced 2026-02-01 16:57:09 +00:00
chore: upgrade module version and engine version
This commit is contained in:
parent
62eedc2d02
commit
8479695634
20
package.json
20
package.json
@ -3,7 +3,7 @@
|
||||
"preferGlobal": true,
|
||||
"version": "2.10.1",
|
||||
"engines": {
|
||||
"node": ">=0.12"
|
||||
"node": ">=4.0.0"
|
||||
},
|
||||
"directories": {
|
||||
"bin": "./bin",
|
||||
@ -161,17 +161,19 @@
|
||||
"dependencies": {
|
||||
"async": "^2.5",
|
||||
"blessed": "^0.1.81",
|
||||
"chalk": "^1.1",
|
||||
"chokidar": "^2",
|
||||
"chalk": "^2.3.1",
|
||||
"chokidar": "^2.0.2",
|
||||
"cli-table-redemption": "^1.0.0",
|
||||
"commander": "2.13.0",
|
||||
"coffee-script": "^1.12.7",
|
||||
"commander": "2.14.1",
|
||||
"cron": "^1.3",
|
||||
"debug": "^3.0",
|
||||
"eventemitter2": "1.0.5",
|
||||
"eventemitter2": "5.0.1",
|
||||
"fclone": "1.0.11",
|
||||
"livescript": "^1.5.0",
|
||||
"mkdirp": "0.5.1",
|
||||
"moment": "^2.19",
|
||||
"needle": "^2.1.0",
|
||||
"needle": "^2.2.0",
|
||||
"nssocket": "0.6.0",
|
||||
"pidusage": "^1.2.0",
|
||||
"pm2-axon": "3.1.0",
|
||||
@ -179,9 +181,9 @@
|
||||
"pm2-deploy": "^0.3.9",
|
||||
"pm2-multimeter": "^0.1.2",
|
||||
"pmx": "^1.6",
|
||||
"promptly": "2.2.0",
|
||||
"promptly": "3.0.3",
|
||||
"semver": "^5.3",
|
||||
"shelljs": "0.7.8",
|
||||
"shelljs": "0.8.1",
|
||||
"source-map-support": "^0.5",
|
||||
"sprintf-js": "1.1.1",
|
||||
"v8-compile-cache": "^1.1.0",
|
||||
@ -190,7 +192,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "^3.5",
|
||||
"should": "^11"
|
||||
"should": "^13"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"gkt": "https://tgz.pm2.io/gkt-1.0.0.tgz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user