request-korean
Version:
A wrapper around requestjs to convert non-UTF-8 Korean response to UTF-8.
35 lines (34 loc) • 785 B
JSON
{
"name": "request-korean",
"version": "0.1.5",
"description": "A wrapper around requestjs to convert non-UTF-8 Korean response to UTF-8.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "buo <buo@users.noreply.github.com>",
"license": "MIT",
"homepage": "https://github.com/buo/request-korean#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/buo/request-korean.git"
},
"bugs": {
"url": "https://github.com/buo/request-korean/issues"
},
"keywords": [
"charset",
"encoding",
"euc-kr",
"euckr",
"korean",
"request",
"utf-8",
"utf8"
],
"dependencies": {
"iconv": "^2.2.0",
"lodash": "^4.13.1",
"request": "^2.72.0"
}
}