binance_bot/node_modules/winston-daily-rotate-file/package.json
2025-01-07 19:06:55 +01:00

84 lines
2.3 KiB
JSON

{
"_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": "range",
"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": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/winston-daily-rotate-file/-/winston-daily-rotate-file-5.0.0.tgz",
"_shasum": "8cd94800025490e47c00ec892b655a5821f4266d",
"_spec": "winston-daily-rotate-file@^5.0.0",
"_where": "C:\\Users\\Wlad\\Desktop\\binance_bot_refactoring",
"author": {
"name": "Charlie Robbins",
"email": "charlie.robbins@gmail.com"
},
"bugs": {
"url": "https://github.com/winstonjs/winston-daily-rotate-file/issues"
},
"bundleDependencies": false,
"dependencies": {
"file-stream-rotator": "^0.6.1",
"object-hash": "^3.0.0",
"triple-beam": "^1.4.1",
"winston-transport": "^4.7.0"
},
"deprecated": false,
"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"
}