json-format
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "json-format", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "JSON format for good presentation", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "node_modules/.bin/mocha" | ||
}, | ||
@@ -30,3 +30,6 @@ "repository": { | ||
}, | ||
"homepage": "https://github.com/luizstacio/json-format" | ||
"homepage": "https://github.com/luizstacio/json-format", | ||
"devDependencies": { | ||
"mocha": "^3.2.0" | ||
} | ||
} |
json-format | ||
========== | ||
[![Build Status](https://travis-ci.org/luizstacio/json-format.svg?branch=master)](https://travis-ci.org/luizstacio/json-format.svg?branch=master) | ||
Parse JavaScript Object to a JSON String indented. | ||
@@ -5,0 +7,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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
5170
10
124
0
71
1
2