This commit is contained in:
2026-03-25 14:14:07 +01:00
parent d6b31e2ef7
commit a0073b4fb1
10368 changed files with 2214340 additions and 0 deletions

50
APP/nexus-remote/node_modules/png-to-ico/package.json generated vendored Normal file
View File

@@ -0,0 +1,50 @@
{
"name": "png-to-ico",
"version": "3.0.1",
"description": "convert png to windows ico format",
"type": "module",
"main": "index.js",
"engines": {
"node": ">=20"
},
"bin": {
"png-to-ico": "bin/cli.js"
},
"files": [
"bin/*",
"lib/*",
"*.md",
"index.d.ts"
],
"typings": "index.d.ts",
"scripts": {
"test": "node --test",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/steambap/png-to-ico.git"
},
"keywords": [
"png",
"ico",
"favicon",
"favicon-generator",
"fast",
"convert"
],
"author": "Weilin Shi <934587911@qq.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/steambap/png-to-ico/issues"
},
"homepage": "https://github.com/steambap/png-to-ico#readme",
"dependencies": {
"@types/node": "^22.10.3",
"minimist": "^1.2.8",
"pngjs": "^7.0.0"
},
"devDependencies": {
"eslint": "^8.56.0"
}
}