{"id":26972,"library":"eustia-json","title":"Eustia JSON Transpiler","description":"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.","status":"maintenance","version":"0.0.2","language":"javascript","source_language":"en","source_url":"https://github.com/liriliri/eustia-json","tags":["javascript","eustia","json","transpiler"],"install":[{"cmd":"npm install eustia-json","lang":"bash","label":"npm"},{"cmd":"yarn add eustia-json","lang":"bash","label":"yarn"},{"cmd":"pnpm add eustia-json","lang":"bash","label":"pnpm"}],"dependencies":[],"imports":[{"note":"Package is ESM-only","symbol":"default","correct":"import eustiaJson from 'eustia-json'"},{"note":"CJS require works for this package","symbol":"default (require)","correct":"const eustiaJson = require('eustia-json')"}],"quickstart":{"code":"import eustiaJson from 'eustia-json';\n\nconst input = {\n  \"key\": \"value\"\n};\nconst result = eustiaJson(input);\nconsole.log(result);","lang":"javascript","description":"Transforms a JSON object using the default export function."},"warnings":[{"fix":"Consider using a more mainstream JSON transformation library.","message":"Package is very niche and likely not maintained; version 0.0.2 is the only release.","severity":"gotcha","affected_versions":">=0.0.0"}],"env_vars":null,"last_verified":"2026-05-01T00:00:00.000Z","next_check":"2026-07-30T00:00:00.000Z","problems":[{"fix":"Run 'npm install eustia-json' or check the package name.","cause":"Package not installed or typo in package name.","error":"Cannot find module 'eustia-json'"}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}