{
  "_from": "impound@^1.1.5",
  "_id": "impound@1.1.5",
  "_inBundle": false,
  "_integrity": "sha512-5AUn+QE0UofqNHu5f2Skf6Svukdg4ehOIq8O0EtqIx4jta0CDZYBPqpIHt0zrlUTiFVYlLpeH39DoikXBjPKpA==",
  "_location": "/impound",
  "_phantomChildren": {
    "@jridgewell/remapping": "2.3.5",
    "picomatch": "4.0.4",
    "webpack-virtual-modules": "0.6.2"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "impound@^1.1.5",
    "name": "impound",
    "escapedName": "impound",
    "rawSpec": "^1.1.5",
    "saveSpec": null,
    "fetchSpec": "^1.1.5"
  },
  "_requiredBy": [
    "/@nuxt/nitro-server",
    "/nuxt"
  ],
  "_resolved": "https://registry.npmjs.org/impound/-/impound-1.1.5.tgz",
  "_shasum": "ce3acc2988fde76cf5c793127b89f26270302b54",
  "_spec": "impound@^1.1.5",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/nuxt",
  "bugs": {
    "url": "https://github.com/unjs/impound/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@jridgewell/trace-mapping": "^0.3.31",
    "es-module-lexer": "^2.0.0",
    "pathe": "^2.0.3",
    "unplugin": "^3.0.0",
    "unplugin-utils": "^0.3.1"
  },
  "deprecated": false,
  "description": "Builder-agnostic plugin to allow restricting import patterns in certain parts of your code-base.",
  "devDependencies": {
    "@antfu/eslint-config": "7.6.1",
    "@types/node": "24.11.0",
    "@vitest/coverage-v8": "4.0.18",
    "bumpp": "10.4.1",
    "eslint": "10.0.3",
    "nano-staged": "0.9.0",
    "rollup": "4.59.0",
    "simple-git-hooks": "2.13.1",
    "tsdown": "0.20.3",
    "typescript": "5.9.3",
    "vite": "7.3.1",
    "vitest": "4.0.18"
  },
  "exports": {
    ".": "./dist/index.mjs"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/unjs/impound#readme",
  "license": "MIT",
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "name": "impound",
  "nano-staged": {
    "*.{js,ts,mjs,cjs,json,.*rc}": "pnpm exec eslint --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unjs/impound.git"
  },
  "resolutions": {
    "impound": "link:."
  },
  "scripts": {
    "build": "tsdown",
    "dev": "vitest dev",
    "lint": "eslint .",
    "release": "bumpp",
    "test": "pnpm test:unit && pnpm test:types",
    "test:types": "tsc --noEmit",
    "test:unit": "vitest"
  },
  "sideEffects": false,
  "simple-git-hooks": {
    "pre-commit": "pnpm exec nano-staged"
  },
  "type": "module",
  "types": "./dist/index.d.mts",
  "version": "1.1.5"
}
