{
  "_from": "perfect-debounce@^2.0.0",
  "_id": "perfect-debounce@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-fkEH/OBiKrqqI/yIgjR92lMfs2K8105zt/VT6+7eTjNwisrsh47CeIED9z58zI7DfKdH3uHAn25ziRZn3kgAow==",
  "_location": "/perfect-debounce",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "perfect-debounce@^2.0.0",
    "name": "perfect-debounce",
    "escapedName": "perfect-debounce",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/c12",
    "/nitropack",
    "/nuxt",
    "/vite-plugin-inspect"
  ],
  "_resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-2.0.0.tgz",
  "_shasum": "0ff94f1ecbe0a6bca4b1703a2ed08bbe43739aa7",
  "_spec": "perfect-debounce@^2.0.0",
  "_where": "/home/ctr65084/public_html/tranvial-site/node_modules/c12",
  "bugs": {
    "url": "https://github.com/unjs/perfect-debounce/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "<!-- automd:badges color=yellow codecov bundlephobia packagephobia  -->",
  "devDependencies": {
    "@types/node": "^24.3.0",
    "@vitest/coverage-v8": "^3.2.4",
    "automd": "^0.4.0",
    "changelogen": "^0.6.2",
    "eslint": "^9.34.0",
    "eslint-config-unjs": "^0.5.0",
    "in-range": "^3.0.0",
    "obuild": "^0.2.1",
    "prettier": "^3.6.2",
    "time-span": "^5.1.0",
    "typescript": "^5.9.2",
    "vitest": "^3.2.4"
  },
  "exports": {
    ".": "./dist/index.mjs"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/unjs/perfect-debounce#readme",
  "license": "MIT",
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "name": "perfect-debounce",
  "packageManager": "pnpm@10.15.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unjs/perfect-debounce.git"
  },
  "scripts": {
    "build": "obuild",
    "dev": "vitest dev",
    "lint": "eslint . && prettier --check src test",
    "lint:fix": "eslint . --fix && prettier -w src test",
    "release": "pnpm test && pnpm build && changelogen --release --push && npm publish",
    "test": "vitest run --coverage"
  },
  "sideEffects": false,
  "type": "module",
  "types": "./dist/index.d.mts",
  "version": "2.0.0"
}
