- 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>
40 lines
984 B
JSON
40 lines
984 B
JSON
{
|
|
"name": "pretty-format",
|
|
"version": "24.9.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/jest.git",
|
|
"directory": "packages/pretty-format"
|
|
},
|
|
"license": "MIT",
|
|
"description": "Stringify any JavaScript value.",
|
|
"main": "build/index.js",
|
|
"types": "build/index.d.ts",
|
|
"browser": "build-es5/index.js",
|
|
"author": "James Kyle <me@thejameskyle.com>",
|
|
"dependencies": {
|
|
"@jest/types": "^24.9.0",
|
|
"ansi-regex": "^4.0.0",
|
|
"ansi-styles": "^3.2.0",
|
|
"react-is": "^16.8.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/ansi-regex": "^4.0.0",
|
|
"@types/ansi-styles": "^3.2.1",
|
|
"@types/react": "*",
|
|
"@types/react-is": "^16.7.1",
|
|
"@types/react-test-renderer": "*",
|
|
"immutable": "4.0.0-rc.9",
|
|
"react": "*",
|
|
"react-dom": "*",
|
|
"react-test-renderer": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
|
|
}
|