UNPKG

@niyari/base32-ts

Version:

Base32 encode/decode for TypeScript.

38 lines (37 loc) 842 B
{ "name": "@niyari/base32-ts", "version": "0.0.4", "description": "Base32 encode/decode for TypeScript.", "main": "./dist/base32.js", "types": "./dist/base32.d.ts", "scripts": { "test": "node ./test/test.js", "benchmark": "node ./test/benchmark.js" }, "type": "module", "repository": { "type": "git", "url": "git+https://github.com/niyari/base32-ts.git" }, "keywords": [ "base32", "base32-ts", "rfc3548", "rfc4648", "clockwork", "crockford", "typescript" ], "author": "Sou Niyari", "license": "MIT", "bugs": { "url": "https://github.com/niyari/base32-ts/issues" }, "homepage": "https://github.com/niyari/base32-ts#readme", "devDependencies": { "typescript": "4.2.4" }, "directories": { "test": "./test" } }