prettyjson
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -5,3 +5,3 @@ { | ||
"description": "Package for formatting JSON data in a coloured YAML-style, perfect for CLI output", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"homepage": "http://rafeca.com/prettyjson", | ||
@@ -34,7 +34,7 @@ "keywords": [ | ||
"engines": { | ||
"node": ">= 0.10.0 < 0.12.0" | ||
"node": ">= 0.10.0 < 0.13.0" | ||
}, | ||
"dependencies": { | ||
"colors": "0.6.2", | ||
"minimist": "0.0.8" | ||
"minimist": "1.1.0" | ||
}, | ||
@@ -41,0 +41,0 @@ "devDependencies": { |
@@ -57,2 +57,5 @@ # prettyjson [![Build Status](https://secure.travis-ci.org/rafeca/prettyjson.png)](http://travis-ci.org/rafeca/prettyjson) [![NPM version](https://badge.fury.io/js/prettyjson.png)](http://badge.fury.io/js/prettyjson) [![Coverage Status](https://coveralls.io/repos/rafeca/prettyjson/badge.png?branch=master)](https://coveralls.io/r/rafeca/prettyjson?branch=master) | ||
$ prettyjson --indent=4 package.json | ||
# Render arrays elements in a single line | ||
$ prettyjson --inline-arrays=1 package.json | ||
``` | ||
@@ -59,0 +62,0 @@ |
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
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
623337
135
+ Addedminimist@1.1.0(transitive)
- Removedminimist@0.0.8(transitive)
Updatedminimist@1.1.0