{ "_from": "@pm2/js-api@~0.6.7", "_id": "@pm2/js-api@0.6.7", "_inBundle": false, "_integrity": "sha512-jiJUhbdsK+5C4zhPZNnyA3wRI01dEc6a2GhcQ9qI38DyIk+S+C8iC3fGjcjUbt/viLYKPjlAaE+hcT2/JMQPXw==", "_location": "/@pm2/js-api", "_phantomChildren": { "lodash": "4.17.21" }, "_requested": { "type": "range", "registry": true, "raw": "@pm2/js-api@~0.6.7", "name": "@pm2/js-api", "escapedName": "@pm2%2fjs-api", "scope": "@pm2", "rawSpec": "~0.6.7", "saveSpec": null, "fetchSpec": "~0.6.7" }, "_requiredBy": [ "/pm2" ], "_resolved": "https://registry.npmjs.org/@pm2/js-api/-/js-api-0.6.7.tgz", "_shasum": "ed28c3b7b6d26f03f826318754fdc5468afa589f", "_spec": "@pm2/js-api@~0.6.7", "_where": "/var/www/api.medcify.app/node_modules/pm2", "author": { "name": "Keymetrics Team" }, "browser": { "./src/auth_strategies/embed_strategy.js": false, "ws": false }, "browserify": { "debug": true, "transform": [ [ "babelify", { "presets": [ [ "@babel/preset-env", { "debug": false, "forceAllTransforms": true } ] ], "sourceMaps": true } ] ] }, "bugs": { "url": "https://github.com/keymetrics/km.js/issues" }, "bundleDependencies": false, "dependencies": { "async": "^2.6.3", "axios": "^0.21.0", "debug": "~4.3.1", "eventemitter2": "^6.3.1", "ws": "^7.0.0" }, "deprecated": false, "description": "PM2.io API Client for Javascript", "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" }, "engines": { "node": ">=4.0" }, "homepage": "https://github.com/keymetrics/km.js#readme", "keywords": [ "keymetrics", "api", "dashboard", "monitoring", "wrapper" ], "license": "Apache-2", "main": "index.js", "name": "@pm2/js-api", "repository": { "type": "git", "url": "git+https://github.com/keymetrics/km.js.git" }, "scripts": { "build": "mkdir -p dist; browserify -s Keymetrics -r ./ > ./dist/keymetrics.es5.js", "clean": "rm dist/*", "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", "prepare": "npm run build && npm run dist", "test": "mocha test/*" }, "unpkg": "dist/keymetrics.es5.min.js", "version": "0.6.7" }