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

115 lines
3.0 KiB
JSON

{
"_from": "winston@^3.13.0",
"_id": "winston@3.13.0",
"_inBundle": false,
"_integrity": "sha512-rwidmA1w3SE4j0E5MuIufFhyJPBDG7Nu71RkZor1p2+qHvJSZ9GYDA81AyleQcZbh/+V6HjeBdfnTZJm9rSeQQ==",
"_location": "/winston",
"_phantomChildren": {
"inherits": "2.0.4",
"string_decoder": "1.1.1",
"util-deprecate": "1.0.2"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "winston@^3.13.0",
"name": "winston",
"escapedName": "winston",
"rawSpec": "^3.13.0",
"saveSpec": null,
"fetchSpec": "^3.13.0"
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "https://registry.npmjs.org/winston/-/winston-3.13.0.tgz",
"_shasum": "e76c0d722f78e04838158c61adc1287201de7ce3",
"_spec": "winston@^3.13.0",
"_where": "C:\\Users\\Wlad\\Desktop\\binance_bot",
"author": {
"name": "Charlie Robbins",
"email": "charlie.robbins@gmail.com"
},
"browser": "./dist/winston",
"bugs": {
"url": "https://github.com/winstonjs/winston/issues"
},
"bundleDependencies": false,
"dependencies": {
"@colors/colors": "^1.6.0",
"@dabh/diagnostics": "^2.0.2",
"async": "^3.2.3",
"is-stream": "^2.0.0",
"logform": "^2.4.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"
},
"deprecated": false,
"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": "^5.0.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.5",
"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.13.0"
}