UNPKG

base1

Version:

Convert binary data to Base1

39 lines (38 loc) 799 B
{ "name": "base1", "version": "2.0.2", "description": "Convert binary data to Base1", "homepage": "https://github.com/qntm/base1", "repository": { "type": "git", "url": "git://github.com/qntm/base1.git" }, "type": "module", "main": "src/index.js", "keywords": [ "base64", "encoding", "decoding", "text", "useless", "inefficient", "A" ], "scripts": { "mocha": "c8 --100 mocha", "postpublish": "npm version patch && git push", "standard": "standard", "test": "npm run standard && npm run mocha" }, "author": "qntm", "license": "MIT", "dependencies": {}, "devDependencies": { "c8": "^7.10.0", "mocha": "^9.1.3", "standard": "^16.0.1" }, "files": [ "src" ] }