{ "_args": [ [ "winston-transport@4.7.1", "/Users/zhanwencai/code/game/congkong/webServer" ] ], "_from": "winston-transport@4.7.1", "_id": "winston-transport@4.7.1", "_inBundle": false, "_integrity": "sha512-wQCXXVgfv/wUPOfb2x0ruxzwkcZfxcktz6JIMUaPLmcNhO4bZTwA/WtDWK74xV3F2dKu8YadrFv0qhwYjVEwhA==", "_location": "/winston-transport", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "winston-transport@4.7.1", "name": "winston-transport", "escapedName": "winston-transport", "rawSpec": "4.7.1", "saveSpec": null, "fetchSpec": "4.7.1" }, "_requiredBy": [ "/winston", "/winston-daily-rotate-file" ], "_resolved": "https://registry.npmmirror.com/winston-transport/-/winston-transport-4.7.1.tgz", "_spec": "4.7.1", "_where": "/Users/zhanwencai/code/game/congkong/webServer", "author": { "name": "Charlie Robbins", "email": "charlie.robbins@gmail.com" }, "browser": "dist/index.js", "bugs": { "url": "https://github.com/winstonjs/winston-transport/issues" }, "dependencies": { "logform": "^2.6.1", "readable-stream": "^3.6.2", "triple-beam": "^1.3.0" }, "description": "Base stream implementations for winston@3 and up.", "devDependencies": { "@dabh/eslint-config-populist": "^4.4.0", "@types/node": "^20.14.10", "abstract-winston-transport": ">=0.5.1", "assume": "^2.3.0", "babel-cli": "^6.26.0", "babel-preset-env": "^1.7.0", "deep-equal": "^2.0.5", "eslint": "^9.6.0", "mocha": "^10.6.0", "nyc": "^17.0.0", "rimraf": "^6.0.1", "winston-compat": "^0.1.5" }, "engines": { "node": ">= 12.0.0" }, "homepage": "https://github.com/winstonjs/winston-transport#readme", "keywords": [ "winston", "transport", "winston3" ], "license": "MIT", "main": "index.js", "name": "winston-transport", "repository": { "type": "git", "url": "git+ssh://git@github.com/winstonjs/winston-transport.git" }, "scripts": { "build": "rimraf dist && babel *.js -d ./dist", "lint": "ESLINT_USE_FLAT_CONFIG=false eslint test/*.js index.js --resolve-plugins-relative-to ./node_modules/@dabh/eslint-config-populist", "prepublishOnly": "npm run build", "pretest": "npm run lint && npm run build", "report": "nyc report --reporter=lcov", "test": "nyc mocha test/*.test.js" }, "version": "4.7.1" }