@nossen/nezlephant
v2.0.2
Published
OC8 image payload helper for encoding, decoding and inspecting small binary/image carriers.
Maintainers
Readme
@nossen/nezlephant
OC8 image payload helper for encoding, decoding and inspecting small binary/image carriers.
Use Nezlephant when a workflow needs to pack small payloads into image-like carriers for inspection, demos or bounded local transport.
Why It Exists
The NOSSEN package train is the small-module layer behind Funesterie, A11, QFlush and local agent coordination. Each package owns one bounded runtime concern so automation remains inspectable instead of turning into an opaque blob.
Core Capabilities
- Encodes and decodes compact payload carriers.
- Provides image/payload inspection helpers.
- Fits local A11 and NOSSEN artifact workflows.
Install
npm install @nossen/nezlephantQuick Start
npm run build
npm testLibrary Usage
import * as nezlephant from "@nossen/nezlephant";Runtime Fit
- @nossen/nezlephant is part of the NOSSEN runtime module graph.
- Pairs with @nossen/morphing.
- Pairs with @nossen/qflush.
Safety Model
- Encoding is not encryption.
- Keep secrets out unless separately encrypted by the caller.
Package Details
| Field | Value |
| --- | --- |
| Package | @nossen/nezlephant |
| Version | 2.0.1 |
| Type | Library/CLI package |
| CLI binaries | none |
| Registry scope | @nossen |
| Repository | runtime/modules/nezlephant/nezlephant/nezlephant |
Quality Gates
| Field | Value |
| --- | --- |
| test | node test/oc8.test.js && node test/rubik.test.js |
| prepublishOnly | npm test |
Publishing
This package is part of the NOSSEN package train. Before publishing, run the quality gates, inspect npm pack --dry-run, then publish the immutable version to npmjs and mirror the same version to the Funesterie package backups.
Support NOSSEN
NOSSEN packages stay public and usable under their license. If this package helps your workflow, support Funesterie infrastructure, releases and maintenance through:
- Wero:
+33 7 83 46 37 61 - PayPal: https://paypal.me/funeste38
- Stripe/card checkout: https://funesterie.me/subscription
- Custom support or invoice: https://funesterie.me/contact/
License
See the package license and repository license files for terms.
