superhuman-q-encoding
Version:
A robust & character encoding–agnostic JavaScript implementation of the `Q` encoding as defined by RFC 2047.
59 lines (58 loc) • 1.14 kB
JSON
{
"name": "superhuman-q-encoding",
"version": "0.1.1",
"description": "A robust & character encoding–agnostic JavaScript implementation of the `Q` encoding as defined by RFC 2047.",
"homepage": "https://mths.be/q",
"main": "q.js",
"bin": {
"q": "bin/q"
},
"man": "man/q.1",
"keywords": [
"decode",
"decoding",
"encode",
"encoding",
"q-decode",
"q-encode",
"q-encoding",
"string"
],
"license": "MIT",
"author": {
"name": "Mathias Bynens",
"url": "https://mathiasbynens.be/"
},
"repository": {
"type": "git",
"url": "https://github.com/mathiasbynens/q-encoding.git"
},
"bugs": "https://github.com/mathiasbynens/q-encoding/issues",
"files": [
"LICENSE-MIT.txt",
"q.js",
"bin/",
"man/"
],
"directories": {
"bin": "bin",
"man": "man",
"test": "tests"
},
"scripts": {
"test": "node tests/tests.js"
},
"dependencies": {
"utf8": "^2.1.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-shell": "^1.1.2",
"grunt-template": "^0.2.3",
"istanbul": "^0.3.6",
"qunit-extras": "^1.4.1",
"qunitjs": "~1.11.0",
"regenerate": "^1.2.1",
"requirejs": "^2.1.16"
}
}