UNPKG

superagent-charset

Version:
48 lines (47 loc) 1.05 kB
{ "name": "superagent-charset", "version": "1.2.0", "description": "add charset support for node's superagent", "main": "index.js", "dependencies": { "iconv-lite": "^0.4.16" }, "scripts": { "test": "mocha", "test-cover": "istanbul cover _mocha -- -R spec -u exports", "report-cover": "codecov" }, "repository": { "type": "git", "url": "git@github.com:magicdawn/superagent-charset.git" }, "keywords": [ "superagent", "encoding", "charset", "gbk", "gb2312", "iconv" ], "author": "magicdawn", "license": "MIT", "bugs": { "url": "https://github.com/magicdawn/superagent-charset/issues" }, "homepage": "https://github.com/magicdawn/superagent-charset", "devDependencies": { "codecov": "^2.1.0", "eslint": "^3.19.0", "istanbul": "^1.1.0-alpha.1", "koa": "^2.2.0", "mocha": "^3.2.0", "should": "^11.2.1", "superagent": "^3.5.2", "superagent-proxy": "^1.0.2" }, "files": [ "index.js", "package.json", "README.md" ] }