coffeelint-reporter
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "coffeelint-reporter", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "A Reporter for Coffeelint", | ||
"author": "sibiraj-s", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+ssh://git@github.com/sibiraj-s/coffeelint-reporter.git" | ||
}, | ||
"repository": "https://github.com/sibiraj-s/coffeelint-reporter.git", | ||
"homepage": "https://github.com/sibiraj-s/coffeelint-reporter", | ||
"bugs": { | ||
"url": "https://github.com/sibiraj-s/coffeelint-reporter/issues" | ||
}, | ||
"bugs": "https://github.com/sibiraj-s/coffeelint-reporter/issues", | ||
"engines": { | ||
"node": ">= 8.0.0" | ||
"node": "^10" | ||
}, | ||
"dependencies": { | ||
"chalk": "^2.4.1", | ||
"chalk": "^2.4.2", | ||
"cli-table3": "^0.5.1" | ||
@@ -21,0 +16,0 @@ }, |
@@ -5,3 +5,4 @@ # coffeelint-reporter | ||
[![NPM Version](https://img.shields.io/npm/v/coffeelint-reporter.svg)](https://www.npmjs.com/package/coffeelint-reporter) [![License](https://img.shields.io/npm/l/coffeelint-reporter.svg)](https://github.com/sibiraj-s/coffeelint-reporter/blob/master/LICENSE) | ||
[![NPM Version](https://img.shields.io/npm/v/coffeelint-reporter.svg)](https://www.npmjs.com/package/coffeelint-reporter) | ||
[![License](https://img.shields.io/npm/l/coffeelint-reporter.svg)](https://github.com/sibiraj-s/coffeelint-reporter/blob/master/LICENSE) | ||
[![Build Status](https://travis-ci.com/sibiraj-s/coffeelint-reporter.svg?branch=master)](https://travis-ci.com/sibiraj-s/coffeelint-reporter) | ||
@@ -8,0 +9,0 @@ |
Sorry, the diff of this file is not supported yet
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
33
5057
1
1
Updatedchalk@^2.4.2