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
920
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. 19, 2024
License
mit
Github repo
Type
Module/library
Platform
Node.js, Browser
Primary Language, based on Github DataLanguage
TypeScript
Issues
7
geotiff.js
Github stargazers
874
Github forks
183
Commits
660
Code contributors Contributors
50
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.