UNPKG

base85-full

Version:

Base85 (Ascii85/btoa/ZMP) encoder and decoder

38 lines (37 loc) 792 B
{ "name": "base85-full", "version": "3.2.0", "description": "Base85 (Ascii85/btoa/ZMP) encoder and decoder", "main": "lib/base85.js", "typings": "lib/base85.d.ts", "scripts": { "test": "jshint . && nodeunit tests" }, "dependencies": { "buffer": "^6.0.3", "ip-address": "^5.8.9" }, "devDependencies": { "jshint": "^2.13.1", "nodeunit": "^0.11.3" }, "repository": { "type": "git", "url": "https://github.com/smurfix/base85" }, "keywords": [ "base85", "btoa", "ascii85", "Z85" ], "author": "Matthias Urlichs <matthias@urlichs.de>", "license": "MIT", "bugs": { "url": "https://github.com/smurfix/base85/issues" }, "homepage": "https://github.com/smurfix/base85", "engines": { "node": ">=10.24.1" } }