Registry / data / eustia-json

eustia-json

JSON →
library0.0.2jsnpmunverified

Eustia json transpiler is a small utility for transforming JSON files using Eusta's custom JSON format. Version 0.0.2 is the latest stable release, with no active maintenance. It is specific to the Eusta ecosystem and not widely used. Differentiator: lightweight JSON transformation for Eusta-based projects.

npm install eustia-json
INSTALL
IMPORT
SIG · EUSTIA-JSON
E
eustia-json
datajavascriptv0.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

default
import eustiaJson from 'eustia-json'
Package is ESM-only
default (require)
const eustiaJson = require('eustia-json')
CJS require works for this package

Transforms a JSON object using the default export function.

import eustiaJson from 'eustia-json'; const input = { "key": "value" }; const result = eustiaJson(input); console.log(result);
eustia-json --version
Debug
Known issues
gotchaPackage is very niche and likely not maintained; version 0.0.2 is the only release.
fix
Consider using a more mainstream JSON transformation library.
affects: >=0.0.0
Errors
Common errors & fixes
Cannot find module 'eustia-json'
Package not installed or typo in package name.
fix
Run 'npm install eustia-json' or check the package name.
Upgrade
Version history
0.0.2latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
eustia-json — npm install eustia-json · libregistry