Comparing version 0.2.1 to 0.2.2
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.4.0 | ||
// Generated by CoffeeScript 1.8.0 | ||
(function() { | ||
@@ -13,3 +13,2 @@ var Ax, sprintf, w, | ||
module.exports = Ax = (function() { | ||
Ax.prototype._suppress = { | ||
@@ -24,8 +23,7 @@ "error": w("warn info debug verbose"), | ||
function Ax(configuration) { | ||
var _ref, _ref1; | ||
this.level = configuration.level, this.stream = configuration.stream, this.name = configuration.name; | ||
if ((_ref = this.name) == null) { | ||
if (this.name == null) { | ||
this.name = "-"; | ||
} | ||
if ((_ref1 = this.stream) == null) { | ||
if (this.stream == null) { | ||
this.stream = process.stdout; | ||
@@ -32,0 +30,0 @@ } |
{ | ||
"name": "ax", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "A simple logging library", | ||
"main": "ax.js", | ||
"files": [ | ||
"ax.js", | ||
"ReadMe.md" | ||
], | ||
"files": [ "ax.coffee", "ax.js", "ReadMe.md" ], | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"prepublish": "coffee -o . -c *.coffee" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/automatthew/ax.git" | ||
"url": "git://github.com/pandastrike/ax.git" | ||
}, | ||
@@ -21,7 +19,8 @@ "keywords": [ | ||
], | ||
"author": "Dan Yoder", | ||
"license": "BSD", | ||
"authors": ["Dan Yoder", "Matthew King"], | ||
"license": "MIT", | ||
"dependencies": { | ||
"sprintf": "0.1.x" | ||
} | ||
}, | ||
"readmeFilename": "README.md" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
3781
4
0
0
51
3