mirror of https://github.com/jkjoy/sunpeiwen.git
43 lines
716 B
JSON
43 lines
716 B
JSON
|
{
|
||
|
"name": "debounce-fn",
|
||
|
"version": "4.0.0",
|
||
|
"description": "Debounce a function",
|
||
|
"license": "MIT",
|
||
|
"repository": "sindresorhus/debounce-fn",
|
||
|
"funding": "https://github.com/sponsors/sindresorhus",
|
||
|
"author": {
|
||
|
"name": "Sindre Sorhus",
|
||
|
"email": "sindresorhus@gmail.com",
|
||
|
"url": "https://sindresorhus.com"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=10"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "xo && ava && tsd"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js",
|
||
|
"index.d.ts"
|
||
|
],
|
||
|
"keywords": [
|
||
|
"debounce",
|
||
|
"function",
|
||
|
"debouncer",
|
||
|
"fn",
|
||
|
"func",
|
||
|
"throttle",
|
||
|
"delay",
|
||
|
"invoked"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"mimic-fn": "^3.0.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"ava": "^1.4.1",
|
||
|
"delay": "^4.2.0",
|
||
|
"tsd": "^0.11.0",
|
||
|
"xo": "^0.26.1"
|
||
|
}
|
||
|
}
|