Parse a File Name from a Given URL or Data Path
Parse JSON with more helpful errors
Create and parse Content-Disposition header
A JavaScript parser built from the Hermes engine
Easily read/write JSON files.
A sdk for support module federation
Resole and parse `tsconfig.json`, replicating to TypeScript's behaviour
No description provided.
A javascript/nodejs multipart/form-data parser which operates on raw data.
Functions for dealing with a PostgresSQL connection string
content-disposition rewrite in TypeScript
shim for require.main.filename() that works in as many environments as possible
Astro’s [Go](https://golang.org/) + WASM compiler.
Generate a unique filename for use in temporary directories or caches.
A library to parse "attachment"s in Content-Disposition.
Sanitize a string for use as a filename
Parse HTML character references
JavaScript parser and stringifier for YAML
Write files in an atomic fashion w/configurable ownership
JSON.parse with context information on error
Parse the Forwarded header (RFC 7239) into an array of objects
Small footprint URL parser that works seamlessly across Node.js and browser environments
Node.js path.parse() ponyfill
JSON.parse with context information on error
Parses kubernetes host and pod metadata from log filename
Provide objects for Github Webhook Payloads as well as parse URI's, Filenames into Ruby objects
Detect MIME types from file extensions, filenames, and binary content using magic byte signatures. Includes 200+ extension mappings, 30+ magic byte patterns, custom registration, charset detection, Accept header parsing, and content negotiation.
Provides apis for extracting common metadata out of files as well as low level apis for advanced metadata parsing. Currently exif (jpeg/jpg) is almost entirely supported and mpeg4 (mp4,m4v,moov...) has limited support. For common metadata the FileInfo class provides methods names after the metadata items taking a filename. As an example, to get the origin date of a file you would call FileData::FileInfo.origin_date(filename). Advanced apis are provided via specific classes for each metadata type. For example, Exif for exif data and Mpeg4 for mpeg4 data. These can be used to improve the performance of gathering multiple metadata values from a file