jsonlogger
Version:
``` var instance = require('logger'); console.log(instance.logs('./',{"id:"","user_name": "testuser"},{}))); output: ,{"id":"","user_name": "testuser"},{} ``` ### 説明 ログをjsonの形に近づけたものです。 outputの最初に付いている```,```はバグではありません jsonに近づけたこのデータを解析するには、正規表現を使いください
24 lines (23 loc) • 520 B
JSON
{
"name": "jsonlogger",
"version": "1.0.0",
"description": "",
"keywords": [
"json-logger",
"logger",
"log"
],
"main": "index.js",
"author": "hiura mizuki",
"license": "LICENSE.txt",
"homepage": "https://github.com/mizutamazukki/jsonlogger",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"date-utils": "^1.2.21",
"fs": "0.0.1-security",
"jsonminify": "git+https://github.com/fkei/JSON.minify.git",
"merge": "^1.2.0"
}
}