File: //usr/lib/node_modules/pm2/node_modules/@pm2/js-api/package.json
{
"_from": "@pm2/js-api@~0.6.0",
"_id": "@pm2/[email protected]",
"_inBundle": false,
"_integrity": "sha512-ZgM/0yI8s3FRyxP01wI5UzDrVTecS/SmD98z25C9fsHo2Wz3JB1DtS4uIBlPopq2/R5HIQynTUJPDNn4qo1d/Q==",
"_location": "/pm2/@pm2/js-api",
"_phantomChildren": {
"lodash": "4.17.20",
"ms": "2.1.2"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "@pm2/js-api@~0.6.0",
"name": "@pm2/js-api",
"escapedName": "@pm2%2fjs-api",
"scope": "@pm2",
"rawSpec": "~0.6.0",
"saveSpec": null,
"fetchSpec": "~0.6.0"
},
"_requiredBy": [
"/pm2"
],
"_resolved": "https://registry.npmjs.org/@pm2/js-api/-/js-api-0.6.0.tgz",
"_shasum": "6c549e4579b5004e685cf727b4eaa41cf3cfbfe9",
"_spec": "@pm2/js-api@~0.6.0",
"_where": "/usr/lib/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-es2015",
{
"debug": "true",
"sourceMaps": "true"
}
]
]
}
]
]
},
"bugs": {
"url": "https://github.com/keymetrics/km.js/issues"
},
"bundleDependencies": false,
"dependencies": {
"async": "^2.6.3",
"axios": "^0.19.0",
"debug": "~3.2.6",
"eventemitter2": "^6.3.1",
"ws": "^7.0.0"
},
"deprecated": false,
"description": "PM2.io API Client for Javascript",
"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"
},
"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",
"prepublish": "npm run build && npm run dist",
"test": "mocha test/*"
},
"unpkg": "dist/keymetrics.es5.min.js",
"version": "0.6.0"
}