{
  "_from": "@paralleldrive/cuid2@^2.2.2",
  "_id": "@paralleldrive/cuid2@2.3.1",
  "_inBundle": false,
  "_integrity": "sha512-XO7cAxhnTZl0Yggq6jOgjiOHhbgcO4NqFqwSmQpjK3b6TEE6Uj/jfSk6wzYyemh3+I0sHirKSetjQwn5cZktFw==",
  "_location": "/@paralleldrive/cuid2",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@paralleldrive/cuid2@^2.2.2",
    "name": "@paralleldrive/cuid2",
    "escapedName": "@paralleldrive%2fcuid2",
    "scope": "@paralleldrive",
    "rawSpec": "^2.2.2",
    "saveSpec": null,
    "fetchSpec": "^2.2.2"
  },
  "_requiredBy": [
    "/formidable"
  ],
  "_resolved": "https://registry.npmjs.org/@paralleldrive/cuid2/-/cuid2-2.3.1.tgz",
  "_shasum": "3d62ea9e7be867d3fa94b9897fab5b0ae187d784",
  "_spec": "@paralleldrive/cuid2@^2.2.2",
  "_where": "C:\\Sites\\Ecommerce\\node_modules\\formidable",
  "author": {
    "name": "Eric Elliott"
  },
  "bugs": {
    "url": "https://github.com/ericelliott/cuid2/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@noble/hashes": "^1.1.5"
  },
  "deprecated": false,
  "description": "Secure, collision-resistant ids optimized for horizontal scaling and performance. Next generation UUIDs.",
  "devDependencies": {
    "eslint": "8.30.0",
    "eslint-config-next": "13.1.1",
    "eslint-config-prettier": "8.5.0",
    "eslint-plugin-prettier": "4.2.1",
    "next": "13.1.1",
    "pre-commit": "1.2.2",
    "prettier": "2.8.1",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "release-it": "15.5.1",
    "riteway": "7.0.0",
    "tap-nirvana": "1.1.0",
    "updtr": "4.0.0",
    "watch": "1.0.2"
  },
  "files": [
    "src/index.js",
    "index.js",
    "index.d.ts"
  ],
  "homepage": "https://github.com/ericelliott/cuid2#readme",
  "keywords": [
    "uuid",
    "guid",
    "cuid",
    "unique",
    "id",
    "ids",
    "identifier",
    "identifiers"
  ],
  "license": "MIT",
  "name": "@paralleldrive/cuid2",
  "pre-commit": [
    "lint",
    "test-color",
    "collision-test"
  ],
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ericelliott/cuid2.git"
  },
  "scripts": {
    "build": "next build",
    "collision-test": "NODE_ENV=test node src/collision-test.js | tap-nirvana",
    "dev": "next dev",
    "histogram": "NODE_ENV=test node src/histogram.js | tap-nirvana",
    "lint": "next lint --fix",
    "release": "release-it",
    "start": "next start",
    "test": "NODE_ENV=test node src/index-test.js",
    "test-color": "NODE_ENV=test node src/index-test.js | tap-nirvana",
    "typescript": "npx -p typescript tsc --esModuleInterop --rootDir . src/index-test.js --noEmit --allowJs --checkJs --target es2020 --moduleResolution node && echo 'TypeScript Complete.'",
    "update": "updtr",
    "watch": "watch 'npm run -s test | tap-nirvana && npm run -s lint && npm run -s typescript' src"
  },
  "types": "index.d.ts",
  "version": "2.3.1"
}
