update
This commit is contained in:
50
APP/nexus-remote/node_modules/png-to-ico/package.json
generated
vendored
Normal file
50
APP/nexus-remote/node_modules/png-to-ico/package.json
generated
vendored
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user