/usr/lib/node_modules/pm2
NameSizeModeActions
bin/-0755rm
lib/-0755rm
node_modules/-0755rm
types/-0755rm
.gitattributes620644editdlrm
.mocharc.js2160644editdlrm
.travis.yml3640644editdlrm
CHANGELOG.md943090644editdlrm
constants.js50000644editdlrm
CONTRIBUTING.md28450644editdlrm
e2e_time27710644editdlrm
GNU-AGPL-3.0.txt345160644editdlrm
index.js2980644editdlrm
LICENSE170644editdlrm
package.json51290644editdlrm
paths.js34530644editdlrm
pm2870755editdlrm
README.md64640644editdlrm
unit_time00644editdlrm
Edit: /usr/lib/node_modules/pm2/index.js (298B)
/** * Copyright 2013 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;