# physical-chemistry-parser

> Various parsers

Latest version **4.0.0** (published 2026-03-27) · MIT license · 0 weekly downloads

## Install

```sh
npm install physical-chemistry-parser
pnpm add physical-chemistry-parser
yarn add physical-chemistry-parser
bun add physical-chemistry-parser
```

## Health

**Score 50/100 (C)** — status: active.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

## Facts

| | |
|---|---|
| Version | 4.0.0 |
| Published | 2026-03-27 |
| First published | 2021-02-07 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM |
| Dependencies | 4 |
| Unpacked size | 43.1 KB |
| Known vulnerabilities | 0 (+2 in 1 direct dependencies) |
| Install scripts | no |
| Author | Luc Patiny |
| Maintainers | stropitek, targos, lpatiny, zakodium-bot |

## Links

- npm: https://www.npmjs.com/package/physical-chemistry-parser
- npm.io page: https://npm.io/package/physical-chemistry-parser

## Dependencies (4)

- [xlsx](https://npm.io/package/xlsx.md) ^0.18.5
- [value-units](https://npm.io/package/value-units.md) ^0.2.0
- [ensure-string](https://npm.io/package/ensure-string.md) ^2.0.0
- [fast-xml-parser](https://npm.io/package/fast-xml-parser.md) ^5.5.9

## Recent versions

- 4.0.0 (latest) — 2026-03-27
- 3.4.2 — 2024-06-05
- 3.4.1 — 2024-06-04
- 3.3.0 — 2024-05-23
- 3.2.1 — 2024-05-23
- 3.2.0 — 2024-05-22
- 3.1.0 — 2022-04-15
- 3.0.3 — 2022-03-24
- 3.0.2 — 2022-03-17
- 3.0.1 — 2021-09-29
- 3.0.0 — 2021-09-29
- 2.0.1 — 2021-09-28
- 2.0.0 — 2021-09-28
- 1.5.0 — 2021-09-16
- 1.4.0 — 2021-09-15
- … 14 more at https://npm.io/package/physical-chemistry-parser/versions

## README

# physical-chemistry-parser

Various data parser

- DSC
  - CPS (http://www.cpsinstruments.eu/centrifuge.html)
- Mercury Porosimetry
  - dscParseCPS
  - convertToJcampDSC

## Installation

`$ npm i physical-chemistry-parser`

## Usage

```js
import library from 'physical-chemistry-parser';

const result = library(args);
// result is ...
```

---
_Source: https://npm.io/package/physical-chemistry-parser · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
