guardia-messenger/node_modules/xcode/package.json
DESKTOP-TKLFCPRython f29f525c77 refactor: 101.79.17.164 → zioinfo.co.kr 전체 도메인 변환 + Manager UI 배포
- 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>
2026-05-31 10:09:17 +09:00

62 lines
1.2 KiB
JSON

{
"author": "Apache Software Foundation",
"name": "xcode",
"description": "parser for xcodeproj/project.pbxproj files",
"version": "3.0.1",
"main": "index.js",
"repository": "github:apache/cordova-node-xcode",
"bugs": "https://github.com/apache/cordova-node-xcode/issues",
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
"simple-plist": "^1.1.0",
"uuid": "^7.0.3"
},
"devDependencies": {
"nodeunit": "^0.11.3",
"nyc": "^15.0.0",
"pegjs": "^0.10.0"
},
"scripts": {
"pegjs": "node_modules/.bin/pegjs lib/parser/pbxproj.pegjs",
"test": "npm run cover",
"test:unit": "nodeunit test/parser test",
"cover": "nyc npm run test:unit"
},
"license": "Apache-2.0",
"contributors": [
{
"name": "Andrew Lunny",
"email": "alunny@gmail.com"
},
{
"name": "Anis Kadri"
},
{
"name": "Mike Reinstein"
},
{
"name": "Filip Maj"
},
{
"name": "Brett Rudd",
"email": "goya@apache.org"
},
{
"name": "Bob Easterday"
}
],
"nyc": {
"all": true,
"exclude": [
"coverage/",
"test/"
],
"reporter": [
"lcov",
"text"
]
}
}