{
  "_from": "structured-clone-es@^2.0.0",
  "_id": "structured-clone-es@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-5UuAHmBLXYPCl22xWJrFuGmIhBKQzxISPVz6E7nmTmTcAOpUzlbjKJsRrCE4vADmMQ0dzeCnlWn9XufnAGf76Q==",
  "_location": "/structured-clone-es",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "structured-clone-es@^2.0.0",
    "name": "structured-clone-es",
    "escapedName": "structured-clone-es",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/@nuxt/devtools",
    "/nuxt/@nuxt/devtools"
  ],
  "_resolved": "https://registry.npmjs.org/structured-clone-es/-/structured-clone-es-2.0.0.tgz",
  "_shasum": "ab53cf4e2934c7b5fb17bda9761ac5e809d1b9cd",
  "_spec": "structured-clone-es@^2.0.0",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/nuxt/node_modules/@nuxt/devtools",
  "author": {
    "name": "Andrea Giammarchi"
  },
  "bugs": {
    "url": "https://github.com/antfu-collective/structured-clone-es/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "An env-agnostic serializer and deserializer with recursion ability and types beyond JSON, based on the HTML structured clone algorithm.",
  "devDependencies": {
    "@antfu/eslint-config": "^7.7.2",
    "@antfu/ni": "^28.3.0",
    "@antfu/utils": "^9.3.0",
    "@types/node": "^25.4.0",
    "@vitest/coverage-v8": "3.2.4",
    "bumpp": "^10.4.1",
    "eslint": "^10.0.3",
    "lint-staged": "^16.3.3",
    "pnpm": "^10.32.1",
    "simple-git-hooks": "^2.13.1",
    "tsdown": "^0.21.2",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3",
    "vitest": "^4.0.18"
  },
  "exports": {
    ".": "./dist/index.mjs",
    "./package.json": "./package.json"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/antfu-collective/structured-clone-es#readme",
  "keywords": [
    "structured-clone",
    "serialize",
    "deserialize"
  ],
  "license": "ISC",
  "lint-staged": {
    "*": "eslint --fix"
  },
  "name": "structured-clone-es",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antfu-collective/structured-clone-es.git"
  },
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch",
    "lint": "eslint .",
    "release": "bumpp",
    "start": "tsx src/index.ts",
    "test": "vitest",
    "typecheck": "tsc --noEmit"
  },
  "sideEffects": false,
  "simple-git-hooks": {
    "pre-commit": "pnpm lint-staged"
  },
  "type": "module",
  "types": "./dist/index.d.mts",
  "version": "2.0.0"
}
