| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- {
- "_from": "debounce-fn@^4.0.0",
- "_id": "debounce-fn@4.0.0",
- "_inBundle": false,
- "_integrity": "sha512-8pYCQiL9Xdcg0UPSD3d+0KMlOjp+KGU5EPwYddgzQ7DATsg4fuUDjQtsYLmWjnk2obnNHgV3vE2Y4jejSOJVBQ==",
- "_location": "/debounce-fn",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "debounce-fn@^4.0.0",
- "name": "debounce-fn",
- "escapedName": "debounce-fn",
- "rawSpec": "^4.0.0",
- "saveSpec": null,
- "fetchSpec": "^4.0.0"
- },
- "_requiredBy": [
- "/conf"
- ],
- "_resolved": "https://registry.npmmirror.com/debounce-fn/-/debounce-fn-4.0.0.tgz",
- "_shasum": "ed76d206d8a50e60de0dd66d494d82835ffe61c7",
- "_spec": "debounce-fn@^4.0.0",
- "_where": "/data/wwwroot/qimall/node/node_modules/conf",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "https://sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/debounce-fn/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "mimic-fn": "^3.0.0"
- },
- "deprecated": false,
- "description": "Debounce a function",
- "devDependencies": {
- "ava": "^1.4.1",
- "delay": "^4.2.0",
- "tsd": "^0.11.0",
- "xo": "^0.26.1"
- },
- "engines": {
- "node": ">=10"
- },
- "files": [
- "index.js",
- "index.d.ts"
- ],
- "funding": "https://github.com/sponsors/sindresorhus",
- "homepage": "https://github.com/sindresorhus/debounce-fn#readme",
- "keywords": [
- "debounce",
- "function",
- "debouncer",
- "fn",
- "func",
- "throttle",
- "delay",
- "invoked"
- ],
- "license": "MIT",
- "name": "debounce-fn",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/debounce-fn.git"
- },
- "scripts": {
- "test": "xo && ava && tsd"
- },
- "version": "4.0.0"
- }
|