@tdb/web
Version:
Common condiguration for serving a web-site and testing web-based UI components.
20 lines (19 loc) • 437 B
JSON
{
"name": "nanoid",
"version": "1.2.1",
"description": "A tiny (145 bytes), secure URL-friendly unique string ID generator",
"keywords": [
"uuid",
"random",
"id",
"url"
],
"author": "Andrey Sitnik <andrey@sitnik.ru>",
"license": "MIT",
"repository": "ai/nanoid",
"browser": {
"./random.js": "./random.browser.js",
"./index.js": "./index.browser.js",
"./async.js": "./async.browser.js"
}
}