62 lines
1.6 KiB
JSON
62 lines
1.6 KiB
JSON
{
|
|
"_from": "file-stream-rotator@^0.6.1",
|
|
"_id": "file-stream-rotator@0.6.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-u+dBid4PvZw17PmDeRcNOtCP9CCK/9lRN2w+r1xIS7yOL9JFrIBKTvrYsxT4P0pGtThYTn++QS5ChHaUov3+zQ==",
|
|
"_location": "/file-stream-rotator",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "file-stream-rotator@^0.6.1",
|
|
"name": "file-stream-rotator",
|
|
"escapedName": "file-stream-rotator",
|
|
"rawSpec": "^0.6.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.6.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/winston-daily-rotate-file"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/file-stream-rotator/-/file-stream-rotator-0.6.1.tgz",
|
|
"_shasum": "007019e735b262bb6c6f0197e58e5c87cb96cec3",
|
|
"_spec": "file-stream-rotator@^0.6.1",
|
|
"_where": "C:\\Users\\Wlad\\Desktop\\binance_bot\\node_modules\\winston-daily-rotate-file",
|
|
"author": {
|
|
"name": "Roger Castells"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/rogerc/file-stream-rotator/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"moment": "^2.29.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Automated stream rotation useful for log files",
|
|
"homepage": "https://github.com/rogerc/file-stream-rotator#readme",
|
|
"keywords": [
|
|
"stream",
|
|
"express",
|
|
"restify",
|
|
"connect",
|
|
"rotate",
|
|
"file",
|
|
"minute",
|
|
"hourly",
|
|
"daily",
|
|
"logrotate"
|
|
],
|
|
"license": "MIT",
|
|
"main": "FileStreamRotator.js",
|
|
"name": "file-stream-rotator",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/rogerc/file-stream-rotator.git"
|
|
},
|
|
"scripts": {
|
|
"test": "node test.js"
|
|
},
|
|
"version": "0.6.1"
|
|
}
|