{"_id":"express-logger","_rev":"21-07c569d42cb2c2ef35a68f408f74a21c","name":"express-logger","dist-tags":{"latest":"0.0.3"},"versions":{"0.0.1":{"name":"express-logger","version":"0.0.1","keywords":["express","logger"],"author":{"name":"Joe Hewitt","email":"joe@joehewitt.com"},"_id":"express-logger@0.0.1","maintainers":[{"name":"joehewitt","email":"joe@joehewitt.com"}],"homepage":"http://github.com/joehewitt/express-logger","dist":{"shasum":"cacee4ee94edd671db5c45130fff2783ba3c8321","tarball":"https://registry.npmjs.org/express-logger/-/express-logger-0.0.1.tgz","integrity":"sha512-FVgwtB8iFAga5kfB2q/63tYFj5MUxyaTnF97eGoXj2n+S83hKkwMNJqCEhaaRGgMQJ2LsuS9CzNuBwY/PTbrXA==","signatures":[{"sig":"MEUCIFNczn2FNu23FtAtv/AKxMEZ2E8JYSMW9slJ7DAsgycRAiEArPNH62+L8grTbnDqxFgjzf/MSejQt35fmU9tIAB3+iY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./logger","engines":{"node":">=0.4.0"},"scripts":{},"repository":{"url":"git://github.com/joehewitt/express-logger.git","type":"git"},"_npmVersion":"1.0.5","description":"Express middleware for auto-archiving log files.","_nodeVersion":"v0.4.11","dependencies":{"express":"","datetime":""},"_defaultsLoaded":true,"devDependencies":{},"_engineSupported":true,"directories":{}},"0.0.2":{"name":"express-logger","version":"0.0.2","keywords":["express","logger"],"author":{"name":"Joe Hewitt","email":"joe@joehewitt.com"},"_id":"express-logger@0.0.2","maintainers":[{"name":"joehewitt","email":"joe@joehewitt.com"}],"homepage":"http://github.com/joehewitt/express-logger","dist":{"shasum":"5a42a28d238a1d43b6d7225f34c65f65f46898e6","tarball":"https://registry.npmjs.org/express-logger/-/express-logger-0.0.2.tgz","integrity":"sha512-kjbAvo8BraXFzltJ5M3LgS4XUSg7HG8ARwABvw1MbY6H7lCqbw3L4OXxxNHy7fZSUzZ87fb4o3NPssO/hogv4A==","signatures":[{"sig":"MEUCIQDTcPmYl34m8ZV8p+HdAKEe9lsjKHjgohngCOjRONDjBwIgIuY1C5woJPiKtEpiV7B1uYnbgOiPWU1hoe/bLVxT11I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./logger","engines":{"node":">=0.4.0"},"scripts":{},"repository":{"url":"git://github.com/joehewitt/express-logger.git","type":"git"},"_npmVersion":"1.0.5","description":"Express middleware for auto-archiving log files.","_nodeVersion":"v0.4.11","dependencies":{"mkdir":"","express":"","datetime":""},"_defaultsLoaded":true,"devDependencies":{},"_engineSupported":true,"directories":{}},"0.0.3":{"name":"express-logger","version":"0.0.3","keywords":["express","logger"],"author":{"name":"Joe Hewitt","email":"joe@joehewitt.com"},"_id":"express-logger@0.0.3","maintainers":[{"name":"joehewitt","email":"joe@joehewitt.com"}],"homepage":"http://github.com/joehewitt/express-logger","bugs":{"url":"https://github.com/joehewitt/express-logger/issues"},"dist":{"shasum":"702fd627db8df1a49e5a8fe13ce768b3f709b87e","tarball":"https://registry.npmjs.org/express-logger/-/express-logger-0.0.3.tgz","integrity":"sha512-ic/JDIGeeOEU3DlJf+Yiufeq1Yc4uU+/MJL8qyoOTr2YXm/gvdkZybb+Jj9C6hFZ7U3T1KEZ2akoDHxTdOZVaA==","signatures":[{"sig":"MEYCIQCA0CuVHnTXiuu9S2WrJsZh+LwBQWV/q21g5HEEASha2QIhAId647/qHMoEVvwbPGjZaiVle8GRt9Zi0GweCVRadIOM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./logger","_from":".","_shasum":"702fd627db8df1a49e5a8fe13ce768b3f709b87e","engines":{"node":">=0.4.0"},"_npmUser":{"name":"joehewitt","email":"joe@joehewitt.com"},"repository":{"url":"http://github.com/joehewitt/express-logger.git","type":"git"},"_npmVersion":"1.4.10","description":"Express middleware for auto-archiving log files.","dependencies":{"mkdir":"","express":"2.5.9","datetime":""},"directories":{}}},"time":{"created":"2011-09-09T06:09:12.952Z","modified":"2024-10-22T17:26:50.215Z","0.0.1":"2011-09-09T06:09:13.813Z","0.0.2":"2011-09-12T22:51:22.772Z","0.0.3":"2014-05-12T23:36:17.645Z"},"bugs":{"url":"https://github.com/joehewitt/express-logger/issues"},"author":{"name":"Joe Hewitt","email":"joe@joehewitt.com"},"homepage":"http://github.com/joehewitt/express-logger","keywords":["express","logger"],"repository":{"url":"http://github.com/joehewitt/express-logger.git","type":"git"},"description":"Express middleware for auto-archiving log files.","maintainers":[{"name":"joehewitt","email":"joe@joehewitt.com"}],"readme":"express-logger\n===============\n\nExpress middleware for auto-archiving log files.\n\nThis middleware builds on the built-in Express logger.  It will automatically rotate your logs and archive the old logs daily.\n\nUsage\n------------\n\nWorks just like express.logger, except that you give it a path instead of a stream.\n\n\tvar logger = require('express-logger');\n\tserver.use(logger({path: \"/path/to/logfile.txt\"}));\n\nInstallation\n------------\n\n    $ npm install express-logger\n\nLicense \n-------\n\nCopyright 2011 Joe Hewitt\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n \n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","readmeFilename":"README.md","users":{"ayoungh":true,"tinyhill":true,"dylanh724":true,"fistynuts":true,"shadowlong":true,"zhiquan.yu":true,"hyungdookil":true,"program247365":true}}