3 Star 0 Fork 0

Gitee 极速下载 / node-mod_status

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/yahoo/node-mod_status
克隆/下载
package.json 1016 Bytes
一键复制 编辑 原始数据 按行查看 历史
Dav Glass 提交于 2018-10-26 12:21 . 1.0.0
{
"name": "mod_status",
"description": "mod_status for Node",
"author": "Dav Glass <davglass@gmail.com>",
"version": "1.0.0",
"dependencies": {
"timethat": "*"
},
"devDependencies": {
"express": "^4.16.4",
"istanbul": "^0.4.5",
"jshint": "^2.9.6",
"vows": "*",
"yui-lint": "^0.2.0"
},
"keywords": [
"mod_status",
"status",
"nagios"
],
"main": "./lib/index.js",
"scripts": {
"pretest": "jshint --config ./node_modules/yui-lint/jshint.json ./lib/ ./tests/",
"test": "istanbul cover --print both vows -- --spec ./tests/*.js"
},
"bugs": {
"url": "http://github.com/yahoo/node-mod_status/issues"
},
"licenses": [
{
"type": "BSD",
"url": "https://github.com/yahoo/node-mod_status/blob/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "http://github.com/yahoo/node-mod_status.git"
}
}
JavaScript
1
https://gitee.com/mirrors/node-mod_status.git
git@gitee.com:mirrors/node-mod_status.git
mirrors
node-mod_status
node-mod_status
master

搜索帮助