mirror of
https://github.com/metowolf/iplist.git
synced 2025-12-16 23:09:55 +08:00
Upgrade key dependencies to their latest versions: - fast-cidr-tools: 0.3.1 → 0.3.4 - glob: 7.2.3 → 13.0.0 (major version upgrade) - gulp: 4.0.2 → 5.0.1 (major version upgrade) - yaml: 1.10.2 → 2.8.1 (major version upgrade) Update plugin files to ensure compatibility with the upgraded dependencies. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
24 lines
577 B
JSON
24 lines
577 B
JSON
{
|
|
"name": "iplist",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"build": "npm run gulp build",
|
|
"gulp": "npx --max-old-space-size=8092 gulp --gulpfile src/gulpfile.js --cwd ./",
|
|
"test": "npm run gulp test"
|
|
},
|
|
"repository": "git@github.com:metowolf/iplist.git",
|
|
"author": "metowolf <i@i-meto.com>",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@ipdb/range": "^0.1.1",
|
|
"fast-cidr-tools": "^0.3.4",
|
|
"glob": "^13.0.0",
|
|
"gulp": "^5.0.1",
|
|
"ipdb": "^0.3.3",
|
|
"progress": "^2.0.3",
|
|
"through2": "^4.0.2",
|
|
"yaml": "^2.8.1"
|
|
}
|
|
}
|