Comparing version 0.2.1 to 0.2.2
@@ -5,6 +5,29 @@ /*! JSON.minify() | ||
*/ | ||
/** | ||
* @name minify.json.js | ||
* @author Kei Funagayama <kei.topaz@gmail.com | ||
* @overview JSON.minify | ||
*/ | ||
/** | ||
* @namespace JSON | ||
*/ | ||
(function(global){ | ||
'use strict'; | ||
/** | ||
* @function | ||
* @memberof JSON | ||
* @param {Object} Transformed data. format) json-like | ||
* @return {String} | ||
* | ||
* @example | ||
* var json = { // hoge | ||
* "foo": "bar",// this is cool | ||
* "bar": [ | ||
* "baz", "bum", "zam" // this is cool | ||
* ] | ||
* } // hoge | ||
* | ||
*/ | ||
var minify = function (json) { | ||
@@ -72,2 +95,2 @@ | ||
} | ||
})(this); | ||
})(this); |
{ | ||
"name": "jsonminify", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "JSON.minify() minifies blocks of JSON-like content into valid JSON by removing all whitespace *and* comments.", | ||
@@ -28,3 +28,5 @@ "keywords": [ | ||
"jshint": "*", | ||
"should": "*" | ||
"should": "*", | ||
"jsdoc": "git://github.com/jsdoc3/jsdoc.git", | ||
"plato": "*" | ||
}, | ||
@@ -31,0 +33,0 @@ "engines": { |
@@ -68,2 +68,14 @@ # About | ||
# build | ||
``` | ||
$ make | ||
``` | ||
# release | ||
``` | ||
$ make release | ||
``` | ||
# test | ||
@@ -81,2 +93,12 @@ | ||
# Document | ||
- [JSDoc - API Document](http://fkei.github.io/JSON.minify/docs/index.html) | ||
- [Plato - Report](http://fkei.github.io/JSON.minify/report/index.html) | ||
- [Mocha - Test result (HTML)](http://fkei.github.io/JSON.minify/TestDoc.html) | ||
# Web-Site | ||
**[Github pages - JSON.minify Home Page](http://fkei.github.io/JSON.minify/)** | ||
# LICENSE | ||
@@ -83,0 +105,0 @@ |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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 License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
1366120
83
0
15321
115
5
1