{
  "_from": "nanoid@4.0.0",
  "_id": "nanoid@4.0.0",
  "_inBundle": false,
  "_integrity": "sha512-IgBP8piMxe/gf73RTQx7hmnhwz0aaEXYakvqZyE302IXW3HyVNhdNGC+O2MwMAVhLEnvXlvKtGbtJf6wvHihCg==",
  "_location": "/nanoid",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "nanoid@4.0.0",
    "name": "nanoid",
    "escapedName": "nanoid",
    "rawSpec": "4.0.0",
    "saveSpec": null,
    "fetchSpec": "4.0.0"
  },
  "_requiredBy": [
    "/flowbite-vue"
  ],
  "_resolved": "https://registry.npmjs.org/nanoid/-/nanoid-4.0.0.tgz",
  "_shasum": "6e144dee117609232c3f415c34b0e550e64999a5",
  "_spec": "nanoid@4.0.0",
  "_where": "/home/sagremc/chronos-v2/node_modules/flowbite-vue",
  "author": {
    "name": "Andrey Sitnik",
    "email": "andrey@sitnik.ru"
  },
  "bin": {
    "nanoid": "bin/nanoid.js"
  },
  "browser": {
    "./index.js": "./index.browser.js",
    "./async/index.js": "./async/index.browser.js",
    "./async/index.cjs": "./async/index.browser.cjs"
  },
  "bugs": {
    "url": "https://github.com/ai/nanoid/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A tiny (116 bytes), secure URL-friendly unique string ID generator",
  "engines": {
    "node": "^14 || ^16 || >=18"
  },
  "exports": {
    ".": {
      "browser": "./index.browser.js",
      "default": "./index.js"
    },
    "./async": {
      "browser": "./async/index.browser.js",
      "default": "./async/index.js"
    },
    "./non-secure": "./non-secure/index.js",
    "./package.json": "./package.json"
  },
  "homepage": "https://github.com/ai/nanoid#readme",
  "keywords": [
    "uuid",
    "random",
    "id",
    "url"
  ],
  "license": "MIT",
  "name": "nanoid",
  "react-native": {
    "./async/index.js": "./async/index.native.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ai/nanoid.git"
  },
  "sideEffects": false,
  "type": "module",
  "types": "./index.d.ts",
  "version": "4.0.0"
}
