{
  "_from": "destr@2.0.5",
  "_id": "destr@2.0.5",
  "_inBundle": false,
  "_integrity": "sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==",
  "_location": "/destr",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "destr@2.0.5",
    "name": "destr",
    "escapedName": "destr",
    "rawSpec": "2.0.5",
    "saveSpec": null,
    "fetchSpec": "2.0.5"
  },
  "_requiredBy": [
    "/@nuxt/devtools",
    "/@nuxt/kit",
    "/@nuxt/nitro-server",
    "/@nuxtjs/tailwindcss/@nuxt/kit",
    "/@pinia-plugin-persistedstate/nuxt/@nuxt/kit",
    "/@pinia/nuxt/@nuxt/kit",
    "/h3",
    "/nitropack",
    "/nuxt/@nuxt/devtools",
    "/ofetch",
    "/rc9",
    "/unstorage",
    "/vuetify-nuxt-module"
  ],
  "_resolved": "https://registry.npmjs.org/destr/-/destr-2.0.5.tgz",
  "_shasum": "7d112ff1b925fb8d2079fac5bdb4a90973b51fdb",
  "_spec": "destr@2.0.5",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/@nuxtjs/tailwindcss/node_modules/@nuxt/kit",
  "bugs": {
    "url": "https://github.com/unjs/destr/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A faster, secure and convenient alternative for JSON.parse",
  "devDependencies": {
    "@hapi/bourne": "^3.0.0",
    "@vitest/coverage-v8": "^3.1.1",
    "changelogen": "^0.6.1",
    "eslint": "^9.23.0",
    "eslint-config-unjs": "^0.4.2",
    "mitata": "^1.0.34",
    "prettier": "^3.5.3",
    "secure-json-parse": "^4.0.0",
    "typescript": "^5.8.2",
    "unbuild": "~3.4",
    "vitest": "^3.1.1"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./lib/index.cjs"
    }
  },
  "files": [
    "dist",
    "lib"
  ],
  "homepage": "https://github.com/unjs/destr#readme",
  "license": "MIT",
  "main": "./lib/index.cjs",
  "module": "./dist/index.mjs",
  "name": "destr",
  "packageManager": "pnpm@10.7.1",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unjs/destr.git"
  },
  "scripts": {
    "bench:bun": "pnpm build && bun --bun ./test/bench.mjs",
    "bench:node": "pnpm build && node ./test/bench.mjs",
    "build": "unbuild",
    "dev": "vitest dev",
    "lint": "eslint . && prettier -c src test",
    "lint:fix": "eslint . --fix && prettier -w src test",
    "release": "pnpm test && pnpm build && changelogen --release --push && npm publish",
    "test": "pnpm lint && vitest run --coverage"
  },
  "sideEffects": false,
  "type": "module",
  "types": "./dist/index.d.ts",
  "version": "2.0.5"
}
