jsonpour
Version:
A streaming JSON parser
24 lines (23 loc) • 543 B
JSON
{
"name": "jsonpour",
"version": "2.0.0",
"type": "module",
"description": "A streaming JSON parser",
"main": "index.js",
"scripts": {
"test": "node --test ./tests/*.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/glynnbird/jsonpour.git"
},
"keywords": [
"JSON"
],
"author": "Glynn Bird <glynn.bird@gmail.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/glynnbird/jsonpour/issues"
},
"homepage": "https://github.com/glynnbird/jsonpour#readme"
}