/usr/local/lib/node_modules/pm2
NameSizeModeActions
bin/-0755rm
lib/-0755rm
node_modules/-0755rm
types/-0755rm
.gitattributes620644editdlrm
.mocharc.js2160644editdlrm
bun.lock190690644editdlrm
CHANGELOG.md1038500644editdlrm
constants.js50970644editdlrm
CONTRIBUTING.md28450644editdlrm
e2e_time4960644editdlrm
GNU-AGPL-3.0.txt345160644editdlrm
index.js3030644editdlrm
LICENSE170644editdlrm
package.json45320644editdlrm
paths.js34580644editdlrm
pm22200755editdlrm
preinstall.js6890644editdlrm
README.md64600644editdlrm
run.sh1360644editdlrm
unit_time24750644editdlrm
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;