{"_id":"upy","_rev":"49-59ee62dcae14d479fb3f7a70bd621e57","name":"upy","description":"Upy is a easy to use machine uptime module for node.js build C++","dist-tags":{"latest":"2.0.3"},"versions":{"2.0.1":{"name":"upy","description":"Upy is a easy to use machine uptime module for node.js build C++","tags":["uptime","system","util","utility"],"version":"2.0.1","author":{"name":"Fredrik Forsmo","email":"fredrik.forsmo@gmail.com"},"repository":{"type":"git","url":"git://github.com/frozzare/upy.git"},"devDependencies":{"should":"0.6.x","mocha":"1.0.x"},"bugs":{"url":"http://github.com/frozzare/upy/issues"},"scripts":{"test":"mocha test/values.js","preinstall":"node-waf clean || (exit 0); node-waf configure build"},"main":"./index","_npmUser":{"name":"frozzare","email":"fredrik.forsmo@gmail.com"},"_id":"upy@2.0.1","dependencies":{},"optionalDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.1.0-2","_nodeVersion":"v0.6.7","_defaultsLoaded":true,"dist":{"shasum":"5eb7c65d45eeee9f36c300208c44c38d7a34b485","tarball":"https://registry.npmjs.org/upy/-/upy-2.0.1.tgz","integrity":"sha512-+6ggc1LOlUhurmZo7GAMj6pKUJPb/eeAuLtkDPt3ss4E7UBFEWRcL2QaqqF35i1GA44AVjGLJfJddncBN7lRWg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDRWeyIEWuLLF9YyCrfCE0/QjVMgRT9rZ9eFNVp+uTCxQIgClXBDuGXxl7X2B0m0WKkA8+UqngRKOd0lhA5k4ucw4I="}]},"readme":"# Upy\n\n`upy` is a easy to use machine uptime module for node.js build C++.\nHave been tested under Mac and Linux system. Don't have any Windows support.\n\n# installation\n1. install npm `curl http://npmjs.org/install.sh | sh`\n2. `npm install upy`\n\n# build\n\tnode-waf configure build\n\n# test the installation\n1. `npm install -g mocha`\n2. `mocha test/values.js`\n\n# usage\nQuick example using `upy`,\n\n\tvar upy = require('./upy');\n\t\n\tconsole.log( upy.uptime() ); // Uptime x day(s), x hour(s), x minute(s), x second(s)\n\n# functions\n\tupy.uptime()\t\t\t// returns a string telling you the uptime\n\tupy.days()\t\t\t\t// returns uptime in days\n\tupy.hours()\t\t\t\t// returns uptime in hours\n\tupy.minutes()\t\t\t// returns uptime in minute\n\tupy.seconds()\t\t\t// returns uptime in seconds\n\tupy.timestamp()\t\t\t// returns uptime as a timestamp (seconds)\n\n\n# copyright and license \n`upy` is release under [MIT license](http://frozzare.mit-license.org/).\n\nCopyright 2011 [Fredrik Forsmo](http://forsmo.me)\n","maintainers":[{"name":"frozzare","email":"fredrik.forsmo@gmail.com"}],"directories":{}},"2.0.2":{"name":"upy","description":"Upy is a easy to use machine uptime module for node.js build C++","tags":["uptime","system","util","utility"],"version":"2.0.2","author":{"name":"Fredrik Forsmo","email":"fredrik.forsmo@gmail.com"},"repository":{"type":"git","url":"git://github.com/frozzare/upy.git"},"devDependencies":{"should":"0.6.x","mocha":"1.0.x"},"bugs":{"url":"http://github.com/frozzare/upy/issues"},"scripts":{"test":"make test","preinstall":"node-waf clean || (exit 0); node-waf configure build"},"main":"./index","_npmUser":{"name":"frozzare","email":"fredrik.forsmo@gmail.com"},"_id":"upy@2.0.2","dependencies":{},"optionalDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.1.0-2","_nodeVersion":"v0.6.7","_defaultsLoaded":true,"dist":{"shasum":"374b9bcd1f626a194bdfcb0363d34f3b7f20e46e","tarball":"https://registry.npmjs.org/upy/-/upy-2.0.2.tgz","integrity":"sha512-uitiBnE2yP/JWCI7/pWmYeFLUUCDc5BSd36c1wCkXP9j9vdw2RDLyvRwO3YXyLyy3EEImzOstNhU+4kuOz5n8A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGR1dl+qsdVIIJcwTp//B6LCXFpPVMz5oVfVnsFjpAj2AiAvfDraaiBd7TZ79+QfTeMnOGHe4DpJpgodmf2GhNCpJw=="}]},"readme":"# Upy\n\n`upy` is a easy to use machine uptime module for node.js build C++.\nHave been tested under Mac and Linux system. Don't have any Windows support.\n\n# installation\n1. install npm `curl http://npmjs.org/install.sh | sh`\n2. `npm install upy`\n\n# build\n\tnode-waf configure build\n\n# test the installation\n1. `npm install -g mocha`\n2. `mocha test/values.js`\n\n# usage\nQuick example using `upy`,\n\n\tvar upy = require('./upy');\n\t\n\tconsole.log( upy.uptime() ); // Uptime x day(s), x hour(s), x minute(s), x second(s)\n\n# functions\n\tupy.uptime()\t\t\t// returns a string telling you the uptime\n\tupy.days()\t\t\t\t// returns uptime in days\n\tupy.hours()\t\t\t\t// returns uptime in hours\n\tupy.minutes()\t\t\t// returns uptime in minute\n\tupy.seconds()\t\t\t// returns uptime in seconds\n\tupy.timestamp()\t\t\t// returns uptime as a timestamp (seconds)\n\n\n# copyright and license \n`upy` is release under [MIT license](http://frozzare.mit-license.org/).\n\nCopyright 2011 [Fredrik Forsmo](http://forsmo.me)\n","maintainers":[{"name":"frozzare","email":"fredrik.forsmo@gmail.com"}],"directories":{}},"2.0.3":{"name":"upy","description":"Upy is a easy to use machine uptime module for node.js build C++","tags":["uptime","system","util","utility"],"version":"2.0.3","author":{"name":"Fredrik Forsmo","email":"fredrik.forsmo@gmail.com"},"repository":{"type":"git","url":"git://github.com/frozzare/upy.git"},"devDependencies":{"should":"0.6.x","mocha":"1.0.x"},"bugs":{"url":"http://github.com/frozzare/upy/issues"},"scripts":{"test":"make test","install":"node-gyp rebuild"},"main":"./index","_npmUser":{"name":"frozzare","email":"fredrik.forsmo@gmail.com"},"_id":"upy@2.0.3","dependencies":{},"optionalDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.1.21","_nodeVersion":"v0.6.17","_defaultsLoaded":true,"dist":{"shasum":"8c976b3a51e1d0639932cf482bce7916aba29359","tarball":"https://registry.npmjs.org/upy/-/upy-2.0.3.tgz","integrity":"sha512-/HwImk2KA7xAXqy0NJDxBNE2dY5zgP8yW6UZgW+BC81BDZoPAHAay3pnqHXwjmuc5KqB1ItRKAjDLAoXSlyOaA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGlswKeDLyobT0sRF9a3MreaPd9DcXP6cqEorcB4zwvGAiEAlpIxeflyQQ+LVcM2EApXsHqNzFTJ2Qe+3Ongw7JbElE="}]},"readme":"# Upy\n\n`upy` is a easy to use machine uptime module for node.js build C++.\nHave been tested under Mac and Linux system. Don't have any Windows support.\n\n# installation\n1. install npm `curl http://npmjs.org/install.sh | sh`\n2. `npm install upy`\n\n# build\n\tnpm install node-gyp -g\n\tnode-gyp configure build\n\nor on older node.js versions\n\n\tnode-waf configure build\n\n# test the installation\n1. `npm install -g mocha`\n2. `mocha test/values.js`\n\n# usage\nQuick example using `upy`,\n\n\tvar upy = require('./upy');\n\t\n\tconsole.log( upy.uptime() ); // Uptime x day(s), x hour(s), x minute(s), x second(s)\n\n# functions\n\tupy.uptime()\t\t\t// returns a string telling you the uptime\n\tupy.days()\t\t\t\t// returns uptime in days\n\tupy.hours()\t\t\t\t// returns uptime in hours\n\tupy.minutes()\t\t\t// returns uptime in minute\n\tupy.seconds()\t\t\t// returns uptime in seconds\n\tupy.timestamp()\t\t\t// returns uptime as a timestamp (seconds)\n\n\n# copyright and license \n`upy` is release under [MIT license](http://frozzare.mit-license.org/).\n\nCopyright 2011 [Fredrik Forsmo](http://forsmo.me)\n","maintainers":[{"name":"frozzare","email":"fredrik.forsmo@gmail.com"}]}},"maintainers":[{"name":"frozzare","email":"fredrik.forsmo@gmail.com"}],"time":{"modified":"2022-06-28T06:02:06.953Z","created":"2011-08-24T09:11:06.778Z","0.1.0":"2011-08-24T09:11:07.357Z","0.1.1":"2011-09-02T23:18:45.868Z","0.1.2":"2011-11-05T23:11:57.113Z","2.0.0":"2012-05-04T10:28:41.996Z","2.0.1":"2012-05-04T10:29:32.078Z","2.0.2":"2012-05-05T18:01:38.411Z","2.0.3":"2012-05-11T20:47:42.630Z"},"author":{"name":"Fredrik Forsmo","email":"fredrik.forsmo@gmail.com"},"repository":{"type":"git","url":"git://github.com/frozzare/upy.git"}}