qs-iconv
Version:
Character encoding for qs (and by extension: request) and querystring.
41 lines (40 loc) • 997 B
JSON
{
"name": "qs-iconv",
"version": "1.0.4",
"description": "Character encoding for qs (and by extension: request) and querystring.",
"main": "index.js",
"scripts": {
"test": "standard && npm run coverage && npm run md",
"coverage": "tap --coverage test/**/*.js",
"quick": "tap test/**/*.js",
"md": "evalmd Readme.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/martinheidegger/qs-iconv.git"
},
"keywords": [
"iconv",
"shift_jis",
"querstring",
"qs",
"request"
],
"author": "Martin Heidegger <martin.heidegger@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/martinheidegger/qs-iconv/issues"
},
"homepage": "https://github.com/martinheidegger/qs-iconv#readme",
"devDependencies": {
"evalmd": "0.0.17",
"iconv": "^2.2.0",
"qs": "^6.2.0",
"request": "^2.79.0",
"standard": "^8.6.0",
"tap": "^8.0.1"
},
"dependencies": {
"iconv-lite": "^0.4.13"
}
}