Current File : //lib/node_modules/pm2/node_modules/@pm2/io/package.json |
{
"_from": "@pm2/io@~2.4.2",
"_id": "@pm2/io@2.4.7",
"_inBundle": false,
"_integrity": "sha512-01IQBBeIFUO6Gs3mVDfoDYcZ3cbaN66gPo6guVQTfhiTv1+ftQlSuZH64dO+41wKbUYgDrXnIvFHR99bnpqj8Q==",
"_location": "/pm2/@pm2/io",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@pm2/io@~2.4.2",
"name": "@pm2/io",
"escapedName": "@pm2%2fio",
"scope": "@pm2",
"rawSpec": "~2.4.2",
"saveSpec": null,
"fetchSpec": "~2.4.2"
},
"_requiredBy": [
"/pm2"
],
"_resolved": "https://registry.npmjs.org/@pm2/io/-/io-2.4.7.tgz",
"_shasum": "153ce2a3827a115c8437315d9da71aae36fc5558",
"_spec": "@pm2/io@~2.4.2",
"_where": "/usr/lib/node_modules/pm2",
"author": {
"name": "Vincent Vallet",
"email": "vincent@pm2.io",
"url": "https://pm2.io"
},
"bugs": {
"url": "https://github.com/keymetrics/pm2-io-apm/issues"
},
"bundleDependencies": false,
"dependencies": {
"@pm2/agent-node": "^1.0.9",
"async": "^2.6.1",
"debug": "3.1.0",
"deep-metrics": "0.0.2",
"deepmerge": "2.1.1",
"event-loop-inspector": "^1.2.0",
"json-stringify-safe": "5.0.1",
"semver": "5.5.0",
"signal-exit": "3.0.2",
"tslib": "1.9.3",
"vxx": "1.2.2"
},
"deprecated": false,
"description": "<div align=\"center\"> <a href=\"http://pm2.keymetrics.io\"> <img width=411px src=\"https://raw.githubusercontent.com/keymetrics/pm2-io-apm/master/pres/io-white.png\"> </a> <br/> <br/> <a href=\"https://github.com/keymetrics/pm2-io-apm\"> <img src=\"https://ci.keymetrics.io/api/badges/keymetrics/pm2-io-apm/status.svg?branch=master\"/> </a> <br/> <br/> </div>",
"devDependencies": {
"@types/chai": "4.1.4",
"@types/mocha": "5.2.5",
"@types/node": "10.5.2",
"chai": "4.1.2",
"codecov": "3.0.4",
"concurrently": "3.6.0",
"copyfiles": "2.0.0",
"express": "4.16.3",
"gh-pages": "1.2.0",
"mocha": "5.2.0",
"npm-scripts-info": "0.3.7",
"nyc": "12.0.2",
"trash-cli": "1.4.0",
"ts-node": "7.0.0",
"tslint": "5.11.0",
"tslint-config-standard": "7.1.0",
"typedoc": "0.11.1",
"typescript": "2.9.2",
"typings": "2.1.1"
},
"engines": {
"node": ">=4.0"
},
"homepage": "https://github.com/keymetrics/pm2-io-apm#readme",
"keywords": [],
"license": "MIT",
"main": "build/main/src/index.js",
"module": "build/module/index.js",
"name": "@pm2/io",
"nyc": {
"extension": [
".ts"
],
"exclude": [
"build/main/test/**/*",
"test/**/*"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/keymetrics/pm2-io-apm.git"
},
"scripts": {
"build": "trash build && yarn build:main",
"build:main": "tsc -p tsconfig.json",
"build:module": "tsc -p config/exports/tsconfig.module.json",
"copy": "copyfiles test/**/*.json build/main/",
"cov": "yarn unit && yarn html-coverage && opn coverage/index.html",
"docs": "yarn docs:html && opn build/docs/index.html",
"docs:html": "typedoc src/index.ts --excludePrivate --mode file --theme minimal --out build/docs",
"docs:json": "typedoc --mode file --json build/docs/typedoc.json src/index.ts",
"docs:publish": "yarn docs:html && gh-pages -d build/docs",
"html-coverage": "nyc report --reporter=html",
"info": "npm-scripts-info",
"lint": "tslint --project . src/**/*.ts",
"mono": "mocha --require ts-node/register --expose-gc",
"prepublishOnly": "yarn build",
"send-coverage": "nyc report --reporter=lcov > coverage.lcov && codecov -t $CODECOV_TOKEN",
"test": "yarn lint && yarn unit",
"unit": "yarn build && yarn copy && nyc mocha -r ts-node/register ./test/**/*.spec.ts ./test/*.spec.ts --expose-gc",
"watch": "tsc -w"
},
"scripts-info": {
"info": "Display information about the scripts",
"build": "(Trash and re)build the library",
"lint": "Lint all typescript source files",
"unit": "Build the library and run unit tests",
"test": "Lint, build, and test the library",
"watch": "Watch source files, rebuild library on changes, rerun relevant tests",
"cov": "Run tests, generate the HTML coverage report, and open it in a browser",
"docs": "Generate HTML API documentation and open it in a browser",
"docs:publish": "Generate HTML API documentation and push it to GitHub Pages",
"docs:json": "Generate API documentation in typedoc JSON format"
},
"types": "build/main/src/index.d.ts",
"typings": "build/main/src/index.d.ts",
"version": "2.4.7"
}