csv-stream-lite 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +9 -6
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "csv-stream-lite",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "A lightweight, memory-efficient, zero-dependency streaming
|
|
3
|
+
"version": "1.0.2",
|
|
4
|
+
"description": "A lightweight, memory-efficient, zero-dependency streaming CSV parser and stringifier for JavaScript and TypeScript. It works in both Node.js and browser environments.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"repository": {
|
|
@@ -23,7 +23,10 @@
|
|
|
23
23
|
}
|
|
24
24
|
},
|
|
25
25
|
"keywords": [
|
|
26
|
-
"
|
|
26
|
+
"csv",
|
|
27
|
+
"csv-parser",
|
|
28
|
+
"csv-stream",
|
|
29
|
+
"streaming-csv",
|
|
27
30
|
"stream",
|
|
28
31
|
"streaming",
|
|
29
32
|
"parser",
|
|
@@ -34,9 +37,9 @@
|
|
|
34
37
|
"memory-efficient",
|
|
35
38
|
"low-memory",
|
|
36
39
|
"large-files",
|
|
37
|
-
"json
|
|
38
|
-
"csv-
|
|
39
|
-
"
|
|
40
|
+
"csv-to-json",
|
|
41
|
+
"csv-stringify",
|
|
42
|
+
"csv-parse",
|
|
40
43
|
"lightweight",
|
|
41
44
|
"zero-dependencies",
|
|
42
45
|
"typescript",
|