javascript-stringify
Advanced tools
Comparing version 0.0.4 to 1.0.0
{ | ||
"name": "javascript-stringify", | ||
"version": "0.0.4", | ||
"version": "1.0.0", | ||
"description": "Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`", | ||
@@ -16,3 +16,7 @@ "main": "javascript-stringify.js", | ||
], | ||
"author": "Blake Embrey <hello@blakeembrey.com> (http://blakeembrey.me/)", | ||
"author": { | ||
"name": "Blake Embrey", | ||
"email": "hello@blakeembrey.com", | ||
"url": "http://blakeembrey.me" | ||
}, | ||
"license": "MIT", | ||
@@ -19,0 +23,0 @@ "readmeFilename": "README.md", |
# JavaScript Stringify | ||
[![NPM version][npm-image]][npm-url] | ||
[![build status][travis-image]][travis-url] | ||
[![Test coverage][coveralls-image]][coveralls-url] | ||
[![Gittip][gittip-image]][gittip-url] | ||
Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`. | ||
[![Build Status](https://img.shields.io/travis/blakeembrey/javascript-stringify/master.svg)](https://travis-ci.org/blakeembrey/javascript-stringify) | ||
[![NPM version](https://img.shields.io/npm/v/javascript-stringify.svg)](https://www.npmjs.org/package/javascript-stringify) | ||
## Installation | ||
@@ -98,1 +100,10 @@ | ||
MIT | ||
[npm-image]: https://img.shields.io/npm/v/javascript-stringify.svg?style=flat | ||
[npm-url]: https://npmjs.org/package/javascript-stringify | ||
[travis-image]: https://img.shields.io/travis/blakeembrey/javascript-stringify.svg?style=flat | ||
[travis-url]: https://travis-ci.org/blakeembrey/javascript-stringify | ||
[coveralls-image]: https://img.shields.io/coveralls/blakeembrey/javascript-stringify.svg?style=flat | ||
[coveralls-url]: https://coveralls.io/r/blakeembrey/javascript-stringify?branch=master | ||
[gittip-image]: https://img.shields.io/gittip/blakeembrey.svg?style=flat | ||
[gittip-url]: https://www.gittip.com/blakeembrey |
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
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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
16926
1
109