1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-12 10:52:47 +00:00

updated package.json

This commit is contained in:
2016-01-04 12:25:28 -05:00
parent 3443c97de4
commit 80ca24a715
1168 changed files with 73752 additions and 26424 deletions

106
node_modules/winston/package.json generated vendored Normal file
View File

@@ -0,0 +1,106 @@
{
"_args": [
[
"winston@0.8.0",
"/home/mywebsite/node_modules/broadway"
]
],
"_from": "winston@0.8.0",
"_id": "winston@0.8.0",
"_inCache": true,
"_installable": true,
"_location": "/winston",
"_npmUser": {
"email": "jcrugzz@gmail.com",
"name": "jcrugzz"
},
"_npmVersion": "1.4.23",
"_phantomChildren": {},
"_requested": {
"name": "winston",
"raw": "winston@0.8.0",
"rawSpec": "0.8.0",
"scope": null,
"spec": "0.8.0",
"type": "version"
},
"_requiredBy": [
"/broadway",
"/cliff"
],
"_resolved": "https://registry.npmjs.org/winston/-/winston-0.8.0.tgz",
"_shasum": "61d0830fa699706212206b0a2b5ca69a93043668",
"_shrinkwrap": null,
"_spec": "winston@0.8.0",
"_where": "/home/mywebsite/node_modules/broadway",
"author": {
"email": "info@nodejitsu.com",
"name": "Nodejitsu Inc."
},
"bugs": {
"url": "https://github.com/flatiron/winston/issues"
},
"dependencies": {
"async": "0.2.x",
"colors": "0.6.x",
"cycle": "1.0.x",
"eyes": "0.1.x",
"pkginfo": "0.3.x",
"stack-trace": "0.0.x"
},
"description": "A multi-transport async logging library for Node.js",
"devDependencies": {
"vows": "0.7.x"
},
"directories": {},
"dist": {
"shasum": "61d0830fa699706212206b0a2b5ca69a93043668",
"tarball": "http://registry.npmjs.org/winston/-/winston-0.8.0.tgz"
},
"engines": {
"node": ">= 0.6.0"
},
"gitHead": "5ff2673ea37f0122436248968f1e886a14f42c77",
"homepage": "https://github.com/flatiron/winston",
"keywords": [
"logging",
"sysadmin",
"tools"
],
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/flatiron/winston/master/LICENSE"
}
],
"main": "./lib/winston",
"maintainers": [
{
"name": "indexzero",
"email": "charlie.robbins@gmail.com"
},
{
"name": "chjj",
"email": "chjjeffrey@gmail.com"
},
{
"name": "V1",
"email": "info@3rd-Eden.com"
},
{
"name": "jcrugzz",
"email": "jcrugzz@gmail.com"
}
],
"name": "winston",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/flatiron/winston.git"
},
"scripts": {
"test": "vows --spec --isolate"
},
"version": "0.8.0"
}