{ "name": "nanoid", "version": "5.0.7", "description": "A tiny (116 bytes), secure URL-friendly unique string ID generator", "keywords": [ "uuid", "random", "id", "url" ], "type": "module", "engines": { "node": "^18 || >=20" }, "funding": [ { "type": "github", "url": "https://github.com/sponsors/ai" } ], "author": "Andrey Sitnik ", "license": "MIT", "repository": "ai/nanoid", "exports": { ".": { "browser": "./index.browser.js", "default": "./index.js" }, "./non-secure": "./non-secure/index.js", "./package.json": "./package.json" }, "browser": { "./index.js": "./index.browser.js" }, "react-native": { "./index.js": "./index.browser.js" }, "bin": "./bin/nanoid.js", "sideEffects": false, "types": "./index.d.ts" }