UNPKG

prolific.queue

Version:

Queue for Prolific that submits log entries from the logged application to the logging monitor.

43 lines (40 loc) 1.58 kB
{ "name": "prolific.queue", "version": "21.0.0", "description": "Queue for Prolific that submits log entries from the logged application to the logging monitor.", "keywords": [ "prolific", "logging", "log", "syslog" ], "author": "Alan Gutierrez <alan@prettyrobots.com>", "homepage": "https://github.com/bigeasy/prolific", "bugs": "https://github.com/bigeasy/prolific/issues", "license": "MIT", "repository": { "type": "git", "url": "bigeasy/prolific" }, "dependencies": { "byline": "5.0.0", "hash.fnv": "^1.0.6", "staccato": "^12.0.0" }, "devDependencies": { "destructible": "7.0.0-alpha.9", "duplicitous": "^0.2.0", "prolific.collector": "^12.0.0", "prolific.watcher": "^0.3.0", "proof": "^9.0.1", "prospective": "^0.3.0", "rimraf": "3.0.2" }, "main": "queue", "scripts": { "test": "proof test/*.t.js" } }