iterparse
Version:
Delightful data parsing
69 lines (68 loc) • 1.48 kB
JSON
{
"name": "iterparse",
"version": "0.0.33",
"description": "Delightful data parsing",
"main": "lib/index.js",
"files": [
"lib",
"src",
"tests",
"LICENSE",
"tsconfig.json",
"README.md"
],
"keywords": [
"csv",
"parser",
"json",
"fast-csv",
"papaparse",
"iterators",
"node",
"big data",
"xml",
"xml-parser",
"csv-parser",
"json-parser"
],
"scripts": {
"build": "rm -rf ./lib && tsc",
"watch": "yarn link && tsc --watch",
"test": "cd ./benchmarks && yarn && yarn test"
},
"author": "digimuza",
"license": "MIT",
"devDependencies": {
"@types/node": "^13.13.5",
"ts-docflux": "^0.0.13",
"typescript": "^3.9.3"
},
"repository": {
"type": "git",
"url": "https://github.com/digimuza/iterparse.git"
},
"tsDocFluxConfig": {
"mainEntryPointFilePath": "./lib/index.d.ts"
},
"homepage": "https://digimuza.github.io/iterparse",
"dependencies": {
"@types/fs-extra": "^8.1.0",
"@types/he": "^1.1.1",
"@types/node-fetch": "^2.5.8",
"@types/papaparse": "^5.0.3",
"@types/rimraf": "^3.0.2",
"@types/tmp": "^0.2.0",
"JSONStream": "^1.3.5",
"fast-csv": "^4.3.6",
"fast-xml-parser": "^3.18.0",
"fs-extra": "^9.0.0",
"he": "^1.2.0",
"ix": "^2.5.5",
"node-fetch": "^2.6.1",
"papaparse": "^5.2.0",
"pretty-ms": "^7.0.1",
"rimraf": "^3.0.2",
"tmp": "^0.2.1",
"ts-prime": "^1.0.0"
}
}