UNPKG

mag-format-message

Version:

Transform stream that makes formatted message from arguments

41 lines (40 loc) 796 B
{ "name": "mag-format-message", "version": "0.1.1", "description": "Transform stream that makes formatted message from arguments", "repository": { "type": "git", "url": "https://github.com/mahnunchik/mag-format-message.git" }, "main": "index.js", "scripts": { "test": "make test" }, "engines": { "node": ">= 0.10.0" }, "keywords": [ "mag", "logger", "logging", "log", "facade", "console", "format", "transform" ], "author": { "name": "Eugeny Vlasenko", "email": "mahnunchik+mag@gmail.com", "url": "http://mahnunchik.tumblr.com/" }, "license": "MIT", "dependencies": { "readable-stream": "^1.1.12" }, "devDependencies": { "chai": "^1.9.1", "mocha": "^1.18.2", "jshint": "^2.5.0" } }