UNPKG

puchi

Version:

A JavaScript library to encode and decode large integer strings of base n to base 64.

36 lines (35 loc) 752 B
{ "name": "puchi", "version": "1.0.0", "description": "A JavaScript library to encode and decode large integer strings of base n to base 64.", "main": "index.js", "scripts": { "test": "./node_modules/.bin/mocha" }, "repository": { "type": "git", "url": "git+https://github.com/iwatakeshi/puchi.git" }, "keywords": [ "encode", "decode", "basen", "base64", "tiny", "petite", "convert" ], "author": "iwatakeshi", "license": "MIT", "bugs": { "url": "https://github.com/iwatakeshi/puchi/issues" }, "homepage": "https://github.com/iwatakeshi/puchi#readme", "devDependencies": { "chai": "^4.2.0", "mocha": "^5.2.0" }, "dependencies": { "big-integer": "^1.6.40" } }