| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- {
- "_args": [
- [
- "file-stream-rotator@0.6.1",
- "/Users/zhanwencai/code/game/congkong/webServer"
- ]
- ],
- "_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": "version",
- "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.npmmirror.com/file-stream-rotator/-/file-stream-rotator-0.6.1.tgz",
- "_spec": "0.6.1",
- "_where": "/Users/zhanwencai/code/game/congkong/webServer",
- "author": {
- "name": "Roger Castells"
- },
- "bugs": {
- "url": "https://github.com/rogerc/file-stream-rotator/issues"
- },
- "dependencies": {
- "moment": "^2.29.1"
- },
- "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"
- }
|