UNPKG

charset-parser

Version:

Parse charset string from http header and hmtl meta

37 lines (36 loc) 810 B
{ "name": "charset-parser", "version": "0.2.0", "description": "Parse charset string from http header and hmtl meta", "main": "index.js", "scripts": { "test": "make test" }, "repository": { "type": "git", "url": "https://github.com/frankkanis/charset-parser.git" }, "keywords": [ "charset", "parse", "utf-8", "iso-8859-1", "http", "content-type", "header", "meta", "html" ], "author": "Frank Kanis <frank.kanis@gmail.com>", "licenses": [ { "type": "MIT", "url": "https://github.com/frankkanis/charset-parser/blob/master/LICENSE" }], "bugs": { "url": "https://github.com/frankkanis/charset-parser/issues" }, "homepage": "https://github.com/frankkanis/charset-parser", "devDependencies": { "mocha": "^2.1.0" } }