{"id":21003287,"url":"https://github.com/koding/coffee-unused","last_synced_at":"2025-11-03T15:05:57.217Z","repository":{"id":57164975,"uuid":"53160306","full_name":"koding/coffee-unused","owner":"koding","description":"Find unused variables and imports in CoffeeScript files","archived":false,"fork":false,"pushed_at":"2017-01-11T16:53:11.000Z","size":32,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-11-03T02:33:45.604Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CoffeeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/koding.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-03-04T19:28:29.000Z","updated_at":"2017-04-20T16:23:10.000Z","dependencies_parsed_at":"2022-09-12T19:22:29.177Z","dependency_job_id":null,"html_url":"https://github.com/koding/coffee-unused","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koding%2Fcoffee-unused","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koding%2Fcoffee-unused/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koding%2Fcoffee-unused/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koding%2Fcoffee-unused/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koding","download_url":"https://codeload.github.com/koding/coffee-unused/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225318273,"owners_count":17455575,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-19T08:24:38.223Z","updated_at":"2025-11-03T15:05:57.184Z","avatar_url":"https://github.com/koding.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# coffee-unused\n\nThis module helps you identify unused variables in your coffescript project.\nIt finds all unused variables under a given directory and returns an array of objects\nspecifying the name of the variable, its path and line number.\n\n```js\n  [[\n    {\n      name: 'fs'\n      path: 'directory_path/vars/var1.coffee:1'\n      lineNumber: 1\n    }\n    {\n      name: 'options'\n      path: 'directory_path/vars/var1.coffee:3'\n      lineNumber: 3\n    }\n  ]]\n```\n\n## Install\n\n```sh\nnpm install coffee-unused\n```\n\n## Usage\n\n```sh\nnode ./node_modules/coffee-unused/index.js --src \u003cpath to walk\u003e  [-s|--skip-parse-error]\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoding%2Fcoffee-unused","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoding%2Fcoffee-unused","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoding%2Fcoffee-unused/lists"}