- 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>
36 lines
718 B
JSON
36 lines
718 B
JSON
{
|
|
"name": "invariant",
|
|
"version": "2.2.4",
|
|
"description": "invariant",
|
|
"keywords": [
|
|
"test",
|
|
"invariant"
|
|
],
|
|
"license": "MIT",
|
|
"author": "Andres Suarez <zertosh@gmail.com>",
|
|
"files": [
|
|
"browser.js",
|
|
"invariant.js",
|
|
"invariant.js.flow"
|
|
],
|
|
"repository": "https://github.com/zertosh/invariant",
|
|
"scripts": {
|
|
"test": "NODE_ENV=production tap test/*.js && NODE_ENV=development tap test/*.js"
|
|
},
|
|
"dependencies": {
|
|
"loose-envify": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"browserify": "^11.0.1",
|
|
"flow-bin": "^0.67.1",
|
|
"tap": "^1.4.0"
|
|
},
|
|
"main": "invariant.js",
|
|
"browser": "browser.js",
|
|
"browserify": {
|
|
"transform": [
|
|
"loose-envify"
|
|
]
|
|
}
|
|
}
|