# @exocet/pandora-shared-modules

> Pandora shared modules

Latest version **0.0.1-alpha.2** (published 2019-04-23) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @exocet/pandora-shared-modules
pnpm add @exocet/pandora-shared-modules
yarn add @exocet/pandora-shared-modules
bun add @exocet/pandora-shared-modules
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1-alpha.2 |
| Published | 2019-04-23 |
| First published | 2019-04-07 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 33.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Exocet |
| Maintainers | codermarcos, vflopes |
| Keywords | pandora, shared, modules, utils, commons, helpers |

## Links

- npm: https://www.npmjs.com/package/@exocet/pandora-shared-modules
- Repository: https://github.com/exocet-engineering/pandora-shared-modules
- Homepage: https://github.com/exocet-engineering/pandora-shared-modules#readme
- Issues: https://github.com/exocet-engineering/pandora-shared-modules/issues
- npm.io page: https://npm.io/package/@exocet/pandora-shared-modules

## Dependencies (3)

- [bunyan](https://npm.io/package/bunyan.md) ^1.8.12
- [jsonpath](https://npm.io/package/jsonpath.md) ^1.0.1
- [change-case](https://npm.io/package/change-case.md) ^3.1.0

## Alternatives

- [localforage](https://npm.io/package/localforage.md) — 6.2M weekly downloads
- [localforage-observable](https://npm.io/package/localforage-observable.md) — 30.8K weekly downloads
- [@y/y](https://npm.io/package/@y/y.md) — 30.1K weekly downloads
- [@metaobjectsdev/render](https://npm.io/package/@metaobjectsdev/render.md) — 3.5K weekly downloads
- [@ledgerhq/coin-algorand](https://npm.io/package/@ledgerhq/coin-algorand.md) — 1.1K weekly downloads

## Recent versions

- 0.0.1-alpha.2 (latest) — 2019-04-23
- 0.0.1-alpha.1 — 2019-04-16
- 0.0.1-alpha.0 — 2019-04-07

## README

# Pandora Shared Modules

This repository contains shared modules across Pandora's ecosystem.

---------------------

## API

### CodeSource

CodeSource is a metaprogramming and code generation class helper.

---------------------

### configurator

This is an utility to get configurations from environment to deploy applications.

---------------------

### ensureLogger

A function that ensure loggers, falls back to bunyan as logger.

---------------------

### translation

Internationalization features.

---------------------

### referrer

Helper to create references names.

---------------------

### helpers.checkDependency

Check if a dependency is installed.

---------------------

### helpers.mergeObjectByPaths

Merge two objects using JSON Path.

---------------------

### helpers.isAsyncFunction

Check if a function is asynchronous.

---------------------

### helpers.isArrowFunction

Check if a function is an arrow function.

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