- 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>
29 lines
657 B
JSON
29 lines
657 B
JSON
{
|
|
"name": "stream-buffers",
|
|
"version": "2.2.0",
|
|
"description": "Buffer-backed Streams for reading and writing.",
|
|
"keywords": [
|
|
"memory streams",
|
|
"streams",
|
|
"buffer streams"
|
|
],
|
|
"author": "Sam Day <me@samcday.com.au>",
|
|
"main": "./lib/streambuffer.js",
|
|
"engines": {
|
|
"node": ">= 0.10.0"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"istanbul": "~0.3.2",
|
|
"vows": ">= 0.5.6"
|
|
},
|
|
"license": "Unlicense",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/samcday/node-stream-buffer.git"
|
|
},
|
|
"scripts": {
|
|
"test": "[ -n \"$NO_COVERAGE\" ] && vows --spec || istanbul cover vows -- --spec"
|
|
}
|
|
}
|