convert-json
Advanced tools
Comparing version 0.0.2 to 0.1.0
{ | ||
"name": "convert-json", | ||
"version": "0.0.2", | ||
"version": "0.1.0", | ||
"description": "auto detect file type and convert it to json format", | ||
"main": "index.js", | ||
"keyword": "json format", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "./node_modules/.bin/mocha" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DataGarage/convert-json" | ||
}, | ||
"keywords": [ | ||
"xls", | ||
"xml", | ||
"xlsx", | ||
"csv", | ||
"json" | ||
], | ||
"author": "chilijung", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/DataGarage/convert-json/issues" | ||
}, | ||
"homepage": "https://github.com/DataGarage/convert-json", | ||
"dependencies": { | ||
"xls-to-json": "0.0.2", | ||
"xlsx-to-json": "0.0.2", | ||
"node-csv-json": "0.0.2", | ||
"xml-to-json": "0.0.0" | ||
"xls-to-json": "0.1.0", | ||
"xlsx-to-json": "0.1.0", | ||
"node-csv-json": "0.1.0", | ||
"xml-to-json": "0.1.0" | ||
}, | ||
"devDependencies": { | ||
"should": "~3.1.2", | ||
"mocha": "~1.17.1" | ||
} | ||
} |
# Convert JSON | ||
[![Build Status](https://travis-ci.org/DataGarage/convert-json.png?branch=master)](https://travis-ci.org/DataGarage/convert-json) | ||
Auto detect different type of file format and convert it into JSON. | ||
@@ -4,0 +6,0 @@ |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
132946
16
195
2
46
2
+ Addednode-csv-json@0.1.0(transitive)
+ Addedxls-to-json@0.1.0(transitive)
+ Addedxlsx-to-json@0.1.0(transitive)
+ Addedxml-to-json@0.1.0(transitive)
- Removednode-csv-json@0.0.2(transitive)
- Removedxls-to-json@0.0.2(transitive)
- Removedxlsx-to-json@0.0.2(transitive)
- Removedxml-to-json@0.0.0(transitive)
Updatednode-csv-json@0.1.0
Updatedxls-to-json@0.1.0
Updatedxlsx-to-json@0.1.0
Updatedxml-to-json@0.1.0