first commit

This commit is contained in:
Warunee Tamkoo 2023-09-06 14:51:44 +07:00
commit eb2f504652
32490 changed files with 5731109 additions and 0 deletions

24
node_modules/wheel/package.json generated vendored Normal file
View file

@ -0,0 +1,24 @@
{
"name": "wheel",
"version": "1.0.0",
"description": "Mouse wheel event unified for all browsers",
"main": "index.js",
"scripts": {
"test": "tap test/*.js"
},
"keywords": [
"addWheelListener",
"wheel",
"mouse",
"DOMMouseScroll"
],
"author": "Andrei Kashcha",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/anvaka/wheel"
},
"devDependencies": {
"tap": "^1.3.2"
}
}