UNPKG

shortening

Version:
30 lines (25 loc) 642 B
{ "name": "shortening", "version": "0.3.1", "description": "Fat free URLs", "license": "MIT", "contributors": ["Neil Vallon <neil@vallon.me> (https://neil.vallon.me)"], "repository": { "type": "git", "url": "https://github.com/neilvallon/shortening.js" }, "bugs": "https://github.com/neilvallon/shortening.js/issues", "main": "shortening.js", "scripts": { "test": "mocha", "bench": "node bench.js" }, "devDependencies": { "benchmark": "^2.1.4", "mocha": "^6.1.4" }, "keywords": [ "base64", "base64url", "base32", "radix64", "radix32", "base", "radix", "bijective", "url", "encode", "decode", "convert" ] }