UNPKG

@jsonlines/core

Version:

parse and stringify jsonlines files through streams

33 lines (32 loc) 640 B
{ "name": "@jsonlines/core", "version": "1.0.2", "description": "parse and stringify jsonlines files through streams", "license": "MIT", "keywords": [ "json", "jsonlines", "data", "parse", "serialize", "stringify" ], "author": { "name": "EqualMa", "email": "equalma@outlook.com", "url": "https://github.com/EqualMa" }, "repository": { "type": "git", "url": "https://github.com/EqualMa/jsonlines.git" }, "publishConfig": { "access": "public" }, "main": "index.js", "module": "es/index.js", "types": "index.d.ts", "dependencies": { "core-js": "^3.6.5" } }