rename base.nettool to base.tool; add tool4net.js and tool4log.js

This commit is contained in:
Luk Lu
2022-03-11 10:50:16 +08:00
parent 7aa865bd25
commit cfb66c3eec
4 changed files with 83 additions and 66 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "base.nettool",
"name": "base.tool",
"version": "1.0.0",
"description": "",
"main": "index.js",
@@ -8,8 +8,11 @@
},
"repository": {
"type": "git",
"url": "https://git.faronear.org/npm/base.nettool"
"url": "https://git.faronear.org/npm/base.tool"
},
"author": "",
"license": "ISC"
"license": "ISC",
"dependencies": {
"colors": "^1.4.0"
}
}