Cypress_TS/CyLukTs/lukan/node_modules/throttleit/package.json
Lukáš Kaňka ea3e372146 údržba
2023-08-15 18:35:50 +02:00

23 lines
412 B
JSON

{
"name": "throttleit",
"description": "Throttle a function",
"version": "1.0.0",
"keywords": [],
"repository": {
"type": "git",
"url": "git://github.com/component/throttle.git"
},
"devDependencies": {
"mocha": "^1.18.0"
},
"license": "MIT",
"component": {
"scripts": {
"throttle/index.js": "index.js"
}
},
"scripts": {
"test": "mocha --reporter spec"
}
}