{"id":27162,"library":"nanachi-web-transpiler","title":"Nanachi Web Transpiler","description":"A web transpiler for the Nanachi framework, designed to transform Nanachi components for web deployment. This is an early beta release (0.0.1-beta.2) with no stable version yet. It specifically handles web-targeted transpilation, distinguishing it from other Nanachi packages that target different platforms. The repository shows no README, indicating minimal documentation or potentially abandoned development. Release cadence is unclear.","status":"deprecated","version":"0.0.1-beta.2","language":"javascript","source_language":"en","source_url":"https://github.com/YMFE/nanachi-web-transpiler","tags":["javascript","nanachi"],"install":[{"cmd":"npm install nanachi-web-transpiler","lang":"bash","label":"npm"},{"cmd":"yarn add nanachi-web-transpiler","lang":"bash","label":"yarn"},{"cmd":"pnpm add nanachi-web-transpiler","lang":"bash","label":"pnpm"}],"dependencies":[],"imports":[{"note":"The package appears to be ESM-only; no CommonJS export.","wrong":"const transpiler = require('nanachi-web-transpiler')","symbol":"default","correct":"import transpiler from 'nanachi-web-transpiler'"}],"quickstart":{"code":"import transpiler from 'nanachi-web-transpiler';\n\nconst code = '<view>Hello</view>';\ntranspiler(code).then(result => {\n  console.log(result);\n}).catch(err => {\n  console.error(err);\n});","lang":"javascript","description":"Demonstrates importing and using the transpiler to transform a simple Nanachi component."},"warnings":[{"fix":"Pin to exact version and test thoroughly before upgrading.","message":"Package is in early beta (0.0.1-beta.2) and may contain breaking changes.","severity":"breaking","affected_versions":">=0.0.1"},{"fix":"Consider using an alternative or contributing documentation.","message":"No README or documentation suggests the package may be unmaintained.","severity":"deprecated","affected_versions":">=0.0.1"}],"env_vars":null,"last_verified":"2026-05-01T00:00:00.000Z","next_check":"2026-07-30T00:00:00.000Z","problems":[{"fix":"Run 'npm install nanachi-web-transpiler' or check package.json.","cause":"Package not installed or not in node_modules.","error":"Cannot find module 'nanachi-web-transpiler'"}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}