guardia-messenger/node_modules/env-editor/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

54 lines
801 B
JSON

{
"name": "env-editor",
"version": "0.4.2",
"description": "Get metadata on the default editor or a specific editor",
"license": "MIT",
"repository": "sindresorhus/env-editor",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=8"
},
"scripts": {
"test": "xo && ava && tsd"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"env",
"editor",
"environment",
"variable",
"default",
"editors",
"main",
"user",
"meta",
"metadata",
"info",
"name",
"binary",
"path",
"sublime",
"atom",
"vscode",
"webstorm",
"textmate",
"vim",
"neovim",
"intellij",
"nano",
"emacs"
],
"devDependencies": {
"ava": "^2.4.0",
"tsd": "^0.7.2",
"xo": "^0.24.0"
}
}