- 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>
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "node-stream-zip",
|
|
"version": "1.15.0",
|
|
"description": "node.js library for reading and extraction of ZIP archives",
|
|
"keywords": [
|
|
"zip",
|
|
"archive",
|
|
"unzip",
|
|
"stream"
|
|
],
|
|
"homepage": "https://github.com/antelle/node-stream-zip",
|
|
"author": "Antelle <antelle.net@gmail.com> (https://github.com/antelle)",
|
|
"bugs": {
|
|
"email": "antelle.net@gmail.com",
|
|
"url": "https://github.com/antelle/node-stream-zip/issues"
|
|
},
|
|
"license": "MIT",
|
|
"files": [
|
|
"LICENSE",
|
|
"node_stream_zip.js",
|
|
"node_stream_zip.d.ts"
|
|
],
|
|
"scripts": {
|
|
"lint": "eslint node_stream_zip.js test/tests.js",
|
|
"check-types": "tsc node_stream_zip.d.ts",
|
|
"test": "nodeunit test/tests.js"
|
|
},
|
|
"main": "node_stream_zip.js",
|
|
"types": "node_stream_zip.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/antelle/node-stream-zip.git"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^14.14.6",
|
|
"eslint": "^7.19.0",
|
|
"nodeunit": "^0.11.3",
|
|
"prettier": "^2.2.1"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/antelle"
|
|
}
|
|
}
|