- 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>
34 lines
845 B
JSON
34 lines
845 B
JSON
{
|
|
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
|
|
"name": "ini",
|
|
"description": "An ini encoder/decoder for node",
|
|
"version": "1.3.8",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/isaacs/ini.git"
|
|
},
|
|
"main": "ini.js",
|
|
"scripts": {
|
|
"eslint": "eslint",
|
|
"lint": "npm run eslint -- ini.js test/*.js",
|
|
"lintfix": "npm run lint -- --fix",
|
|
"test": "tap",
|
|
"posttest": "npm run lint",
|
|
"preversion": "npm test",
|
|
"postversion": "npm publish",
|
|
"prepublishOnly": "git push origin --follow-tags"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.9.0",
|
|
"eslint-plugin-import": "^2.22.0",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-standard": "^4.0.1",
|
|
"tap": "14"
|
|
},
|
|
"license": "ISC",
|
|
"files": [
|
|
"ini.js"
|
|
]
|
|
}
|