Server IP : 85.214.239.14 / Your IP : 52.15.110.198 Web Server : Apache/2.4.62 (Debian) System : Linux h2886529.stratoserver.net 4.9.0 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.18 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /proc/3/task/3/root/proc/3/root/lib/node_modules/pm2/node_modules/@pm2/js-api/ |
Upload File : |
{ "name": "@pm2/js-api", "version": "0.8.0", "description": "PM2.io API Client for Javascript", "main": "index.js", "unpkg": "dist/keymetrics.es5.min.js", "engines": { "node": ">=4.0" }, "scripts": { "test": "mocha test/*", "build": "mkdir -p dist; browserify -s Keymetrics -r ./ > ./dist/keymetrics.es5.js", "dist": "mkdir -p dist; browserify -s Keymetrics -r ./ | uglifyjs -c warnings=false -m > ./dist/keymetrics.es5.min.js", "doc": "jsdoc -r ./src --readme ./README.md -d doc -t ./node_modules/minami", "clean": "rm dist/*", "prepare": "npm run build && npm run dist" }, "repository": { "type": "git", "url": "git+https://github.com/keymetrics/km.js.git" }, "keywords": [ "keymetrics", "api", "dashboard", "monitoring", "wrapper" ], "author": "Keymetrics Team", "license": "Apache-2", "bugs": { "url": "https://github.com/keymetrics/km.js/issues" }, "homepage": "https://github.com/keymetrics/km.js#readme", "dependencies": { "async": "^2.6.3", "extrareqp2": "^1.0.0", "debug": "~4.3.1", "eventemitter2": "^6.3.1", "ws": "^7.0.0" }, "devDependencies": { "@babel/core": "^7.0.0", "@babel/preset-env": "^7.0.0", "babelify": "10.0.0", "browserify": "^17.0.0", "jsdoc": "^3.4.2", "minami": "^1.1.1", "mocha": "^7.0.0", "should": "*", "uglify-es": "~3.3.9" }, "browserify": { "debug": true, "transform": [ [ "babelify", { "presets": [ [ "@babel/preset-env", { "debug": false, "forceAllTransforms": true } ] ], "sourceMaps": true } ] ] }, "browser": { "./src/auth_strategies/embed_strategy.js": false, "ws": false } }