{
  "_from": "perfect-debounce@^2.0.0",
  "_id": "perfect-debounce@2.1.0",
  "_inBundle": false,
  "_integrity": "sha512-LjgdTytVFXeUgtHZr9WYViYSM/g8MkcTPYDlPa3cDqMirHjKiSZPYd6DoL7pK8AJQr+uWkQvCjHNdiMqsrJs+g==",
  "_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": [
    "/@vue/devtools-kit"
  ],
  "_resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-2.1.0.tgz",
  "_shasum": "e7078e38f231cb191855c3136a4423aef725d261",
  "_spec": "perfect-debounce@^2.0.0",
  "_where": "C:\\xampp\\htdocs\\findworkspace\\findworkspace\\node_modules\\@vue\\devtools-kit",
  "bugs": {
    "url": "https://github.com/unjs/perfect-debounce/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "<!-- automd:badges color=yellow codecov bundlephobia packagephobia  -->",
  "devDependencies": {
    "@types/node": "^25.0.10",
    "@vitest/coverage-v8": "^4.0.17",
    "automd": "^0.4.2",
    "changelogen": "^0.6.2",
    "eslint": "^9.39.2",
    "eslint-config-unjs": "^0.6.2",
    "in-range": "^3.0.0",
    "obuild": "^0.4.18",
    "prettier": "^3.8.1",
    "time-span": "^5.1.0",
    "typescript": "^5.9.3",
    "vitest": "^4.0.17"
  },
  "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.28.1",
  "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.1.0"
}
