Repository URL to install this package:
Version:
4.5.0-1freshup1 ▾
|
{
"name": "@pm2/js-api",
"version": "0.6.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/*",
"prepublish": "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",
"axios": "^0.19.0",
"debug": "~3.2.6",
"eventemitter2": "^6.3.1",
"ws": "^7.0.0"
},
"devDependencies": {
"babel-core": "6.26.0",
"babel-preset-es2015": "*",
"babel-preset-stage-2": "6.24.1",
"babelify": "8.0.0",
"browserify": "^13.1.0",
"jsdoc": "^3.4.2",
"minami": "^1.1.1",
"mocha": "^7.0.0",
"should": "*",
"uglify-js": "~3.3.7"
},
"browserify": {
"debug": "true",
"transform": [
[
"babelify",
{
"presets": [
[
"babel-preset-es2015",
{
"debug": "true",
"sourceMaps": "true"
}
]
]
}
]
]
},
"browser": {
"./src/auth_strategies/embed_strategy.js": false,
"ws": false
}
,"_resolved": "https://registry.npmjs.org/@pm2/js-api/-/js-api-0.6.0.tgz"
,"_integrity": "sha512-ZgM/0yI8s3FRyxP01wI5UzDrVTecS/SmD98z25C9fsHo2Wz3JB1DtS4uIBlPopq2/R5HIQynTUJPDNn4qo1d/Q=="
,"_from": "@pm2/js-api@0.6.0"
}