0.0.5 • Published 11 years ago

service-parser v0.0.5

Weekly downloads
11
License
-
Repository
github
Last release
11 years ago

service-parser

Service file parser for nodejs

Install

npm install service-parser

Example

var services = require("service-parser");

console.log(services.getByPort(80));
// { name: "http", port: 80, type: "tcp", aliases: [ "www" ] }

console.log(services.getByName("ftp"));
// { name: "ftp", port: 21, type: "tcp", aliases: [ ] }
0.0.5

11 years ago

0.0.4

12 years ago

0.0.2

12 years ago

0.0.1

13 years ago