1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "name": "winston-transport",
- "description": "Base stream implementations for winston@3 and up.",
- "version": "4.2.0",
- "main": "index.js",
- "scripts": {
- "lint": "populist config/*.js index.js",
- "pretest": "npm run lint",
- "test": "nyc mocha test/*.test.js",
- "report": "nyc report --reporter=lcov"
- },
- "repository": {
- "type": "git",
- "url": "git@github.com:winstonjs/winston-transport.git"
- },
- "keywords": [
- "winston",
- "transport",
- "winston3"
- ],
- "author": "Charlie Robbins <charlie.robbins@gmail.com>",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/winstonjs/winston-transport/issues"
- },
- "homepage": "https://github.com/winstonjs/winston-transport#readme",
- "dependencies": {
- "readable-stream": "^2.3.6",
- "triple-beam": "^1.2.0"
- },
- "devDependencies": {
- "@types/node": "^10.1.4",
- "abstract-winston-transport": ">= 0.3.0",
- "assume": "^2.0.1",
- "eslint-config-populist": "^4.1.0",
- "logform": "^1.4.0",
- "mocha": "^5.0.5",
- "nyc": "^11.6.0",
- "winston-compat": "0.1.0"
- },
- "engines": {
- "node": ">= 6.4.0"
- }
- }
|