From 152a709c6805e4475a689c161eb78d27835f66cd Mon Sep 17 00:00:00 2001 From: Frank Bennett Date: Wed, 29 Nov 2023 11:46:24 +0900 Subject: [PATCH] Add csv-stringify module --- cultexp/package-lock.json | 6 ++++++ cultexp/package.json | 1 + 2 files changed, 7 insertions(+) diff --git a/cultexp/package-lock.json b/cultexp/package-lock.json index b175804..bf7a826 100644 --- a/cultexp/package-lock.json +++ b/cultexp/package-lock.json @@ -11,6 +11,7 @@ "dependencies": { "clean-text-utils": "^1.1.17", "csv-parse": ">=5.0.3", + "csv-stringify": "^6.4.4", "getopts": "^2.3.0", "markdown-it": "^12.3.0" }, @@ -1510,6 +1511,11 @@ "resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-5.0.4.tgz", "integrity": "sha512-5AIdl8l6n3iYQYxan5djB5eKDa+vBnhfWZtRpJTcrETWfVLYN0WSj3L9RwvgYt+psoO77juUr8TG8qpfGZifVQ==" }, + "node_modules/csv-stringify": { + "version": "6.4.4", + "resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.4.4.tgz", + "integrity": "sha512-NDshLupGa7gp4UG4sSNIqwYJqgSwvds0SvENntxoVoVvTzXcrHvd5gG2MWpbRpSNvk59dlmIe1IwNvSxN4IVmg==" + }, "node_modules/data-urls": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz", diff --git a/cultexp/package.json b/cultexp/package.json index 63a3a44..8e8dbda 100644 --- a/cultexp/package.json +++ b/cultexp/package.json @@ -6,6 +6,7 @@ "dependencies": { "clean-text-utils": "^1.1.17", "csv-parse": ">=5.0.3", + "csv-stringify": "^6.4.4", "getopts": "^2.3.0", "markdown-it": "^12.3.0" },