{ "_from": "perfect-debounce@^1.0.0", "_id": "perfect-debounce@1.0.0", "_inBundle": false, "_integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==", "_location": "/perfect-debounce", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "perfect-debounce@^1.0.0", "name": "perfect-debounce", "escapedName": "perfect-debounce", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/@vue/devtools-kit", "/vite-plugin-inspect" ], "_resolved": "https://registry.npmmirror.com/perfect-debounce/-/perfect-debounce-1.0.0.tgz", "_shasum": "9c2e8bc30b169cc984a58b7d5b28049839591d2a", "_spec": "perfect-debounce@^1.0.0", "_where": "D:\\jenkins\\workspace\\gyl-fvue\\node_modules\\@vue\\devtools-kit", "bugs": { "url": "https://github.com/unjs/perfect-debounce/issues" }, "bundleDependencies": false, "deprecated": false, "description": "[![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-downloads-src]][npm-downloads-href] [![Github Actions][github-actions-src]][github-actions-href] [![Codecov][codecov-src]][codecov-href]", "devDependencies": { "@types/node": "^18.16.3", "@vitest/coverage-c8": "^0.31.0", "changelogen": "^0.5.3", "eslint": "^8.39.0", "eslint-config-unjs": "^0.1.0", "in-range": "^3.0.0", "prettier": "^2.8.8", "time-span": "^5.1.0", "typescript": "^5.0.4", "unbuild": "^1.2.1", "vitest": "^0.31.0" }, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs" } }, "files": [ "dist" ], "homepage": "https://github.com/unjs/perfect-debounce#readme", "license": "MIT", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "name": "perfect-debounce", "packageManager": "pnpm@8.4.0", "repository": { "type": "git", "url": "git+https://github.com/unjs/perfect-debounce.git" }, "scripts": { "build": "unbuild", "dev": "vitest dev", "lint": "eslint --ext .ts,.js,.mjs,.cjs . && prettier --check src test", "lint:fix": "eslint --ext .ts,.js,.mjs,.cjs . --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.ts", "version": "1.0.0" }