base-62.js
Version:
Base62 + big.js | Convert Strings an Numbers to Base62 without worrying about overflowing Number.MAX_SAFE_INTEGER
22 lines (21 loc) • 518 B
JSON
{
"name": "base-62.js",
"repository": "https://github.com/bnorton/base-62.js.git",
"version": "0.9.9",
"license": "MIT",
"description": "Base62 + big.js | Convert Strings an Numbers to Base62 without worrying about overflowing Number.MAX_SAFE_INTEGER",
"keywords": [
"base62",
"token generator",
"API token",
"MongoDB",
"ObjectID"
],
"dependencies": {
"big.js": "3.x",
"random.js": "0.1.0"
},
"devDependencies": {
"minijasminenode2": "bnorton/minijasminenode"
}
}