mirror of
https://github.com/metowolf/iplist.git
synced 2025-12-16 23:09:55 +08:00
24 lines
572 B
JSON
24 lines
572 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",
|
|
"cidr-tools": "^3.0.5",
|
|
"glob": "^7.2.3",
|
|
"gulp": "^4.0.2",
|
|
"ipdb": "^0.3.3",
|
|
"progress": "^2.0.3",
|
|
"through2": "^4.0.2",
|
|
"yaml": "^1.10.2"
|
|
}
|
|
}
|