summaryrefslogtreecommitdiff
path: root/node_modules/winston/package.json
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2021-12-21 16:50:49 +0100
committerMinteck <contact@minteck.org>2021-12-21 16:50:49 +0100
commit20204baf1807825af4798ad03bfb329e4da05bc5 (patch)
tree1568515fa1e4592206ed5d2327b39e6b443cbd03 /node_modules/winston/package.json
downloadbingoloto-remote-20204baf1807825af4798ad03bfb329e4da05bc5.tar.gz
bingoloto-remote-20204baf1807825af4798ad03bfb329e4da05bc5.tar.bz2
bingoloto-remote-20204baf1807825af4798ad03bfb329e4da05bc5.zip
Commit
Diffstat (limited to 'node_modules/winston/package.json')
-rw-r--r--node_modules/winston/package.json81
1 files changed, 81 insertions, 0 deletions
diff --git a/node_modules/winston/package.json b/node_modules/winston/package.json
new file mode 100644
index 0000000..39a3587
--- /dev/null
+++ b/node_modules/winston/package.json
@@ -0,0 +1,81 @@
+{
+ "_from": "winston@2.1.x",
+ "_id": "winston@2.1.1",
+ "_inBundle": false,
+ "_integrity": "sha1-PJNJ0ZYgf9G9/51LxD73JRDjoS4=",
+ "_location": "/winston",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "winston@2.1.x",
+ "name": "winston",
+ "escapedName": "winston",
+ "rawSpec": "2.1.x",
+ "saveSpec": null,
+ "fetchSpec": "2.1.x"
+ },
+ "_requiredBy": [
+ "/prompt"
+ ],
+ "_resolved": "https://registry.npmjs.org/winston/-/winston-2.1.1.tgz",
+ "_shasum": "3c9349d196207fd1bdff9d4bc43ef72510e3a12e",
+ "_spec": "winston@2.1.x",
+ "_where": "/data/dev/Projets/Bingoloto Remote/node_modules/prompt",
+ "author": {
+ "name": "Charlie Robbins",
+ "email": "charlie.robbins@gmail.com"
+ },
+ "bugs": {
+ "url": "https://github.com/winstonjs/winston/issues"
+ },
+ "bundleDependencies": false,
+ "dependencies": {
+ "async": "~1.0.0",
+ "colors": "1.0.x",
+ "cycle": "1.0.x",
+ "eyes": "0.1.x",
+ "isstream": "0.1.x",
+ "pkginfo": "0.3.x",
+ "stack-trace": "0.0.x"
+ },
+ "deprecated": false,
+ "description": "A multi-transport async logging library for Node.js",
+ "devDependencies": {
+ "cross-spawn-async": "^2.0.0",
+ "hock": "1.x.x",
+ "std-mocks": "~1.0.0",
+ "vows": "0.7.x"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ },
+ "homepage": "https://github.com/winstonjs/winston#readme",
+ "keywords": [
+ "winston",
+ "logging",
+ "sysadmin",
+ "tools"
+ ],
+ "license": "MIT",
+ "main": "./lib/winston",
+ "maintainers": [
+ {
+ "name": "Jarrett Cruger",
+ "email": "jcrugzz@gmail.com"
+ },
+ {
+ "name": "Alberto Pose",
+ "email": "albertopose@gmail.com"
+ }
+ ],
+ "name": "winston",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/winstonjs/winston.git"
+ },
+ "scripts": {
+ "test": "vows --spec --isolate"
+ },
+ "version": "2.1.1"
+}