- 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>
35 lines
789 B
JSON
35 lines
789 B
JSON
{
|
|
"name": "sax",
|
|
"description": "An evented streaming XML parser in JavaScript",
|
|
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
|
|
"version": "1.6.0",
|
|
"main": "lib/sax.js",
|
|
"license": "BlueOak-1.0.0",
|
|
"scripts": {
|
|
"test": "tap",
|
|
"preversion": "npm test",
|
|
"postversion": "npm publish",
|
|
"postpublish": "git push origin --all; git push origin --tags",
|
|
"format": "prettier --write . --log-level warn"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/isaacs/sax-js.git"
|
|
},
|
|
"files": [
|
|
"lib/sax.js",
|
|
"LICENSE",
|
|
"README.md"
|
|
],
|
|
"devDependencies": {
|
|
"prettier": "^3.6.2",
|
|
"tap": "^21.1.3"
|
|
},
|
|
"tap": {
|
|
"allow-incomplete-coverage": true
|
|
},
|
|
"engines": {
|
|
"node": ">=11.0.0"
|
|
}
|
|
}
|