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

22
node_modules/jibo-keyframes/package.json generated vendored Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "jibo-keyframes",
"version": "0.4.5",
"description": "APIs for runtime keyframe to animation genration",
"main": "lib/index.js",
"scripts": {
"test": "gulp test"
},
"author": "Avida Michaud",
"license": "SEE LICENSE IN LICENSE.txt",
"dependencies": {
"async": "^0.9.0",
"color-space": "1.1.2",
"eases": "^1.0.6",
"fs-extra": "^0.18.2",
"fs-plus": "^2.7.1",
"lodash": "^3.8.0",
"semver": "^5.0.3",
"three": "^0.71.0",
"uuid": "^2.0.1"
}
}