UNPKG

1.3 kBJSONView Raw
1{
2 "name": "winston-mongodb",
3 "license": "MIT",
4 "version": "5.0.3",
5 "description": "A MongoDB transport for winston",
6 "author": "Charlie Robbins <charlie.robbins@gmail.com>",
7 "contributors": [
8 {
9 "name": "Yurij Mikhalevich",
10 "email": "yurij@mikhalevi.ch",
11 "url": "https://mikhalevi.ch/"
12 },
13 {
14 "name": "Kendrick Taylor",
15 "email": "sktayloriii@gmail.com"
16 },
17 {
18 "name": "Steve Dalby",
19 "email": "steve@stevedalby.co.uk"
20 }
21 ],
22 "repository": {
23 "type": "git",
24 "url": "http://github.com/indexzero/winston-mongodb.git"
25 },
26 "keywords": [
27 "logging",
28 "sysadmin",
29 "tools",
30 "winston",
31 "mongodb",
32 "log",
33 "logger"
34 ],
35 "dependencies": {
36 "mongodb": "^3.3.3",
37 "winston-transport": "^4.3.0"
38 },
39 "peerDependencies": {
40 "winston": "^3.0.0"
41 },
42 "devDependencies": {
43 "abstract-winston-transport": "~0.5.1",
44 "mocha": "^7.2.0",
45 "mongoose": "^5.7.7",
46 "winston": "^3.2.1"
47 },
48 "engines": {
49 "node": ">=6.8.1"
50 },
51 "main": "./lib/winston-mongodb",
52 "scripts": {
53 "test": "mocha test/*-test.js",
54 "test-rs": "WINSTON_MONGODB_URL='mongodb://localhost:27017,localhost:27018/winston?replicaSet=rs0' mocha test/*-test.js"
55 },
56 "typings": "./lib/winston-mongodb.d.ts"
57}