npm-json2csv
Version:
This module can be used to convert your JSON into CSV file effeciently.Just pass your JSON array and filepath with filename. It will extract the headers and rows by itself and could handle values with commas also.
55 lines (54 loc) • 1.51 kB
JSON
{
"_from": "npm-json2csv",
"_id": "npm-json2csv@1.0.15",
"_inBundle": false,
"_integrity": "sha512-gFonujGNFe5eJxX67yJtzIKU/Teo4liv7/mb956WOoKEK4NKDpciQdAyApVQdDPzDu9+4J/bnB9U8uw0XdlCqw==",
"_location": "/npm-json2csv",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "npm-json2csv",
"name": "npm-json2csv",
"escapedName": "npm-json2csv",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/npm-json2csv/-/npm-json2csv-1.0.15.tgz",
"_shasum": "c672601c84752296ec520a3dbe7d80a335fffbe3",
"_spec": "npm-json2csv",
"_where": "D:\\Repositories\\veryNewRemoteSource-_-\\SourceCode\\cte-dist-portal-api",
"author": {
"name": "Sameer Iqbal",
"email": "k142801@nu.edu.pk"
},
"bundleDependencies": false,
"dependencies": {
"fs": "0.0.1-security"
},
"deprecated": false,
"description": "This module can be used to convert your JSON into CSV file effeciently.Just pass your JSON array and filepath with filename. It will extract the headers and rows by itself and could handle values with commas also.",
"keywords": [
"json",
"csv",
"json",
"to",
"csv",
"comma",
"seperated",
"values",
"conversion"
],
"license": "ISC",
"main": "index.js",
"name": "npm-json2csv",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.16"
}