- 37개 파일 IP → zioinfo.co.kr 치환 (소스/매뉴얼/설정/하네스) - Manager DrConsole/NetworkConsole/CsapConsole 빌드 + /var/www/manager/ 배포 - 테스트: Manager HTTP 200, ITSM 신규 API 7개 전체 200 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
41 lines
759 B
JSON
41 lines
759 B
JSON
{
|
|
"name": "@expo/bunyan",
|
|
"version": "4.0.1",
|
|
"description": "a JSON logging library for node.js services",
|
|
"author": "Trent Mick <trentm@gmail.com> (http://trentm.com)",
|
|
"main": "./lib/bunyan.js",
|
|
"types": "./types/index.d.ts",
|
|
"files": [
|
|
"types",
|
|
"lib"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/trentm/node-bunyan.git"
|
|
},
|
|
"engines": [
|
|
"node >=0.10.0"
|
|
],
|
|
"keywords": [
|
|
"log",
|
|
"logging",
|
|
"log4j",
|
|
"json",
|
|
"bunyan"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"uuid": "^8.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"ben": "0.0.0",
|
|
"markdown-toc": "0.12.x",
|
|
"nodeunit": "0.9",
|
|
"vasync": "1.4.3",
|
|
"verror": "1.3.3"
|
|
},
|
|
"scripts": {
|
|
"test": "make test"
|
|
}
|
|
}
|