initial commit

This commit is contained in:
2026-03-22 03:21:45 +02:00
commit 897fea9f4e
15431 changed files with 2548840 additions and 0 deletions

32
node_modules/drag-helper/package.json generated vendored Normal file
View File

@@ -0,0 +1,32 @@
{
"name": "drag-helper",
"version": "1.3.6",
"description": "A drag & drop utility",
"main": "index.js",
"scripts": {
"test": "make"
},
"repository": {
"type": "git",
"url": "https://github.com/radubrehar/DragHelper.git"
},
"keywords": [
"drag",
"drop",
"drag&drop",
"drag-drop",
"bounding",
"rect",
"region"
],
"author": "Radu Brehar",
"license": "MIT",
"bugs": {
"url": "https://github.com/radubrehar/DragHelper/issues"
},
"dependencies": {
"has-touch": "^1.0.0",
"object-assign": "^4.1.0",
"region-align": "^2.1.3"
}
}