{"library":"env-parser","type":"library","category":null,"description":"env-parser (digitalsadhu/env-parser) is a streaming transform module designed to parse individual `key=value` pairs from a stream and emit JavaScript objects. It processes data by splitting on the first equals sign (`=`) and automatically removes quotation marks from values if present. As of version 1.0.1, last published in June 2015, this package appears to be unmaintained. Its primary use case is for integrating into Node.js stream pipelines where environment variable-like strings are being processed sequentially, rather than for parsing complete `.env` files. There are no indications of active development or a release cadence, and newer, more comprehensive environment variable parsing libraries are widely available.","language":"javascript","status":"abandoned","version":"1.0.1","tags":["javascript","env","parser","streams","streaming",".env","ENV","process","process.env"],"last_verified":"Wed May 27","install":[{"cmd":"npm install env-parser","imports":["const envParser = require('env-parser');\nconst parserInstance = envParser();","const { Transform } = require('stream');\nconst envParser = require('env-parser')();"]},{"cmd":"yarn add env-parser","imports":[]},{"cmd":"pnpm add env-parser","imports":[]}],"homepage":null,"github":"https://github.com/digitalsadhu/env-parser","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/env-parser","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/env-parser/compatibility"}}