@ -1 +1,3 @@
|
|||||||
github: AliasIO
|
github: AliasIO
|
||||||
|
custom: ["https://www.paypal.me/aliasio"]
|
||||||
|
|
||||||
|
@ -1,25 +1,26 @@
|
|||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@prantlf/jsonlint": "^10.2.0",
|
"@prantlf/jsonlint": "^10.2.0",
|
||||||
"adm-zip": "^0.4.14",
|
"adm-zip": "^0.4.16",
|
||||||
"convert-svg-to-png": "^0.5.0"
|
"convert-svg-to-png": "^0.5.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@nuxtjs/eslint-config": "^1.0.1",
|
"@nuxtjs/eslint-config": "^3.1.0",
|
||||||
"@nuxtjs/eslint-module": "^1.2.0",
|
"@nuxtjs/eslint-module": "^2.0.0",
|
||||||
"babel-eslint": "^10.1.0",
|
"babel-eslint": "^10.1.0",
|
||||||
"eslint": "^6.1.0",
|
"eslint": "^7.7.0",
|
||||||
"eslint-config-prettier": "^4.1.0",
|
"eslint-config-prettier": "^6.11.0",
|
||||||
"eslint-plugin-nuxt": "^0.5.2",
|
"eslint-plugin-nuxt": "^1.0.0",
|
||||||
"eslint-plugin-prettier": "^3.1.3",
|
"eslint-plugin-prettier": "^3.1.4",
|
||||||
"prettier": "^1.16.4"
|
"prettier": "^2.1.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"link": "node ./bin/link.js",
|
"link": "node ./bin/link.js",
|
||||||
"lint": "eslint src/**/*.js",
|
"lint": "eslint --fix src/**/*.js",
|
||||||
"validate": "yarn run lint && jsonlint -qV ./schema.json ./src/apps.json && node ./bin/validate.js",
|
"validate": "yarn run lint && jsonlint -qV ./schema.json ./src/technologies.json && node ./bin/validate.js",
|
||||||
"convert": "cd ./src/drivers/webextension/images/icons ; cp *.svg converted ; cd converted ; convert-svg-to-png *.svg --width 32 --height 32 ; rm *.svg",
|
"convert": "cd ./src/drivers/webextension/images/icons ; cp *.svg converted ; cd converted ; convert-svg-to-png *.svg --width 32 --height 32 ; rm *.svg",
|
||||||
"prettify": "jsonlint -si --trim-trailing-commas --enforce-double-quotes ./src/apps.json",
|
"prettify": "jsonlint -si --trim-trailing-commas --enforce-double-quotes ./src/technologies.json",
|
||||||
"build": "yarn run link && yarn run validate && yarn run prettify && yarn run convert && node ./bin/build.js"
|
"build": "yarn run link && yarn run validate && yarn run prettify && yarn run convert && node ./bin/build.js",
|
||||||
|
"build:safari": "xcrun safari-web-extension-converter --swift --project-location build --force src/drivers/webextension"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -0,0 +1,90 @@
|
|||||||
|
{
|
||||||
|
"github": { "message": "GitHub에서 Wappalyzer를 포크하세요!" },
|
||||||
|
"twitter": { "message": "Twitter에서 Wappalyzer 팔로우" },
|
||||||
|
"website": { "message": "wappalyzer.com으로 가기" },
|
||||||
|
"options": { "message": "설정" },
|
||||||
|
"optionsSave": { "message": "설정 저장" },
|
||||||
|
"optionsSaved": { "message": "저장됨" },
|
||||||
|
"optionUpgradeMessage": { "message": "업그레이드에 대해 알리기" },
|
||||||
|
"optionDynamicIcon": { "message": "Wappalyzer 로고 대신 식별된 기술 아이콘을 사용" },
|
||||||
|
"optionTracking": { "message": "익명으로 wappalyzer.com에 식별된 기술 정보 전송" },
|
||||||
|
"optionThemeMode": { "message": "다크 모드 호환 활성화" },
|
||||||
|
"optionBadge": { "message": "아이콘에 식별된 기술 갯수 표시" },
|
||||||
|
"disableOnDomain": { "message": "이 웹 사이트에서 끄기" },
|
||||||
|
"clearCache": { "message": "캐시된 식별 정보 지우기" },
|
||||||
|
"nothingToDo": { "message": "여기에는 할 일이 없네요." },
|
||||||
|
"noAppsDetected": { "message": "식별된 기술이 없습니다." },
|
||||||
|
"categoryPin": { "message": "항상 아이콘 보이기" },
|
||||||
|
"termsAccept": { "message": "수락" },
|
||||||
|
"termsContent": { "message": "이 확장 기능은 사이트의 도메인과 식별된 기술을 포함한 익명 정보를 <a href='https://www.wappalyzer.com'>wappalyzer.com</a>에 전송합니다. 이 기능은 설정에서 비활성화 할 수 있습니다." },
|
||||||
|
"privacyPolicy": { "message": "개인정보처리방침" },
|
||||||
|
"createAlert": { "message": "이 웹 사이트에 대한 알림 받기" },
|
||||||
|
"categoryName1": { "message": "CMS" },
|
||||||
|
"categoryName2": { "message": "포럼 소프트웨어" },
|
||||||
|
"categoryName3": { "message": "데이터베이스 관리 도구" },
|
||||||
|
"categoryName4": { "message": "문서 도구" },
|
||||||
|
"categoryName5": { "message": "위젯" },
|
||||||
|
"categoryName6": { "message": "전자상거래" },
|
||||||
|
"categoryName7": { "message": "사진 갤러리" },
|
||||||
|
"categoryName8": { "message": "위키" },
|
||||||
|
"categoryName9": { "message": "호스팅 패널" },
|
||||||
|
"categoryName10": { "message": "분석" },
|
||||||
|
"categoryName11": { "message": "블로그" },
|
||||||
|
"categoryName12": { "message": "JavaScript 프레임워크" },
|
||||||
|
"categoryName13": { "message": "이슈 트래커" },
|
||||||
|
"categoryName14": { "message": "비디오 플레이어" },
|
||||||
|
"categoryName15": { "message": "댓글 시스템" },
|
||||||
|
"categoryName16": { "message": "보안" },
|
||||||
|
"categoryName17": { "message": "폰트 스크립트" },
|
||||||
|
"categoryName18": { "message": "웹 프레임워크" },
|
||||||
|
"categoryName19": { "message": "기타" },
|
||||||
|
"categoryName20": { "message": "에디터" },
|
||||||
|
"categoryName21": { "message": "LMS" },
|
||||||
|
"categoryName22": { "message": "웹 서버" },
|
||||||
|
"categoryName23": { "message": "캐싱" },
|
||||||
|
"categoryName24": { "message": "텍스트 에디터" },
|
||||||
|
"categoryName25": { "message": "JavaScript 그래픽" },
|
||||||
|
"categoryName26": { "message": "모바일 프레임워크" },
|
||||||
|
"categoryName27": { "message": "프로그래밍 언어" },
|
||||||
|
"categoryName28": { "message": "운영체제" },
|
||||||
|
"categoryName29": { "message": "검색 엔진" },
|
||||||
|
"categoryName30": { "message": "웹 메일" },
|
||||||
|
"categoryName31": { "message": "CDN" },
|
||||||
|
"categoryName32": { "message": "마케팅 자동화" },
|
||||||
|
"categoryName33": { "message": "웹 서버 확장" },
|
||||||
|
"categoryName34": { "message": "데이터베이스" },
|
||||||
|
"categoryName35": { "message": "지도" },
|
||||||
|
"categoryName36": { "message": "광고" },
|
||||||
|
"categoryName37": { "message": "네트워크 서비스" },
|
||||||
|
"categoryName38": { "message": "미디어 서버" },
|
||||||
|
"categoryName39": { "message": "웹캠" },
|
||||||
|
"categoryName40": { "message": "프린터" },
|
||||||
|
"categoryName41": { "message": "결제 처리" },
|
||||||
|
"categoryName42": { "message": "Tag managers" },
|
||||||
|
"categoryName44": { "message": "CI" },
|
||||||
|
"categoryName46": { "message": "원격 접속" },
|
||||||
|
"categoryName47": { "message": "개발" },
|
||||||
|
"categoryName48": { "message": "네트워크 스토리지" },
|
||||||
|
"categoryName49": { "message": "피드 리더" },
|
||||||
|
"categoryName50": { "message": "DMS" },
|
||||||
|
"categoryName51": { "message": "사이트 제작 도구" },
|
||||||
|
"categoryName52": { "message": "실시간 채팅" },
|
||||||
|
"categoryName53": { "message": "CRM" },
|
||||||
|
"categoryName54": { "message": "SEO" },
|
||||||
|
"categoryName55": { "message": "회계" },
|
||||||
|
"categoryName56": { "message": "가상화폐 채굴기" },
|
||||||
|
"categoryName57": { "message": "정적 사이트 생성기" },
|
||||||
|
"categoryName58": { "message": "사용자 유도" },
|
||||||
|
"categoryName59": { "message": "JavaScript 라이브러리" },
|
||||||
|
"categoryName60": { "message": "컨테이너" },
|
||||||
|
"categoryName61": { "message": "SaaS" },
|
||||||
|
"categoryName62": { "message": "PaaS" },
|
||||||
|
"categoryName63": { "message": "IaaS" },
|
||||||
|
"categoryName64": { "message": "리버스 프록시" },
|
||||||
|
"categoryName65": { "message": "로드 밸런서" },
|
||||||
|
"categoryName66": { "message": "UI 프레임워크" },
|
||||||
|
"categoryName67": { "message": "쿠키 동의" },
|
||||||
|
"categoryName68": { "message": "접근성" },
|
||||||
|
"categoryName69": { "message": "소셜 로그인" },
|
||||||
|
"categoryName70": { "message": "SSL/TLS certificate authority" }
|
||||||
|
}
|
After Width: | Height: | Size: 2.3 KiB |
After Width: | Height: | Size: 755 B |
After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 3.5 KiB |
After Width: | Height: | Size: 592 B |
After Width: | Height: | Size: 558 B |
After Width: | Height: | Size: 4.2 KiB |
After Width: | Height: | Size: 2.9 KiB |
After Width: | Height: | Size: 8.7 KiB |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 3.4 KiB |
After Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 944 B |
After Width: | Height: | Size: 722 B |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 2.7 KiB |
After Width: | Height: | Size: 582 B |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 2.9 KiB |
After Width: | Height: | Size: 3.3 KiB |
After Width: | Height: | Size: 5.5 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 2.9 KiB |
After Width: | Height: | Size: 273 B |
After Width: | Height: | Size: 3.1 KiB |
After Width: | Height: | Size: 380 B |
After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 680 B |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 943 B |
After Width: | Height: | Size: 2.3 KiB |
After Width: | Height: | Size: 99 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 2.6 KiB |
After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 602 B After Width: | Height: | Size: 440 B |
Before Width: | Height: | Size: 660 B After Width: | Height: | Size: 899 B |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 3.0 KiB |
After Width: | Height: | Size: 961 B |
Before Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 534 B |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 554 B |
After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 623 B |
After Width: | Height: | Size: 284 B |
Before Width: | Height: | Size: 284 B After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 3.2 KiB |
After Width: | Height: | Size: 3.8 KiB |
After Width: | Height: | Size: 1.7 KiB |