@vlasky/quoted-printable
Version:
Fast, robust RFC 2045 (Quoted-Printable) and RFC 2047 (Q-Encoding) encoder/decoder for Buffers in pure Javascript with an optional C++ binding. A fork of @ronomon/quoted-printable that supports Node.js 8+.
42 lines (41 loc) • 1.03 kB
JSON
{
"name": "@vlasky/quoted-printable",
"version": "3.2.2",
"description": "Fast, robust RFC 2045 (Quoted-Printable) and RFC 2047 (Q-Encoding) encoder/decoder for Buffers in pure Javascript with an optional C++ binding. A fork of @ronomon/quoted-printable that supports Node.js 8+.",
"main": "index.js",
"files": [
"benchmark.js",
"binding.cc",
"binding.gyp",
"index.js",
"test.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/vlasky/quoted-printable.git"
},
"keywords": [
"quoted-printable",
"q-encoding",
"mime",
"rfc 2045",
"rfc 2047"
],
"author": "Joran Dirk Greef",
"license": "MIT",
"bugs": {
"url": "https://github.com/ronomon/quoted-printable/issues"
},
"homepage": "https://github.com/vlasky/quoted-printable#readme",
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"postinstall": "node-gyp clean",
"test": "node test.js"
},
"dependencies": {
"@ronomon/queue": "^3.0.1",
"nan": "^2.22.2"
}
}