- 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
734 B
JSON
34 lines
734 B
JSON
{
|
|
"name": "nice-try",
|
|
"version": "1.0.5",
|
|
"authors": [
|
|
"Tobias Reich <tobias@electerious.com>"
|
|
],
|
|
"description": "Tries to execute a function and discards any error that occurs",
|
|
"main": "src/index.js",
|
|
"keywords": [
|
|
"try",
|
|
"catch",
|
|
"error"
|
|
],
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/electerious/nice-try",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/electerious/nice-try.git"
|
|
},
|
|
"files": [
|
|
"src"
|
|
],
|
|
"scripts": {
|
|
"coveralls": "nyc report --reporter=text-lcov | coveralls",
|
|
"test": "nyc node_modules/mocha/bin/_mocha"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.1.2",
|
|
"coveralls": "^3.0.0",
|
|
"nyc": "^12.0.1",
|
|
"mocha": "^5.1.1"
|
|
}
|
|
}
|