@voken/base32
Version:
VOKEN Flavored Base32 Encoding and Decoding, with the checksum by default.
40 lines (39 loc) • 899 B
JSON
{
"name": "@voken/base32",
"version": "1.4.0",
"description": "VOKEN Flavored Base32 Encoding and Decoding, with the checksum by default.",
"keywords": [
"base32",
"voken",
"voken1000g",
"crypto",
"cryptography",
"decode",
"decoding",
"encode",
"encoding"
],
"homepage": "https://github.com/voken1000g/npm-base32",
"author": "@voken1000g",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/voken1000g/npm-base32"
},
"bugs": {
"url": "https://github.com/voken1000g/npm-base32/issues"
},
"main": "src/index.js",
"types": "src/index.d.ts",
"devDependencies": {
"@types/node": "^14.14.16",
"standard": "^16.0.3",
"tape": "^5.0.1"
},
"dependencies": {},
"scripts": {
"standard": "standard",
"test": "npm run standard && npm run unit",
"unit": "tape test/index.js"
}
}