@titanium/json5
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@titanium/json5", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Titanium native mobile module for JSON5 - JSON for Humans", | ||
@@ -9,3 +9,4 @@ "main": "lib/index.js", | ||
"list-files": "npm pack && tar -xvzf *.tgz && rm -rf package *.tgz", | ||
"lint": "eslint . --" | ||
"lint": "eslint . --", | ||
"prepublishOnly": "git pull && bump" | ||
}, | ||
@@ -35,11 +36,9 @@ "author": "Aseem Kishore <aseem.kishore@gmail.com>", | ||
"devDependencies": { | ||
"@geek/eslint-config": "0.0.7", | ||
"eslint": "^5.16.0", | ||
"eslint-plugin-import": "^2.17.3", | ||
"eslint-plugin-jsdoc": "^7.2.3", | ||
"eslint-plugin-promise": "^4.1.1", | ||
"@geek/eslint-config": "0.0.9", | ||
"eslint": "^6.4.0", | ||
"eslint-plugin-import": "^2.16.0", | ||
"eslint-plugin-jsdoc": "^15.9.3", | ||
"eslint-plugin-promise": "^4.2.1", | ||
"eslint-config-standard": "^12.0.0", | ||
"eslint-plugin-import": "^2.16.0", | ||
"eslint-plugin-node": "^8.0.1", | ||
"eslint-plugin-promise": "^4.0.1", | ||
"eslint-plugin-standard": "^4.0.0", | ||
@@ -46,0 +45,0 @@ "minimist": "^1.2.0" |
@@ -0,4 +1,13 @@ | ||
<a href="#titaniumjson5"> | ||
<p align="center"> | ||
<img src="https://cdn.secure-api.org/images/warning-sign-area51.png" width="80%" /> | ||
<img src="https://cdn.secure-api.org/images/border-line-3.png" width="70%" height="50" /> | ||
</p> | ||
</a> | ||
# @titanium/json5 | ||
[![@titanium/json5](https://img.shields.io/npm/v/@titanium/json5.png)](https://www.npmjs.com/package/@titanium/json5) | ||
[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=brentonhouse/titanium-lottie)](https://dependabot.com) | ||
@@ -9,30 +18,30 @@ | ||
- [📝 Description](#-Description) | ||
- [JSON5 – JSON for Humans](#JSON5--JSON-for-Humans) | ||
- [🚀 Getting Started](#-Getting-Started) | ||
- [Usage](#Usage) | ||
- [Short Example](#Short-Example) | ||
- [Features](#Features) | ||
- [Objects](#Objects) | ||
- [Arrays](#Arrays) | ||
- [Strings](#Strings) | ||
- [Numbers](#Numbers) | ||
- [Comments](#Comments) | ||
- [White Space](#White-Space) | ||
- [API](#API) | ||
- [JSON5.parse()](#JSON5parse) | ||
- [Syntax](#Syntax) | ||
- [Parameters](#Parameters) | ||
- [Return value](#Return-value) | ||
- [JSON5.stringify()](#JSON5stringify) | ||
- [Syntax](#Syntax-1) | ||
- [Parameters](#Parameters-1) | ||
- [Return value](#Return-value-1) | ||
- [Node.js `require()` JSON5 files](#Nodejs-require-JSON5-files) | ||
- [🔗 Related Links](#-Related-Links) | ||
- [📚 Learn More](#-Learn-More) | ||
- [📣 Feedback](#-Feedback) | ||
- [©️ Legal](#️-Legal) | ||
- [License](#License) | ||
- [Credits](#Credits) | ||
* [📝 Description](#-description) | ||
* [JSON5 – JSON for Humans](#json5--json-for-humans) | ||
* [🚀 Getting Started](#-getting-started) | ||
* [Usage](#usage) | ||
* [Short Example](#short-example) | ||
* [Features](#features) | ||
* [Objects](#objects) | ||
* [Arrays](#arrays) | ||
* [Strings](#strings) | ||
* [Numbers](#numbers) | ||
* [Comments](#comments) | ||
* [White Space](#white-space) | ||
* [API](#api) | ||
* [JSON5.parse()](#json5parse) | ||
* [Syntax](#syntax) | ||
* [Parameters](#parameters) | ||
* [Return value](#return-value) | ||
* [JSON5.stringify()](#json5stringify) | ||
* [Syntax](#syntax-1) | ||
* [Parameters](#parameters-1) | ||
* [Return value](#return-value-1) | ||
* [Node.js `require()` JSON5 files](#nodejs-require-json5-files) | ||
* [🔗 Related Links](#-related-links) | ||
* [📚 Learn More](#-learn-more) | ||
* [📣 Feedback](#-feedback) | ||
* [©️ Legal](#️-legal) | ||
* [License](#license) | ||
* [Credits](#credits) | ||
@@ -39,0 +48,0 @@ ## 📝 Description |
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
71756
246