convert-csv-to-json
Advanced tools
Comparing version 2.38.0 to 2.39.0
{ | ||
"name": "convert-csv-to-json", | ||
"version": "2.38.0", | ||
"version": "2.39.0", | ||
"description": "Convert CSV to JSON", | ||
@@ -34,3 +34,7 @@ "main": "index.js", | ||
"npm-module", | ||
"csv-parser" | ||
"csv-parser", | ||
"js", | ||
"javascript", | ||
"ts", | ||
"typescript" | ||
], | ||
@@ -37,0 +41,0 @@ "author": "iuccio", |
@@ -9,3 +9,7 @@ # CSVtoJSON | ||
[![Downloads](https://img.shields.io/npm/dm/convert-csv-to-json.svg)](https://npmjs.org/package/convert-csv-to-json) | ||
[![NPM total downloads](https://img.shields.io/npm/dt/convert-csv-to-json.svg?style=flat)](https://npmjs.org/package/convert-csv-to-json) | ||
![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white) | ||
![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E) | ||
**This project is not dependent on others packages or libraries.** | ||
@@ -15,2 +19,4 @@ | ||
Please consider following this project's author, [Antò](https://github.com/iuccio), and consider starring the project to show your :heart: and support. | ||
## Table of Contents | ||
@@ -21,2 +27,3 @@ | ||
- [Description](#description) | ||
- [Support for JS & TS](#support-for-js--ts) | ||
- [Prerequisites](#prerequisites) | ||
@@ -39,3 +46,3 @@ - [Install npm *convert-csv-to-json package*](#install-npm-convert-csv-to-json-package) | ||
- [Development](#development) | ||
- [CI CD](#ci-cd-github-action) | ||
- [CI CD github action](#ci-cd-github-action) | ||
- [License](#license) | ||
@@ -88,3 +95,6 @@ - [Buy me a Coffee](#buy-me-a-coffee) | ||
``` | ||
## Support for JS & TS | ||
This package is compatible with ![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E) and ![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white). | ||
## Prerequisites | ||
@@ -91,0 +101,0 @@ **NPM** (see [Installing Npm](https://docs.npmjs.com/getting-started/installing-node)). |
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
74914
339