mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
Changes
This commit is contained in:
114
node_modules/winston/package.json
generated
vendored
Normal file
114
node_modules/winston/package.json
generated
vendored
Normal file
@ -0,0 +1,114 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"winston",
|
||||
"/Users/akira/src/biomedjs"
|
||||
]
|
||||
],
|
||||
"_from": "winston@*",
|
||||
"_id": "winston@2.1.1",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/winston",
|
||||
"_nodeVersion": "4.2.2",
|
||||
"_npmUser": {
|
||||
"email": "charlie.robbins@gmail.com",
|
||||
"name": "indexzero"
|
||||
},
|
||||
"_npmVersion": "2.14.5",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "winston",
|
||||
"raw": "winston",
|
||||
"rawSpec": "",
|
||||
"scope": null,
|
||||
"spec": "*",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/winston/-/winston-2.1.1.tgz",
|
||||
"_shasum": "3c9349d196207fd1bdff9d4bc43ef72510e3a12e",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "winston",
|
||||
"_where": "/Users/akira/src/biomedjs",
|
||||
"author": {
|
||||
"email": "charlie.robbins@gmail.com",
|
||||
"name": "Charlie Robbins"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/winstonjs/winston/issues"
|
||||
},
|
||||
"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"
|
||||
},
|
||||
"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"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "3c9349d196207fd1bdff9d4bc43ef72510e3a12e",
|
||||
"tarball": "http://registry.npmjs.org/winston/-/winston-2.1.1.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.8.0"
|
||||
},
|
||||
"gitHead": "69171ed1679a290e947f22a83b044b3980be3565",
|
||||
"homepage": "https://github.com/winstonjs/winston#readme",
|
||||
"keywords": [
|
||||
"logging",
|
||||
"sysadmin",
|
||||
"tools",
|
||||
"winston"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./lib/winston",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "indexzero",
|
||||
"email": "charlie.robbins@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "chjj",
|
||||
"email": "chjjeffrey@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "jcrugzz",
|
||||
"email": "jcrugzz@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "pose",
|
||||
"email": "albertopose@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "v1",
|
||||
"email": "info@3rd-Eden.com"
|
||||
},
|
||||
{
|
||||
"name": "3rdeden",
|
||||
"email": "npm@3rd-Eden.com"
|
||||
}
|
||||
],
|
||||
"name": "winston",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/winstonjs/winston.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "vows --spec --isolate"
|
||||
},
|
||||
"version": "2.1.1"
|
||||
}
|
Reference in New Issue
Block a user