| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- {
- "_args": [
- [
- "winston@3.14.1",
- "/Users/zhanwencai/code/game/congkong/webServer"
- ]
- ],
- "_from": "winston@3.14.1",
- "_id": "winston@3.14.1",
- "_inBundle": false,
- "_integrity": "sha512-CJi4Il/msz8HkdDfXOMu+r5Au/oyEjFiOZzbX2d23hRLY0narGjqfE5lFlrT5hfYJhPtM8b85/GNFsxIML/RVA==",
- "_location": "/winston",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "winston@3.14.1",
- "name": "winston",
- "escapedName": "winston",
- "rawSpec": "3.14.1",
- "saveSpec": null,
- "fetchSpec": "3.14.1"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmmirror.com/winston/-/winston-3.14.1.tgz",
- "_spec": "3.14.1",
- "_where": "/Users/zhanwencai/code/game/congkong/webServer",
- "author": {
- "name": "Charlie Robbins",
- "email": "charlie.robbins@gmail.com"
- },
- "browser": "./dist/winston",
- "bugs": {
- "url": "https://github.com/winstonjs/winston/issues"
- },
- "dependencies": {
- "@colors/colors": "^1.6.0",
- "@dabh/diagnostics": "^2.0.2",
- "async": "^3.2.3",
- "is-stream": "^2.0.0",
- "logform": "^2.6.0",
- "one-time": "^1.0.0",
- "readable-stream": "^3.4.0",
- "safe-stable-stringify": "^2.3.1",
- "stack-trace": "0.0.x",
- "triple-beam": "^1.3.0",
- "winston-transport": "^4.7.0"
- },
- "description": "A logger for just about everything.",
- "devDependencies": {
- "@babel/cli": "^7.23.9",
- "@babel/core": "^7.24.0",
- "@babel/preset-env": "^7.24.0",
- "@dabh/eslint-config-populist": "^4.4.0",
- "@types/node": "^20.11.24",
- "abstract-winston-transport": "^0.5.1",
- "assume": "^2.2.0",
- "cross-spawn-async": "^2.2.5",
- "eslint": "^8.57.0",
- "hock": "^1.4.1",
- "mocha": "^10.3.0",
- "nyc": "^15.1.0",
- "rimraf": "5.0.1",
- "split2": "^4.1.0",
- "std-mocks": "^2.0.0",
- "through2": "^4.0.2",
- "winston-compat": "^0.1.5"
- },
- "engines": {
- "node": ">= 12.0.0"
- },
- "homepage": "https://github.com/winstonjs/winston#readme",
- "keywords": [
- "winston",
- "logger",
- "logging",
- "logs",
- "sysadmin",
- "bunyan",
- "pino",
- "loglevel",
- "tools",
- "json",
- "stream"
- ],
- "license": "MIT",
- "main": "./lib/winston.js",
- "maintainers": [
- {
- "name": "David Hyde",
- "email": "dabh@alumni.stanford.edu"
- }
- ],
- "name": "winston",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/winstonjs/winston.git"
- },
- "scripts": {
- "build": "rimraf dist && babel lib -d dist",
- "lint": "eslint lib/*.js lib/winston/*.js lib/winston/**/*.js --resolve-plugins-relative-to ./node_modules/@dabh/eslint-config-populist",
- "prepublishOnly": "npm run build",
- "test": "rimraf test/fixtures/logs/* && mocha",
- "test:coverage": "nyc npm run test:unit",
- "test:integration": "mocha test/integration",
- "test:unit": "mocha test/unit"
- },
- "types": "./index.d.ts",
- "version": "3.14.1"
- }
|