{"id":24932,"library":"atom-coffee2-transpiler","title":"Atom CoffeeScript 2 Transpiler","description":"A lightweight Atom package transpiler that processes .coffee files using CoffeeScript 2 (v0.0.2). Designed specifically for Atom package development, it integrates with Atom's built-in transpiler system via the `atomTranspilers` configuration in package.json. Unlike general-purpose CoffeeScript compilers, this package is tailored to Atom's module resolution and caching. It has no notable releases or updates since its initial version.","status":"deprecated","version":"0.0.2","language":"javascript","source_language":"en","source_url":"https://github.com/artarf/atom-coffee2-transpiler","tags":["javascript","atom","coffeescript","coffeescript2","transpile","transpiler"],"install":[{"cmd":"npm install atom-coffee2-transpiler","lang":"bash","label":"npm"},{"cmd":"yarn add atom-coffee2-transpiler","lang":"bash","label":"yarn"},{"cmd":"pnpm add atom-coffee2-transpiler","lang":"bash","label":"pnpm"}],"dependencies":[{"reason":"CoffeeScript 2 compiler required for transpilation","package":"coffeescript","optional":false}],"imports":[],"quickstart":{"code":"// Add to package.json:\n\"atomTranspilers\": [\n  {\n    \"glob\": \"**/*.coffee\",\n    \"transpiler\": \"atom-coffee2-transpiler\"\n  }\n]","lang":"javascript","description":"Configure Atom package transpiler for CoffeeScript 2 files."},"warnings":[{"fix":"Consider using a transpiler hook or CoffeeScript standalone compiler.","message":"Package is unmaintained and may not work with recent Atom versions.","severity":"deprecated","affected_versions":">=0.0.2"}],"env_vars":null,"last_verified":"2026-05-01T00:00:00.000Z","next_check":"2026-07-30T00:00:00.000Z","problems":[{"fix":"Run `npm install --save atom-coffee2-transpiler`","cause":"Package not installed in node_modules","error":"Error: Cannot find module 'atom-coffee2-transpiler'"}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}