@uyu423/pinpoint-node-agent
Version:
Pinpoint node agent provided by NAVER (Personalized version)
94 lines (93 loc) • 2.27 kB
JSON
{
"name": "@uyu423/pinpoint-node-agent",
"version": "0.8.3-ver.yowu",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/tape ./test/**/*.test.js"
},
"description": "Pinpoint node agent provided by NAVER (Personalized version)",
"repository": {
"type": "git",
"url": "https://github.com/uyu423/pinpoint-node-agent"
},
"contributors": [
"Lee Jun Hee <jundol.lee@navercorp.com> (https://github.com/intojun)",
"Bae Keun Bae <with.earth.u@gmail.com> (https://github.com/withearth)",
"Yongseok Kang <feelform@gmail.com> (https://github.com/feelform)",
"Yongwoo Yu <me@yowu.dev> (https://yowu.dev)"
],
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"engines": {
"node": ">=8.2.0"
},
"keywords": [
"pinpoint",
"log",
"logging",
"bug",
"bugs",
"error",
"errors",
"exception",
"exceptions",
"catch",
"monitor",
"monitoring",
"alert",
"alerts",
"performance",
"apm",
"ops",
"devops",
"stacktrace",
"trace",
"tracing",
"distributedtracing",
"distributed-tracing"
],
"dependencies": {
"end-of-stream": "^1.4.1",
"find-node-modules": "^1.0.4",
"google-protobuf": "^3.13.0",
"grpc": "^1.24.3",
"int64-buffer": "^0.99.1007",
"internal-ip": "^3.0.1",
"loglevel": "^1.6.1",
"methods": "^1.1.2",
"require-in-the-middle": "^5.0.3",
"semver": "^5.6.0",
"shimmer": "^1.2.0",
"utf-8-validate": "^5.0.2"
},
"devDependencies": {
"axios": "^0.18.0",
"elasticsearch": "^15.4.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.1.0",
"express": "^4.16.4",
"install": "^0.13.0",
"ioredis": "^4.3.0",
"ioredis-mock": "^4.19.0",
"koa": "^2.6.1",
"koa-bodyparser": "^4.2.1",
"koa-router": "^7.4.0",
"mock-mongoose": "^8.0.0",
"mongodb-core": "3.1.7",
"mongoose": "^5.4.3",
"npm-run-all": "^4.1.5",
"redis": "^2.8.0",
"redis-mock": "^0.49.0",
"request": "^2.88.0",
"rewire": "^4.0.1",
"rimraf": "^2.6.2",
"tap-spec": "^5.0.0",
"tape": "^4.9.1",
"testcontainers": "^2.8.0"
}
}