[Claude Code Desktop 자동 설치 환경]
- setup/CLAUDE.md: 트리거 키워드 + 설치 패키지 설명
- setup/.claude/skills/guardia-install/SKILL.md: 6단계 설치 오케스트레이터
Phase 0: 의도 파악 → Phase 1: OS 감지 → Phase 2: 사전 확인
Phase 3: 설치 실행 → Phase 4: 라이선스 발급 → Phase 5: 검증 → Phase 6: 완료보고
[통합 자동 설치 스크립트]
- setup/install_auto.sh: Linux 통합 (OS 자동 감지 ubuntu/centos/rhel)
- --license trial30|trial7|<key> 파라미터
- 설치 완료 후 GUARDiA 자동 실행 + 브라우저 자동 열기
- --test 검증 모드
- setup/install_auto.ps1: Windows 통합 (ASCII 전용, PS 5.1 호환)
- 설치 후 NSSM 서비스 자동 시작 + 브라우저 자동 열기
- -Test 파라미터로 검증 전용 실행
[라이선스 엔진 개선]
- core/license.py: generate_trial_key(days=None) 파라미터 추가
- TRIAL_DURATION_DAYS = TRIAL_DURATION_DAYS 환경변수로 조정 가능
- routers/license.py: TrialRequest.days 필드 + 30일 체험판 지원
POST /api/license/trial {"days": 30} 로 30일 발급
사용자 경험:
1. setup/ 폴더를 새 PC에 복사
2. Claude Code Desktop 열고 해당 폴더 open
3. "GUARDiA 시스템 1달 사용자로 설치해 줘" 입력
4. 자동으로 OS 감지 → 설치 → 30일 라이선스 → 브라우저 열림
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
185 lines
6.1 KiB
JSON
185 lines
6.1 KiB
JSON
{
|
|
"name": "axios",
|
|
"version": "1.16.1",
|
|
"description": "Promise based HTTP client for the browser and node.js",
|
|
"main": "./dist/node/axios.cjs",
|
|
"module": "./index.js",
|
|
"type": "module",
|
|
"types": "index.d.ts",
|
|
"jsdelivr": "dist/axios.min.js",
|
|
"unpkg": "dist/axios.min.js",
|
|
"typings": "./index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": {
|
|
"require": "./index.d.cts",
|
|
"default": "./index.d.ts"
|
|
},
|
|
"bun": {
|
|
"require": "./dist/node/axios.cjs",
|
|
"default": "./index.js"
|
|
},
|
|
"react-native": {
|
|
"require": "./dist/browser/axios.cjs",
|
|
"default": "./dist/esm/axios.js"
|
|
},
|
|
"browser": {
|
|
"require": "./dist/browser/axios.cjs",
|
|
"default": "./index.js"
|
|
},
|
|
"default": {
|
|
"require": "./dist/node/axios.cjs",
|
|
"default": "./index.js"
|
|
}
|
|
},
|
|
"./lib/adapters/http.js": "./lib/adapters/http.js",
|
|
"./lib/adapters/xhr.js": "./lib/adapters/xhr.js",
|
|
"./unsafe/*": "./lib/*",
|
|
"./unsafe/core/settle.js": "./lib/core/settle.js",
|
|
"./unsafe/core/buildFullPath.js": "./lib/core/buildFullPath.js",
|
|
"./unsafe/helpers/isAbsoluteURL.js": "./lib/helpers/isAbsoluteURL.js",
|
|
"./unsafe/helpers/buildURL.js": "./lib/helpers/buildURL.js",
|
|
"./unsafe/helpers/combineURLs.js": "./lib/helpers/combineURLs.js",
|
|
"./unsafe/adapters/http.js": "./lib/adapters/http.js",
|
|
"./unsafe/adapters/xhr.js": "./lib/adapters/xhr.js",
|
|
"./unsafe/utils.js": "./lib/utils.js",
|
|
"./package.json": "./package.json",
|
|
"./dist/browser/axios.cjs": "./dist/browser/axios.cjs",
|
|
"./dist/node/axios.cjs": "./dist/node/axios.cjs"
|
|
},
|
|
"browser": {
|
|
"./dist/node/axios.cjs": "./dist/browser/axios.cjs",
|
|
"./lib/adapters/http.js": "./lib/helpers/null.js",
|
|
"./lib/platform/node/index.js": "./lib/platform/browser/index.js",
|
|
"./lib/platform/node/classes/FormData.js": "./lib/helpers/null.js"
|
|
},
|
|
"react-native": {
|
|
"./dist/node/axios.cjs": "./dist/browser/axios.cjs",
|
|
"./lib/adapters/http.js": "./lib/helpers/null.js",
|
|
"./lib/platform/node/index.js": "./lib/platform/browser/index.js",
|
|
"./lib/platform/node/classes/FormData.js": "./lib/helpers/null.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/axios/axios.git"
|
|
},
|
|
"keywords": [
|
|
"xhr",
|
|
"http",
|
|
"ajax",
|
|
"promise",
|
|
"node",
|
|
"browser",
|
|
"fetch",
|
|
"rest",
|
|
"api",
|
|
"client"
|
|
],
|
|
"author": "Matt Zabriskie",
|
|
"contributors": [
|
|
"Matt Zabriskie (https://github.com/mzabriskie)",
|
|
"Jay (https://github.com/jasonsaayman)",
|
|
"Dmitriy Mozgovoy (https://github.com/DigitalBrainJS)",
|
|
"Nick Uraltsev (https://github.com/nickuraltsev)",
|
|
"Emily Morehouse (https://github.com/emilyemorehouse)",
|
|
"Rubén Norte (https://github.com/rubennorte)",
|
|
"Justin Beckwith (https://github.com/JustinBeckwith)",
|
|
"Martti Laine (https://github.com/codeclown)",
|
|
"Xianming Zhong (https://github.com/chinesedfan)",
|
|
"Willian Agostini (https://github.com/WillianAgostini)",
|
|
"Shaan Majid (https://github.com/shaanmajid)",
|
|
"Remco Haszing (https://github.com/remcohaszing)",
|
|
"Rikki Gibson (https://github.com/RikkiGibson)"
|
|
],
|
|
"sideEffects": false,
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/axios/axios/issues"
|
|
},
|
|
"homepage": "https://axios-http.com",
|
|
"scripts": {
|
|
"build": "gulp clear && cross-env NODE_ENV=production rollup -c -m",
|
|
"version": "npm run build && git add package.json",
|
|
"preversion": "gulp version",
|
|
"test": "npm run test:vitest",
|
|
"test:vitest": "vitest run",
|
|
"test:vitest:unit": "vitest run --project unit",
|
|
"test:vitest:browser": "vitest run --project browser",
|
|
"test:vitest:browser:headless": "vitest run --project browser-headless",
|
|
"test:vitest:watch": "vitest",
|
|
"test:smoke:cjs:vitest": "npm --prefix tests/smoke/cjs run test:smoke:cjs:mocha",
|
|
"test:smoke:esm:vitest": "npm --prefix tests/smoke/esm run test:smoke:esm:vitest",
|
|
"test:smoke:deno": "deno task --cwd tests/smoke/deno test",
|
|
"test:smoke:bun": "bun test --cwd tests/smoke/bun",
|
|
"test:module:cjs": "npm --prefix tests/module/cjs run test:module:cjs",
|
|
"test:module:esm": "npm --prefix tests/module/esm run test:module:esm",
|
|
"docs:dev": "cd docs && npm run docs:dev",
|
|
"start": "node ./sandbox/server.js",
|
|
"examples": "node ./examples/server.js",
|
|
"lint": "eslint lib/**/*.js",
|
|
"fix": "eslint --fix lib/**/*.js",
|
|
"prepare": "husky"
|
|
},
|
|
"dependencies": {
|
|
"follow-redirects": "^1.16.0",
|
|
"form-data": "^4.0.5",
|
|
"https-proxy-agent": "^5.0.1",
|
|
"proxy-from-env": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.29.0",
|
|
"@babel/preset-env": "^7.29.2",
|
|
"@commitlint/cli": "^20.5.0",
|
|
"@commitlint/config-conventional": "^20.5.0",
|
|
"@eslint/js": "^10.0.1",
|
|
"@rollup/plugin-alias": "^6.0.0",
|
|
"@rollup/plugin-babel": "^7.0.0",
|
|
"@rollup/plugin-commonjs": "^29.0.2",
|
|
"@rollup/plugin-json": "^6.1.0",
|
|
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
"@rollup/plugin-terser": "^1.0.0",
|
|
"@vitest/browser": "^4.1.5",
|
|
"@vitest/browser-playwright": "^4.1.5",
|
|
"abortcontroller-polyfill": "^1.7.8",
|
|
"acorn": "^8.16.0",
|
|
"body-parser": "^2.2.2",
|
|
"chalk": "^5.6.2",
|
|
"cross-env": "^10.1.0",
|
|
"dev-null": "^0.1.1",
|
|
"eslint": "^10.2.1",
|
|
"express": "^5.2.1",
|
|
"formdata-node": "^6.0.3",
|
|
"formidable": "^3.5.4",
|
|
"fs-extra": "^11.3.4",
|
|
"get-stream": "^9.0.1",
|
|
"globals": "^17.5.0",
|
|
"gulp": "^5.0.1",
|
|
"husky": "^9.1.7",
|
|
"lint-staged": "^16.4.0",
|
|
"minimist": "^1.2.8",
|
|
"multer": "^2.1.1",
|
|
"playwright": "^1.59.1",
|
|
"prettier": "^3.8.3",
|
|
"rollup": "^4.60.2",
|
|
"rollup-plugin-bundle-size": "^1.0.3",
|
|
"selfsigned": "^5.5.0",
|
|
"stream-throttle": "^0.1.3",
|
|
"typescript": "^5.9.3",
|
|
"vitest": "^4.1.5"
|
|
},
|
|
"commitlint": {
|
|
"rules": {
|
|
"header-max-length": [
|
|
2,
|
|
"always",
|
|
130
|
|
]
|
|
},
|
|
"extends": [
|
|
"@commitlint/config-conventional"
|
|
]
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,cjs,mjs,ts,json,md,yml,yaml}": "prettier --write"
|
|
}
|
|
} |