passthrough-encoding
Version:
An encoder that encodes buffers/strings to a buffer and is abstract-encoding compatible
25 lines (24 loc) • 669 B
JSON
{
"name": "passthrough-encoding",
"version": "1.2.0",
"description": "An encoder that encodes buffers/strings to a buffer and is abstract-encoding compatible",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"standard": "^7.1.0",
"tape": "^4.5.1"
},
"scripts": {
"test": "standard && tape test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/passthrough-encoding.git"
},
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/passthrough-encoding/issues"
},
"homepage": "https://github.com/mafintosh/passthrough-encoding"
}