- 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>
58 lines
1.2 KiB
JSON
58 lines
1.2 KiB
JSON
{
|
|
"name": "fbemitter",
|
|
"version": "3.0.0",
|
|
"keywords": [
|
|
"clientside"
|
|
],
|
|
"bugs": "https://github.com/facebook/emitter/issues",
|
|
"license": "BSD-3-Clause",
|
|
"files": [
|
|
"LICENSE",
|
|
"PATENTS",
|
|
"README.md",
|
|
"index.js",
|
|
"lib/"
|
|
],
|
|
"main": "index.js",
|
|
"repository": "facebook/emitter",
|
|
"scripts": {
|
|
"build": "gulp build",
|
|
"prepublish": "npm run build",
|
|
"test": "NODE_ENV=test jest"
|
|
},
|
|
"dependencies": {
|
|
"fbjs": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.0.0",
|
|
"del": "^2.2.0",
|
|
"fbjs-scripts": "^3.0.0",
|
|
"gulp": "^4.0.2",
|
|
"gulp-babel": "^8.0.0",
|
|
"gulp-flatten": "^0.2.0",
|
|
"jest-cli": "^26.6.3",
|
|
"object-assign": "^4.0.1",
|
|
"run-sequence": "^1.1.5"
|
|
},
|
|
"jest": {
|
|
"modulePathIgnorePatterns": [
|
|
"/lib/",
|
|
"/node_modules/"
|
|
],
|
|
"transformIgnorePatterns": [
|
|
"/node_modules/"
|
|
],
|
|
"transform": {
|
|
"\\.js$": "<rootDir>/scripts/jest/preprocessor.js"
|
|
},
|
|
"rootDir": "",
|
|
"roots": [
|
|
"<rootDir>/src"
|
|
],
|
|
"unmockedModulePathPatterns": [
|
|
"<rootDir>/node_modules/",
|
|
"<rootDir>/src/(?!(__forks__/fetch.js$|fetch/))"
|
|
]
|
|
}
|
|
}
|