Chapter 3: Samples

This commit is contained in:
Beth Griggs
2020-10-28 02:18:01 +00:00
parent ac0ff4d2af
commit cc2ef4e747
19 changed files with 281 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "object-streams",
"version": "1.0.0",
"description": "",
"main": "object-stream.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"ndjson": "^2.0.0"
}
}