RevelaOS/node_modules/just-debounce-it/package.json
2023-10-15 23:53:41 +01:00

21 lines
472 B
JSON

{
"name": "just-debounce-it",
"version": "1.1.0",
"description": "return a debounced function",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "https://github.com/angus-c/just",
"keywords": [
"function",
"debounce",
"no-dependencies",
"just"
],
"author": "Eric Nolte and Angus Croll",
"license": "MIT",
"bugs": {
"url": "https://github.com/angus-c/just/issues"
}
}