fast-key-generator
Version:
Simple utils library for key generation.
34 lines (33 loc) • 788 B
JSON
{
"name": "fast-key-generator",
"description": "Simple utils library for key generation.",
"version": "1.0.1",
"main": "./index.js",
"typings": "./index.d.ts",
"license": "MIT",
"keywords": [
"generate",
"generator",
"id",
"key",
"string",
"unique-id",
"unique-key",
"unique-string",
"unique"
],
"homepage": "https://github.com/vladrozhnev/fast-key-generator",
"repository": {
"url": "https://github.com/vladrozhnev/fast-key-generator.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/vladrozhnev/fast-key-generator/issues",
"email": "rozhnev.vlad@gmail.com"
},
"author": {
"name": "Vlad Rozhnev",
"email": "rozhnev.vlad@gmail.com",
"url": "https://www.facebook.com/rozhnev.vlad"
}
}