{
  "_from": "uqr@^0.1.2",
  "_id": "uqr@0.1.2",
  "_inBundle": false,
  "_integrity": "sha512-MJu7ypHq6QasgF5YRTjqscSzQp/W11zoUk6kvmlH+fmWEs63Y0Eib13hYFwAzagRJcVY8WVnlV+eBDUGMJ5IbA==",
  "_location": "/uqr",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "uqr@^0.1.2",
    "name": "uqr",
    "escapedName": "uqr",
    "rawSpec": "^0.1.2",
    "saveSpec": null,
    "fetchSpec": "^0.1.2"
  },
  "_requiredBy": [
    "/listhen"
  ],
  "_resolved": "https://registry.npmjs.org/uqr/-/uqr-0.1.2.tgz",
  "_shasum": "5c6cd5dcff9581f9bb35b982cb89e2c483a41d7d",
  "_spec": "uqr@^0.1.2",
  "_where": "/home/ctr65084/public_html/tranvial-site/node_modules/listhen",
  "author": {
    "name": "Anthony Fu",
    "email": "anthonyfu117@hotmail.com"
  },
  "bugs": {
    "url": "https://github.com/unjs/uqr/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Generate QR Code universally, in any runtime, to ANSI, Unicode or SVG.",
  "devDependencies": {
    "@antfu/eslint-config": "^0.40.2",
    "@antfu/ni": "^0.21.5",
    "@antfu/utils": "^0.7.6",
    "@types/node": "^20.5.0",
    "bumpp": "^9.1.1",
    "eslint": "^8.47.0",
    "esno": "^0.17.0",
    "lint-staged": "^14.0.0",
    "pnpm": "^8.6.12",
    "rimraf": "^5.0.1",
    "rollup": "^3.28.0",
    "simple-git-hooks": "^2.9.0",
    "typescript": "^5.1.6",
    "unbuild": "^2.0.0-rc.0",
    "vite": "^4.4.9",
    "vitest": "^0.34.1"
  },
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/unjs/uqr#readme",
  "keywords": [],
  "license": "MIT",
  "lint-staged": {
    "*": "eslint --fix"
  },
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "name": "uqr",
  "packageManager": "pnpm@8.6.12",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unjs/uqr.git"
  },
  "scripts": {
    "build": "unbuild",
    "dev": "unbuild --stub",
    "lint": "eslint .",
    "play": "esno play/run.ts",
    "prepublishOnly": "nr build",
    "release": "bumpp && npm publish",
    "test": "vitest",
    "typecheck": "tsc --noEmit"
  },
  "sideEffects": false,
  "simple-git-hooks": {
    "pre-commit": "pnpm lint-staged"
  },
  "type": "module",
  "types": "./dist/index.d.ts",
  "typesVersions": {
    "*": {
      "*": [
        "./dist/*",
        "./dist/index.d.ts"
      ]
    }
  },
  "version": "0.1.2"
}
