| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- {
- "_args": [
- [
- "winston-daily-rotate-file@5.0.0",
- "/Users/zhanwencai/code/game/congkong/webServer"
- ]
- ],
- "_from": "winston-daily-rotate-file@5.0.0",
- "_id": "winston-daily-rotate-file@5.0.0",
- "_inBundle": false,
- "_integrity": "sha512-JDjiXXkM5qvwY06733vf09I2wnMXpZEhxEVOSPenZMii+g7pcDcTBt2MRugnoi8BwVSuCT2jfRXBUy+n1Zz/Yw==",
- "_location": "/winston-daily-rotate-file",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "winston-daily-rotate-file@5.0.0",
- "name": "winston-daily-rotate-file",
- "escapedName": "winston-daily-rotate-file",
- "rawSpec": "5.0.0",
- "saveSpec": null,
- "fetchSpec": "5.0.0"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmmirror.com/winston-daily-rotate-file/-/winston-daily-rotate-file-5.0.0.tgz",
- "_spec": "5.0.0",
- "_where": "/Users/zhanwencai/code/game/congkong/webServer",
- "author": {
- "name": "Charlie Robbins",
- "email": "charlie.robbins@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/winstonjs/winston-daily-rotate-file/issues"
- },
- "dependencies": {
- "file-stream-rotator": "^0.6.1",
- "object-hash": "^3.0.0",
- "triple-beam": "^1.4.1",
- "winston-transport": "^4.7.0"
- },
- "description": "A transport for winston which logs to a rotating file each day.",
- "devDependencies": {
- "@alcalzone/release-script": "^3.7.0",
- "@alcalzone/release-script-plugin-license": "^3.7.0",
- "chai": "^4.4.1",
- "eslint": "^8.56.0",
- "eslint-plugin-node": "^11.1.0",
- "mocha": "^10.2.0",
- "rimraf": "^5.0.5",
- "threads": "^1.7.0"
- },
- "engines": {
- "node": ">=8"
- },
- "files": [
- "daily-rotate-file.js",
- "index.js",
- "index.d.ts"
- ],
- "homepage": "https://github.com/winstonjs/winston-daily-rotate-file#readme",
- "keywords": [
- "winston",
- "daily-rotate-file",
- "log-rotate",
- "logrotate"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "winston-daily-rotate-file",
- "peerDependencies": {
- "winston": "^3"
- },
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/winstonjs/winston-daily-rotate-file.git"
- },
- "scripts": {
- "release": "release-script",
- "test": "mocha --ignore **/*.worker.js && eslint ."
- },
- "types": "index.d.ts",
- "version": "5.0.0"
- }
|