Index

lognestmonster / 4397a13

A general-purpose single-header C logging library and parser for event-based logs. (Incomplete)

Latest Commit

{#}TimeHashSubjectAuthor#(+)(-)GPG?
2225 Dec 2018 21:198e7c40eUpdate package.jsonJoshua151N

Blob @ lognestmonster / package.json

text/plain494 bytesdownload raw
1{
2 "name": "log-nest-monster",
3 "version": "0.1.0",
4 "description": "Advanced logging for advanced programs.",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://www.github.com/joshuas3/log-nest-monster"
12 },
13 "keywords": [
14 "logging"
15 ],
16 "author": "Joshua 'joshuas3' Stockin",
17 "license": "GPL-3.0",
18 "dependencies": {
19 "fs": "0.0.1-security",
20 "path": "^0.12.7"
21 }
22}
23