aboutsummaryrefslogtreecommitdiff
path: root/atom/packages/pretty-json/node_modules/jsonminify/docs/JSON.html
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2019-03-14 23:19:58 +0100
committerBen Beltran <ben@nsovocal.com>2019-03-14 23:19:58 +0100
commitb009b50e81b6c1d0d691505b5f5c0418f559bfc0 (patch)
tree5fae800e76219eba28634cb236565f9b4bb7a2f7 /atom/packages/pretty-json/node_modules/jsonminify/docs/JSON.html
parent4efcafab7f0aa454f9ebe767133654bc9f44e12c (diff)
Remove Atom config
Diffstat (limited to 'atom/packages/pretty-json/node_modules/jsonminify/docs/JSON.html')
-rw-r--r--atom/packages/pretty-json/node_modules/jsonminify/docs/JSON.html265
1 files changed, 0 insertions, 265 deletions
diff --git a/atom/packages/pretty-json/node_modules/jsonminify/docs/JSON.html b/atom/packages/pretty-json/node_modules/jsonminify/docs/JSON.html
deleted file mode 100644
index 75c8949..0000000
--- a/atom/packages/pretty-json/node_modules/jsonminify/docs/JSON.html
+++ /dev/null
@@ -1,265 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
- <meta charset="utf-8">
- <title>JSDoc: Namespace: JSON</title>
-
- <script src="scripts/prettify/prettify.js"> </script>
- <script src="scripts/prettify/lang-css.js"> </script>
- <!--[if lt IE 9]>
- <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
- <![endif]-->
- <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
- <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
-</head>
-
-<body>
-
-<div id="main">
-
- <h1 class="page-title">Namespace: JSON</h1>
-
-
-
-
-
-<section>
-
-<header>
- <h2>
- JSON
- </h2>
-
-</header>
-
-<article>
- <div class="container-overview">
-
-
-
-
-
-
-<dl class="details">
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <dt class="tag-source">Source:</dt>
- <dd class="tag-source"><ul class="dummy"><li>
- <a href="minify.json.js.html">minify.json.js</a>, <a href="minify.json.js.html#line4">line 4</a>
- </li></ul></dd>
-
-
-
-
-
-
-
-</dl>
-
-
-
-
- </div>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <h3 class="subsection-title">Methods</h3>
-
- <dl>
-
-<dt>
- <h4 class="name" id="minify"><span class="type-signature">&lt;static> </span>minify<span class="signature">(Transformed)</span><span class="type-signature"> &rarr; {String}</span></h4>
-
-
-</dt>
-<dd>
-
-
-
-
-
-
-
-
- <h5>Parameters:</h5>
-
-
-<table class="params">
- <thead>
- <tr>
-
- <th>Name</th>
-
-
- <th>Type</th>
-
-
-
-
-
- <th class="last">Description</th>
- </tr>
- </thead>
-
- <tbody>
-
-
- <tr>
-
- <td class="name"><code>Transformed</code></td>
-
-
- <td class="type">
-
-
-<span class="param-type">Object</span>
-
-
-
- </td>
-
-
-
-
-
- <td class="description last">data. format) json-like</td>
- </tr>
-
-
- </tbody>
-</table>
-
-
-
-<dl class="details">
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <dt class="tag-source">Source:</dt>
- <dd class="tag-source"><ul class="dummy"><li>
- <a href="minify.json.js.html">minify.json.js</a>, <a href="minify.json.js.html#line32">line 32</a>
- </li></ul></dd>
-
-
-
-
-
-
-
-</dl>
-
-
-
-
-
-
-
-
-
-
-
- <h5>Returns:</h5>
-
-
-
-
-<dl>
- <dt>
- Type
- </dt>
- <dd>
-
-<span class="param-type">String</span>
-
-
- </dd>
-</dl>
-
-
-
-
- <h5>Example</h5>
-
- <pre class="prettyprint"><code>var json = { // hoge
- "foo": "bar",// this is cool
- "bar": [
- "baz", "bum", "zam" // this is cool
- ]
-} // hoge</code></pre>
-
-
-</dd>
-
- </dl>
-
-
-
-
-
-</article>
-
-</section>
-
-
-
-
-</div>
-
-<nav>
- <h2><a href="index.html">Index</a></h2><h3>Namespaces</h3><ul><li><a href="JSON.html">JSON</a></li></ul>
-</nav>
-
-<br clear="both">
-
-<footer>
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-dev</a> on Mon Sep 30 2013 14:37:29 GMT+0900 (JST)
-</footer>
-
-<script> prettyPrint(); </script>
-<script src="scripts/linenumber.js"> </script>
-</body>
-</html> \ No newline at end of file