incomplete-json-parser
Version:
A JSON parser that can parse incomplete JSON strings.
44 lines (43 loc) • 1.05 kB
JSON
{
"name": "incomplete-json-parser",
"version": "1.1.4",
"homepage": "https://github.com/1000ship/incomplete-json-parser",
"author": {
"name": "Dante Chun",
"email": "dev.1000ship@gmail.com",
"url": "https://dante.company"
},
"bugs": {
"email": "dev.1000ship@gmail.com",
"url": "https://github.com/1000ship/incomplete-json-parser/issues"
},
"description": "A JSON parser that can parse incomplete JSON strings.",
"keywords": [
"json",
"parser",
"stream",
"streaming",
"incomplete",
"fragment"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"scripts": {
"build": "rimraf ./dist && tsc",
"prestart": "npm run build",
"start": "node dist/index.js",
"test": "jest"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.7",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.2",
"tsc": "^2.0.4",
"typescript": "^5.4.5"
}
}