Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for Strzelewicz (0.64 sec)

  1. packager/debian/copyright

    Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
    Upstream-Name: PM2
    Upstream-Contact: Alexandre Strzelewicz <******@****.***>
    Source: http://pm2.o/
    
    Files: *
    Copyright: 2013-present, Keymetrics
    Plain Text
    - Registered: 2023-03-15 09:50
    - Last Modified: 2016-12-09 16:56
    - 243 bytes
    - Viewed (0)
  2. packager/debian/control

    Package: pm2
    Version: __VERSION__
    Depends: nodejs (>= 6.12.2)
    Conflicts: nodejs (<< 0.12.0)
    Section: devel
    Priority: optional
    Architecture: all
    Installed-Size: __INSTALLED_SIZE__
    Maintainer: Alexandre Strzelewicz <******@****.***>
    Homepage: http://pm2.io/
    Description: PM2 - Process Manager for Node.js.
    Plain Text
    - Registered: 2023-03-15 09:50
    - Last Modified: 2018-01-02 14:05
    - 497 bytes
    - Viewed (0)
  3. package.json

      },
      "directories": {
        "bin": "./bin",
        "lib": "./lib",
        "example": "./examples"
      },
      "author": {
        "name": "Strzelewicz Alexandre",
        "email": "******@****.***",
        "url": "https://pm2.io"
      },
      "maintainers": [
        {
          "name": "Alexandre Strzelewicz",
          "email": "******@****.***"
        },
        {
          "name": "Antoine Bluchet",
          "email": "******@****.***"
        }
      ],
    Json
    - Registered: 2023-03-15 09:50
    - Last Modified: 2022-10-13 07:47
    - 4.3K bytes
    - Viewed (0)
  4. lib/God/ClusterMode.js

     * Use of this source code is governed by a license that
     * can be found in the LICENSE file.
     */
    'use strict';
    
    /**
     * @file Cluster execution functions related
     * @author Alexandre Strzelewicz <******@****.***>
     * @project PM2
     */
    var cluster       = require('cluster');
    var Utility       = require('../Utility.js');
    var pkg           = require('../../package.json');
    
    /**
     * Description
    JavaScript
    - Registered: 2023-03-15 09:50
    - Last Modified: 2022-01-19 10:41
    - 2.7K bytes
    - Viewed (0)
  5. lib/API/Monit.js

     * Use of this source code is governed by a license that
     * can be found in the LICENSE file.
     */
    // pm2-htop
    // Library who interacts with PM2 to display processes resources in htop way
    // by Strzelewicz Alexandre
    
    var multimeter = require('pm2-multimeter');
    var os         = require('os');
    var p          = require('path');
    var chalk      = require('chalk');
    
    var UX      = require('./UX');
    
    JavaScript
    - Registered: 2023-03-15 09:50
    - Last Modified: 2022-01-19 10:41
    - 5.3K bytes
    - Viewed (0)
  6. lib/God/Reload.js

     * Use of this source code is governed by a license that
     * can be found in the LICENSE file.
     */
    'use strict';
    
    /**
     * @file Reload functions related
     * @author Alexandre Strzelewicz <******@****.***>
     * @project PM2
     */
    
    var cst           = require('../../constants.js');
    var Utility       = require('../Utility.js');
    
    /**
     * softReload will wait permission from process to exit
    JavaScript
    - Registered: 2023-03-15 09:50
    - Last Modified: 2022-01-19 10:41
    - 6.1K bytes
    - Viewed (0)
  7. lib/God/Methods.js

     * Use of this source code is governed by a license that
     * can be found in the LICENSE file.
     */
    'use strict';
    
    /**
     * @file Utilities for PM2
     * @author Alexandre Strzelewicz <******@****.***>
     * @project PM2
     */
    var p             = require('path');
    var treekill      = require('../TreeKill');
    var cst           = require('../../constants.js');
    
    /**
     * Description
     * @method exports
    JavaScript
    - Registered: 2023-03-15 09:50
    - Last Modified: 2022-01-19 10:41
    - 6.6K bytes
    - Viewed (0)
  8. packager/build-deb-rpm.sh

        --category 'Development/Languages' \
        --license AGPLv3 \
        --description '$(cat packager/debian/description)' \
        --vendor 'Keymetrics <******@****.***>' \
        --maintainer 'Alexandre Strzelewicz <******@****.***>' \
        --version $PM2_VERSION \
        --after-install packager/rhel/postinst \
        --before-remove packager/rhel/prerm \
        --after-remove packager/rhel/postrm \
        --architecture noarch \
    Shell Script
    - Registered: 2023-03-15 09:50
    - Last Modified: 2018-12-27 13:58
    - 4.4K bytes
    - Viewed (0)
  9. lib/God/ForkMode.js

     * Use of this source code is governed by a license that
     * can be found in the LICENSE file.
     */
    'use strict';
    
    /**
     * @file Fork execution related functions
     * @author Alexandre Strzelewicz <******@****.***>
     * @project PM2
     */
    var log           = require('debug')('pm2:fork_mode');
    var fs            = require('fs');
    var Utility       = require('../Utility.js');
    var path          = require('path');
    JavaScript
    - Registered: 2023-03-15 09:50
    - Last Modified: 2022-01-20 10:34
    - 8.6K bytes
    - Viewed (0)
  10. GNU-AGPL-3.0.txt

    state the exclusion of warranty; and each file should have at least
    the "copyright" line and a pointer to where the full notice is found.
    
        PM2 Process manager for Node.JS
        Copyright (C) 2013-2016 Strzelewicz Alexandre
    
        This program is free software: you can redistribute it and/or modify
        it under the terms of the GNU Affero General Public License as published by
    Plain Text
    - Registered: 2023-03-15 09:50
    - Last Modified: 2016-01-18 02:01
    - 33.7K bytes
    - Viewed (0)
Back to top