- 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>
53 lines
1.1 KiB
JSON
53 lines
1.1 KiB
JSON
{
|
|
"name": "requireg",
|
|
"version": "0.2.2",
|
|
"description": "Require and resolve global modules like a boss",
|
|
"homepage": "http://github.com/h2non/requireg",
|
|
"bugs": "https://github.com/h2non/requireg/issues",
|
|
"contributors": [
|
|
{
|
|
"name": "Tomas Aparicio",
|
|
"email": "tomas@aparicio.me"
|
|
},
|
|
{
|
|
"name": "Eugene Sharygin",
|
|
"url": "https://github.com/eush77"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/h2non/requireg.git"
|
|
},
|
|
"licenses": "MIT",
|
|
"main": "lib/requireg",
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha -u tdd --ui exports --reporter spec --slow 2000ms --bail"
|
|
},
|
|
"keywords": [
|
|
"global",
|
|
"npm",
|
|
"modules",
|
|
"module",
|
|
"require",
|
|
"import",
|
|
"resolve"
|
|
],
|
|
"dependencies": {
|
|
"nested-error-stacks": "~2.0.1",
|
|
"rc": "~1.2.7",
|
|
"resolve": "~1.7.1"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "~5.2.0",
|
|
"expect.js": "~0.3.1",
|
|
"rewire": "~4.0.1",
|
|
"semver": "~5.5.0"
|
|
}
|
|
}
|