{
  "_from": "uncrypto@^0.1.3",
  "_id": "uncrypto@0.1.3",
  "_inBundle": false,
  "_integrity": "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==",
  "_location": "/uncrypto",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "uncrypto@^0.1.3",
    "name": "uncrypto",
    "escapedName": "uncrypto",
    "rawSpec": "^0.1.3",
    "saveSpec": null,
    "fetchSpec": "^0.1.3"
  },
  "_requiredBy": [
    "/crossws",
    "/h3",
    "/nitropack",
    "/nuxt"
  ],
  "_resolved": "https://registry.npmjs.org/uncrypto/-/uncrypto-0.1.3.tgz",
  "_shasum": "e1288d609226f2d02d8d69ee861fa20d8348ef2b",
  "_spec": "uncrypto@^0.1.3",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/h3",
  "browser": "./dist/crypto.web.mjs",
  "bugs": {
    "url": "https://github.com/unjs/uncrypto/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Single API for Web Crypto API and Crypto Subtle working in Node.js, Browsers and other runtimes",
  "devDependencies": {
    "@types/node": "^20.2.5",
    "@vitest/coverage-v8": "^0.32.0",
    "changelogen": "^0.5.3",
    "eslint": "^8.42.0",
    "eslint-config-unjs": "^0.2.1",
    "prettier": "^2.8.8",
    "typescript": "^5.1.3",
    "unbuild": "^1.2.1",
    "vitest": "^0.32.0"
  },
  "exports": {
    ".": {
      "browser": "./dist/crypto.web.mjs",
      "bun": "./dist/crypto.web.mjs",
      "deno": "./dist/crypto.web.mjs",
      "edge-light": "./dist/crypto.web.mjs",
      "edge-routine": "./dist/crypto.web.mjs",
      "lagon": "./dist/crypto.web.mjs",
      "netlify": "./dist/crypto.web.mjs",
      "react-native": "./dist/crypto.web.mjs",
      "wintercg": "./dist/crypto.web.mjs",
      "worker": "./dist/crypto.web.mjs",
      "workerd": "./dist/crypto.web.mjs",
      "node": {
        "require": "./dist/crypto.node.cjs",
        "import": "./dist/crypto.node.mjs",
        "types": "./dist/crypto.node.d.ts"
      },
      "require": "./dist/crypto.web.cjs",
      "import": "./dist/crypto.web.mjs",
      "types": "./dist/crypto.web.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/unjs/uncrypto#readme",
  "license": "MIT",
  "main": "./dist/crypto.node.cjs",
  "module": "./dist/crypto.web.mjs",
  "name": "uncrypto",
  "packageManager": "pnpm@8.6.1",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unjs/uncrypto.git"
  },
  "scripts": {
    "build": "unbuild",
    "dev": "vitest dev",
    "lint": "eslint --cache --ext .ts,.js,.mjs,.cjs . && prettier -c src test",
    "lint:fix": "eslint --cache --ext .ts,.js,.mjs,.cjs . --fix && prettier -c src test -w",
    "prepack": "pnpm run build",
    "release": "pnpm test && changelogen --release && npm publish && git push --follow-tags",
    "test": "pnpm lint && vitest run --coverage"
  },
  "sideEffects": false,
  "type": "module",
  "types": "./dist/crypto.web.d.ts",
  "version": "0.1.3"
}
