{
  "_from": "impound@^1.0.0",
  "_id": "impound@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-8lAJ+1Arw2sMaZ9HE2ZmL5zOcMnt18s6+7Xqgq2aUVy4P1nlzAyPtzCDxsk51KVFwHEEdc6OWvUyqwHwhRYaug==",
  "_location": "/impound",
  "_phantomChildren": {
    "pathe": "2.0.3",
    "picomatch": "4.0.3"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "impound@^1.0.0",
    "name": "impound",
    "escapedName": "impound",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/nuxt"
  ],
  "_resolved": "https://registry.npmjs.org/impound/-/impound-1.0.0.tgz",
  "_shasum": "42a011b33ddcce550c801210eb36b24a691ac941",
  "_spec": "impound@^1.0.0",
  "_where": "/home/ctr65084/public_html/tranvial-site/node_modules/nuxt",
  "bugs": {
    "url": "https://github.com/unjs/impound/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "exsolve": "^1.0.5",
    "mocked-exports": "^0.1.1",
    "pathe": "^2.0.3",
    "unplugin": "^2.3.2",
    "unplugin-utils": "^0.2.4"
  },
  "deprecated": false,
  "description": "Builder-agnostic plugin to allow restricting import patterns in certain parts of your code-base.",
  "devDependencies": {
    "@antfu/eslint-config": "4.12.0",
    "@types/node": "22.14.1",
    "@vitest/coverage-v8": "3.1.2",
    "bumpp": "10.1.0",
    "eslint": "9.25.0",
    "lint-staged": "15.5.1",
    "rollup": "4.40.0",
    "simple-git-hooks": "2.12.1",
    "typescript": "5.8.3",
    "unbuild": "3.5.0",
    "vite": "6.3.2",
    "vitest": "3.1.2"
  },
  "exports": {
    ".": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/unjs/impound#readme",
  "license": "MIT",
  "lint-staged": {
    "*.{js,ts,mjs,cjs,json,.*rc}": [
      "npx eslint --fix"
    ]
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "name": "impound",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unjs/impound.git"
  },
  "resolutions": {
    "impound": "link:."
  },
  "scripts": {
    "build": "unbuild",
    "dev": "vitest dev",
    "lint": "eslint . --fix",
    "release": "bumpp && pnpm publish",
    "test": "pnpm test:unit && pnpm test:types",
    "test:types": "tsc --noEmit",
    "test:unit": "vitest"
  },
  "sideEffects": false,
  "simple-git-hooks": {
    "pre-commit": "npx lint-staged"
  },
  "type": "module",
  "types": "./dist/index.d.ts",
  "version": "1.0.0"
}
