{
  "_from": "uqr@^0.1.3",
  "_id": "uqr@0.1.3",
  "_inBundle": false,
  "_integrity": "sha512-0rjE8iEJe4YmT9TOhwsZtqCMRLc5DXZUI2UEYUUg63ikBkqqE5EYWaI0etFe/5KUcmcYwLih2RND1kq+hrUJXA==",
  "_location": "/uqr",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "uqr@^0.1.3",
    "name": "uqr",
    "escapedName": "uqr",
    "rawSpec": "^0.1.3",
    "saveSpec": null,
    "fetchSpec": "^0.1.3"
  },
  "_requiredBy": [
    "/listhen"
  ],
  "_resolved": "https://registry.npmjs.org/uqr/-/uqr-0.1.3.tgz",
  "_shasum": "43b5b27508cd28ccc42401ea75b92a39bd8cd510",
  "_spec": "uqr@^0.1.3",
  "_where": "/var/www/html/dev.essence.ind.br/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": "^8.0.0",
    "@antfu/ni": "^30.0.0",
    "@antfu/utils": "^9.3.0",
    "@types/node": "^25.5.0",
    "bumpp": "^11.0.1",
    "eslint": "^10.1.0",
    "lint-staged": "^16.4.0",
    "pnpm": "^10.33.0",
    "rimraf": "^6.1.3",
    "rollup": "^4.60.1",
    "simple-git-hooks": "^2.13.1",
    "tsx": "^4.21.0",
    "typescript": "^6.0.2",
    "unbuild": "^3.6.1",
    "vite": "^8.0.3",
    "vitest": "^4.1.2"
  },
  "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",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unjs/uqr.git"
  },
  "scripts": {
    "build": "unbuild",
    "dev": "unbuild --stub",
    "lint": "eslint .",
    "play": "tsx play/run.ts",
    "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.3"
}
