/usr/local/lib/node_modules/pm2
NameSizeModeActions
bin/-0755rm
lib/-0755rm
node_modules/-0755rm
types/-0755rm
.gitattributes620644editdlrm
.mocharc.js2160644editdlrm
CHANGELOG.md1024640644editdlrm
constants.js50060644editdlrm
CONTRIBUTING.md28450644editdlrm
GNU-AGPL-3.0.txt345160644editdlrm
index.js3030644editdlrm
LICENSE170644editdlrm
package.json44770644editdlrm
paths.js34580644editdlrm
pm2870755editdlrm
README.md64980644editdlrm
Edit: /usr/local/lib/node_modules/pm2/index.js (303B)
/** * Copyright 2013-2022 the PM2 project authors. All rights reserved. * Use of this source code is governed by a license that * can be found in the LICENSE file. */ process.env.PM2_PROGRAMMATIC = 'true'; var API = require('./lib/API.js'); module.exports = new API; module.exports.custom = API;