first commit

This commit is contained in:
2026-03-10 16:18:05 +00:00
commit 11f9c069b5
31635 changed files with 3187747 additions and 0 deletions

26
node_modules/jimp-compact/package.json generated vendored Normal file
View File

@@ -0,0 +1,26 @@
{
"name": "jimp-compact",
"version": "0.16.1",
"description": "Compact version of Jimp",
"repository": "nuxt-community/jimp-compact",
"license": "MIT",
"contributors": [
{
"name": "Pooya Parsa",
"email": "pooya@pi0.ir"
}
],
"files": [
"dist"
],
"main": "dist/jimp.js",
"scripts": {
"build": "node ./build.js",
"test": "node ./test/index.js"
},
"devDependencies": {
"@zeit/ncc": "^0.22.3",
"fs-extra": "^9.0.1",
"jimp": "^0.16.1"
}
}