# @cumulus/cmrjs

> A node SDK for CMR

Latest version **22.4.1** (published 2026-09-14) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @cumulus/cmrjs
pnpm add @cumulus/cmrjs
yarn add @cumulus/cmrjs
bun add @cumulus/cmrjs
```

## Health

**Score 65/100 (B)** — status: active.

Positive: has types; no vulnerabilities; recently updated; high maintenance score; high quality score.

Warnings: low downloads; no esm support.

## Facts

| | |
|---|---|
| Version | 22.4.1 |
| Published | 2026-09-14 |
| First published | 2018-01-11 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >=22.21.1 |
| Dependencies | 14 |
| Unpacked size | 818.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 304 |
| Author | Cumulus Authors |
| Maintainers | cumuluspublisher, nsidc_kovarik, jennyhliu, npauzenga, ppilone84, etcart |
| Keywords | CUMULUS |

## Links

- npm: https://www.npmjs.com/package/@cumulus/cmrjs
- Repository: https://github.com/nasa/cumulus
- Homepage: https://github.com/nasa/cumulus/tree/master/packages/cmrjs#readme
- Issues: https://github.com/nasa/cumulus/issues
- npm.io page: https://npm.io/package/@cumulus/cmrjs

## Dependencies (14)

- [got](https://npm.io/package/got.md) ^11.8.1
- [lodash](https://npm.io/package/lodash.md) ^4.18.1
- [xml2js](https://npm.io/package/xml2js.md) 0.5.0
- [url-join](https://npm.io/package/url-join.md) ^1.0.0
- [public-ip](https://npm.io/package/public-ip.md) ^5.0.0
- [js2xmlparser](https://npm.io/package/js2xmlparser.md) ^5.0.0
- [@cumulus/common](https://npm.io/package/@cumulus/common.md) 22.4.1
- [@cumulus/errors](https://npm.io/package/@cumulus/errors.md) 22.4.1
- [@cumulus/logger](https://npm.io/package/@cumulus/logger.md) 22.4.1
- [@cumulus/message](https://npm.io/package/@cumulus/message.md) 22.4.1
- [@cumulus/aws-client](https://npm.io/package/@cumulus/aws-client.md) 22.4.1
- [@cumulus/cmr-client](https://npm.io/package/@cumulus/cmr-client.md) 22.4.1
- [@cumulus/launchpad-auth](https://npm.io/package/@cumulus/launchpad-auth.md) 22.4.1
- [@cumulus/distribution-utils](https://npm.io/package/@cumulus/distribution-utils.md) 22.4.1

## Recent versions

- 22.4.1 (latest) — 2026-09-14
- 21.3.5 (release-v21.3.5) — 2026-06-03
- 20.3.3 (release-v20.3.3) — 2026-04-16
- 21.2.1 (release-v21.2.1) — 2026-03-18
- 21.3.2-testlerna.0 (release-v21.3.2-testlerna.0) — 2026-03-02
- 21.3.1-alpha.0 (release-v21.3.1-alpha.0) — 2026-01-28
- 20.3.2 (release-v20.3.2) — 2025-12-04
- 20.2.3 (release-v20.2.3) — 2025-12-03
- 21.0.0-echo10 (release-v21.0.0-echo10) — 2025-11-21
- 20.3.1 (release-v20.3.1) — 2025-10-14
- 20.2.2 (release-v20.2.2) — 2025-10-08
- 20.1.3-alpha.2 (release-v20.1.3-alpha.2) — 2025-05-15
- 20.1.3-alpha.1 (release-v20.1.3-alpha.1) — 2025-05-15
- 20.1.3-alpha.0 (release-v20.1.3-alpha.0) — 2025-05-14
- 18.5.6 (release-v18.5.6) — 2025-04-11
- … 246 more at https://npm.io/package/@cumulus/cmrjs/versions

## README

# @cumulus/cmrjs

A Node.js client for Cumulus-specific functionality for reading from, writing to, and deleting from NASA's Common Metadata Repository (CMR) API. General CMR functionality should go in `@cumulus/cmr-client`.

## About Cumulus

Cumulus is a cloud-based data ingest, archive, distribution and management prototype for NASA's future Earth science data streams.

[Cumulus Documentation](https://nasa.github.io/cumulus)

## Test

Test with `npm run test`.

## CMR Docs

Documentation on the CMR REST API endpoints is here:

- <https://cmr.earthdata.nasa.gov/search/site/search_api_docs.html>
- <https://cmr.earthdata.nasa.gov/ingest/site/ingest_api_docs.html>

## Contributing

To make a contribution, please [see our contributing guidelines](https://github.com/nasa/cumulus/blob/master/CONTRIBUTING.md).

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