mirror of
https://github.com/status-im/poc-core-secure-react-native.git
synced 2026-08-31 11:11:15 +00:00
44 lines
879 B
JSON
44 lines
879 B
JSON
{
|
|
"name": "winston",
|
|
"description": "A multi-transport async logging library for Node.js",
|
|
"version": "0.8.3",
|
|
"author": "Nodejitsu Inc. <info@nodejitsu.com>",
|
|
"maintainers": [
|
|
"indexzero <charlie@nodejitsu.com>"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/flatiron/winston.git"
|
|
},
|
|
"keywords": [
|
|
"logging",
|
|
"sysadmin",
|
|
"tools"
|
|
],
|
|
"dependencies": {
|
|
"async": "0.2.x",
|
|
"colors": "0.6.x",
|
|
"cycle": "1.0.x",
|
|
"eyes": "0.1.x",
|
|
"isstream": "0.1.x",
|
|
"pkginfo": "0.3.x",
|
|
"stack-trace": "0.0.x"
|
|
},
|
|
"devDependencies": {
|
|
"vows": "0.7.x"
|
|
},
|
|
"main": "./lib/winston",
|
|
"scripts": {
|
|
"test": "vows --spec --isolate"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6.0"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://raw.github.com/flatiron/winston/master/LICENSE"
|
|
}
|
|
]
|
|
}
|