mirror of https://github.com/jumpserver/jumpserver
51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"name": "node-tail",
|
|
"version": "0.0.4",
|
|
"author": {
|
|
"name": "rhrn",
|
|
"email": "me@rhrn.ru"
|
|
},
|
|
"preferGlobal": "false",
|
|
"bin": {
|
|
"node-tail": "./bin/node-tail"
|
|
},
|
|
"dependencies": {
|
|
"socket.io": "latest",
|
|
"commander": "~1.1.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/rhrn/node-tail.git"
|
|
},
|
|
"engines": {
|
|
"node": "latest"
|
|
},
|
|
"readme": "#node-tail\n\n Web `tail` - display last part of a file\n\n##install\n\n```\nnpm install -g node-tail\n```\n\n##usage\n\n```\nnode-tail -p 3000 ~/file.log\n```\n\nopen in browser\n```\nhttp://localhost:3000/\n```\n",
|
|
"readmeFilename": "README.md",
|
|
"_id": "node-tail@0.0.4",
|
|
"description": "Web `tail` - display last part of a file",
|
|
"dist": {
|
|
"shasum": "60d6456c71a22427ebe794565cb1954709978501",
|
|
"tarball": "http://registry.npmjs.org/node-tail/-/node-tail-0.0.4.tgz"
|
|
},
|
|
"_from": "node-tail@0.0.4",
|
|
"_npmVersion": "1.2.14",
|
|
"_npmUser": {
|
|
"name": "rhrn",
|
|
"email": "nester@bk.ru"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "rhrn",
|
|
"email": "nester@bk.ru"
|
|
}
|
|
],
|
|
"directories": {},
|
|
"_shasum": "60d6456c71a22427ebe794565cb1954709978501",
|
|
"_resolved": "https://registry.npmjs.org/node-tail/-/node-tail-0.0.4.tgz",
|
|
"bugs": {
|
|
"url": "https://github.com/rhrn/node-tail/issues"
|
|
},
|
|
"homepage": "https://github.com/rhrn/node-tail"
|
|
}
|