1 Star 1 Fork 0

Alex.Ma / node-dhcpd

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.70 KB
一键复制 编辑 原始数据 按行查看 历史
Alex.Ma 提交于 2020-08-05 18:37 . fix error
{
"name": "dhcpd",
"version": "1.1.10",
"description": "NodeJS pagckage for managing DHCPD",
"main": "./bin/Exports.js",
"types": "./bin/Exports.d.ts",
"scripts": {
"install": "node install.js",
"clean": "shx rm -rf ./bin",
"build": "tsc",
"rebuild": "npm run clean && npm run build",
"prepare": "npm run compile",
"compile": "npm run rebuild",
"test": "./node_modules/.bin/mocha -r ./node_modules/ts-node/register src/tests/Test.spec.ts"
},
"dependencies": {
"ipaddr.js": "^1.9.1",
"is-root": "^2.1.0",
"netmask": "^1.0.6",
"shelljs": "^0.8.4",
"systeminformation": "^4.26.10",
"tree-kill": "^1.2.2"
},
"devDependencies": {
"@types/bluebird-global": "^3.5.12",
"@types/chai": "^4.2.11",
"@types/expect": "^1.20.4",
"@types/mocha": "^5.2.7",
"@types/netmask": "^1.0.30",
"@types/node": "^14.0.13",
"@types/shelljs": "^0.8.8",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^13.0.1",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-node": "^9.2.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-typescript": "^0.14.0",
"mocha": "^6.2.3",
"shx": "^0.3.2",
"synchronous-promise": "^2.0.13",
"ts-node": "^8.10.2",
"typescript": "^3.9.7"
},
"os": [
"darwin",
"linux"
],
"repository": {
"type": "git",
"url": "https://gitee.com/myq1991/node-dhcpd.git"
},
"keywords": [
"dhcp",
"dhcpd",
"dhcp-server",
"network",
"osx",
"darwin",
"linux"
],
"author": "alex.ma",
"license": "MIT"
}
TypeScript
1
https://gitee.com/myq1991/node-dhcpd.git
git@gitee.com:myq1991/node-dhcpd.git
myq1991
node-dhcpd
node-dhcpd
master

搜索帮助