An early experimental library for describing Node.js modules using ES6 module notation and transpiling them to CommonJS. Version 0.1.0 is the initial release. It resolves local and npm imports. This project is an early prototype from 2014 and has not seen updates; it is effectively abandoned. Key differentiator: allows authoring ES6 modules and transpiles to ES5 CommonJS, but predates modern standards like Babel.
npm install es6-node-moduleNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to load a NodePackage, retrieve a module, transpile to CJS, and get recursive dependencies.
Use modern tools like Babel, SWC, or esbuild instead.
Use Node.js 0.10.x – 0.12.x, or avoid this package.
npm install es6-node-module --save --legacy-peer-deps
No dependency data recorded yet.