{"id":25978,"library":"ned-transpile","title":"ned-transpile","description":"An opinionated Node.js project transpiler built on Babel for the ned framework. Version 1.0.6 is the latest stable release, no recent updates. It provides async/await support, ES6+ compilation, sourcemaps, project-root-relative requires, and strict mode enforcement. Designed as a CLI tool and API for transpiling source directories (default ./src to ./build). Requires Node >= 6.0. Differentiators: tightly integrated with ned, opinionated defaults, simple configuration. No active development observed.","status":"maintenance","version":"1.0.6","language":"javascript","source_language":"en","source_url":"https://github.com/m59peacemaker/ned-transpile","tags":["javascript","ned","transpile","project","opinionated","babel","build","compile"],"install":[{"cmd":"npm install ned-transpile","lang":"bash","label":"npm"},{"cmd":"yarn add ned-transpile","lang":"bash","label":"yarn"},{"cmd":"pnpm add ned-transpile","lang":"bash","label":"pnpm"}],"dependencies":[{"reason":"Core babel transpilation engine","package":"babel-core","optional":false},{"reason":"ES2015 preset for transpiling modern JS","package":"babel-preset-es2015","optional":false},{"reason":"Stage-3 preset for async/await and other proposals","package":"babel-preset-stage-3","optional":false}],"imports":[{"note":"CommonJS only; no ESM support.","wrong":"import transpile from 'ned-transpile'","symbol":"transpile","correct":"const transpile = require('ned-transpile')"}],"quickstart":{"code":"const transpile = require('ned-transpile');\ntranspile({ src: './src', dest: './build', entries: ['index.js'], verbose: false }).then(() => console.log('Done!'));","lang":"javascript","description":"Shows how to programmatically transpile a Node project from src to build using the default API."},"warnings":[{"fix":"Consider using a more maintained alternative like @babel/cli or ts-node.","message":"Package has no recent updates; may be abandoned or not maintained.","severity":"gotcha","affected_versions":"*"}],"env_vars":null,"last_verified":"2026-05-01T00:00:00.000Z","next_check":"2026-07-30T00:00:00.000Z","problems":[{"fix":"Run 'npm install ned-transpile' in your project directory.","cause":"Package not installed or not in require path.","error":"Cannot find module 'ned-transpile'"}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}