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

85 lines
2.4 KiB
JSON

{
"_from": "winston-transport@^4.7.0",
"_id": "winston-transport@4.7.0",
"_inBundle": false,
"_integrity": "sha512-ajBj65K5I7denzer2IYW6+2bNIVqLGDHqDw3Ow8Ohh+vdW+rv4MZ6eiDvHoKhfJFZ2auyN8byXieDDJ96ViONg==",
"_location": "/winston-transport",
"_phantomChildren": {
"inherits": "2.0.4",
"string_decoder": "1.1.1",
"util-deprecate": "1.0.2"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "winston-transport@^4.7.0",
"name": "winston-transport",
"escapedName": "winston-transport",
"rawSpec": "^4.7.0",
"saveSpec": null,
"fetchSpec": "^4.7.0"
},
"_requiredBy": [
"/winston"
],
"_resolved": "https://registry.npmjs.org/winston-transport/-/winston-transport-4.7.0.tgz",
"_shasum": "e302e6889e6ccb7f383b926df6936a5b781bd1f0",
"_spec": "winston-transport@^4.7.0",
"_where": "C:\\Users\\Wlad\\Desktop\\binance_bot\\node_modules\\winston",
"author": {
"name": "Charlie Robbins",
"email": "charlie.robbins@gmail.com"
},
"browser": "dist/index.js",
"bugs": {
"url": "https://github.com/winstonjs/winston-transport/issues"
},
"bundleDependencies": false,
"dependencies": {
"logform": "^2.3.2",
"readable-stream": "^3.6.0",
"triple-beam": "^1.3.0"
},
"deprecated": false,
"description": "Base stream implementations for winston@3 and up.",
"devDependencies": {
"@dabh/eslint-config-populist": "^5.0.0",
"@types/node": "^20.8.6",
"abstract-winston-transport": ">=0.5.1",
"assume": "^2.3.0",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"deep-equal": "^2.0.5",
"eslint": "^8.8.0",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"rimraf": "^5.0.5",
"winston-compat": "^0.1.5"
},
"engines": {
"node": ">= 12.0.0"
},
"homepage": "https://github.com/winstonjs/winston-transport#readme",
"keywords": [
"winston",
"transport",
"winston3"
],
"license": "MIT",
"main": "index.js",
"name": "winston-transport",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/winstonjs/winston-transport.git"
},
"scripts": {
"build": "rimraf dist && babel *.js -d ./dist",
"lint": "eslint test/*.js index.js --resolve-plugins-relative-to ./node_modules/@dabh/eslint-config-populist",
"prepublishOnly": "npm run build",
"pretest": "npm run lint && npm run build",
"report": "nyc report --reporter=lcov",
"test": "nyc mocha test/*.test.js"
},
"version": "4.7.0"
}