The micro-library of Node.js stream components for creating custom JSON processing pipelines with a minimal memory footprint. It can parse JSON files far exceeding available memory streaming individual primitives using a SAX-inspired API.
Created
Aug. 11, 2013
Updated
Aug. 26, 2024
License
other
Github repo
Type
Module/library
Primary Language, based on Github DataLanguage
JavaScript
Issues
7
music-metadata
Github stargazers
892
Github forks
90
Commits
3111
Code contributors Contributors
35
Stream and file based music metadata parser for node. Supporting a wide range of audio and tag formats.
Created
Nov. 4, 2016
Updated
Sept. 2, 2024
License
mit
Github repo
Type
Module/library
Platform
Node.js, Browser
Primary Language, based on Github DataLanguage
TypeScript
Issues
12
geotiff.js
Github stargazers
859
Github forks
178
Commits
660
Code contributors Contributors
49
geotiff.js is a small library to parse TIFF files for visualization or analysis. It is written in pure JavaScript, and is usable in both the browser and node.js applications.