{"id":13469912,"url":"https://github.com/jashkenas/coffeescript","last_synced_at":"2025-05-12T22:29:47.785Z","repository":{"id":37334851,"uuid":"441269","full_name":"jashkenas/coffeescript","owner":"jashkenas","description":"Unfancy JavaScript","archived":false,"fork":false,"pushed_at":"2024-03-22T14:04:00.000Z","size":30595,"stargazers_count":16555,"open_issues_count":94,"forks_count":1980,"subscribers_count":497,"default_branch":"main","last_synced_at":"2025-05-05T17:21:13.567Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://coffeescript.org/","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/jashkenas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2009-12-18T01:39:53.000Z","updated_at":"2025-05-04T05:16:42.000Z","dependencies_parsed_at":"2022-07-12T11:55:02.434Z","dependency_job_id":"91344dfe-baed-4f02-9470-7d719d0d78fb","html_url":"https://github.com/jashkenas/coffeescript","commit_stats":{"total_commits":4163,"total_committers":269,"mean_commits":"15.475836431226766","dds":0.5284650492433342,"last_synced_commit":"98a23315d72020ac857be5792111e7849f1162bb"},"previous_names":["jashkenas/coffee-script"],"tags_count":101,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jashkenas%2Fcoffeescript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jashkenas%2Fcoffeescript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jashkenas%2Fcoffeescript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jashkenas%2Fcoffeescript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jashkenas","download_url":"https://codeload.github.com/jashkenas/coffeescript/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252851773,"owners_count":21814211,"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-07-31T16:00:18.735Z","updated_at":"2025-05-12T22:29:47.758Z","avatar_url":"https://github.com/jashkenas.png","language":"CoffeeScript","funding_links":[],"categories":["CoffeeScript","代码效率","Coffeescript","Table of Contents"],"sub_categories":["Languages"],"readme":"```\n      @@@@@@@                @@@@  @@@@@\n     @@@@@@@@@@              @@@   @@@                                           {\n    @@@@     @@              @@@   @@@                                        }   }   {\n   @@@@          @@@@@@@    @@@   @@@     @@@@@@    @@@@@@                   {   {  }  }\n  @@@@          @@@   @@  @@@@@  @@@@@@  @@@   @@  @@@@  @@                   }   }{  {\n  @@@@         @@@@   @@   @@@    @@@   @@@   @@@ @@@   @@@                  {  }{  }  }\n  @@@@        @@@@    @@   @@@    @@@   @@@@@@@@  @@@@@@@@                  { }{ }{  { }\n  @@@@@       @@@@   @@    @@@    @@@   @@@       @@@                     {  { } { } { }  }\n   @@@@@@@@@@ @@@@@@@@    @@@    @@@    @@@@@@@@  @@@@@@@@                 { }   { }   { }\n      @@@@@               @@@    @@@      @@@@@     @@@@@           @@@@@@   { }   { }    @@@@@@@\n                         @@@    @@@                                 @@@@@@@@@@@@@@@@@@@@@@@@@@@@\n      @@@@@@            @@@    @@@                                @@ @@@@@@@@@@@@@@@@@@@@@@@@@@\n   @@@@    @@          @@@   @@@@                                @@   @@@@@@@@@@@@@@@@@@@@@@@@\n   @@@@   @@@                       @@                  @@@@     @@@   @@@@@@@@@@@@@@@@@@@@@\n   @@@@@          @@@@@   @@  @@   @@@     @@@@@@@     @@@@@      @@@    @@@@@@@@@@@@@@@@@@\n     @@@@@      @@@  @@@ @@@@@@@@         @@@@  @@@@  @@@@@@@       @@@   @@@@@@@@@@@@@@@@\n       @@@@@   @@@       @@@@     @@@@    @@@    @@@   @@@                 @@@@@@@@@@@@@@\n @@@@@  @@@@  @@@@      @@@@      @@@@   @@@@   @@@@  @@@@\n@@@     @@@@  @@@       @@@@     @@@@    @@@    @@@@  @@@@\n@@@     @@@@  @@@@     @@@@      @@@@   @@@@   @@@@  @@@@\n @@@@@@@@@     @@@@@@  @@@@       @@@@  @@@@@@@@@    @@@@\n                                       @@@          @@@@\n                                      @@@\n                                      @@@\n```\n\nCoffeeScript is a little language that compiles into JavaScript.\n\n## Installation\n\nOnce you have Node.js installed:\n\n```shell\n# Install locally for a project:\nnpm install --save-dev coffeescript\n\n# Install globally to execute .coffee files anywhere:\nnpm install --global coffeescript\n```\n\n## Getting Started\n\nExecute a script:\n\n```shell\ncoffee /path/to/script.coffee\n```\n\nCompile a script:\n\n```shell\ncoffee -c /path/to/script.coffee\n```\n\nFor documentation, usage, and examples, see: https://coffeescript.org/\n\nTo suggest a feature or report a bug: https://github.com/jashkenas/coffeescript/issues\n\nIf you’d like to chat, drop by #coffeescript on Freenode IRC.\n\nThe source repository: https://github.com/jashkenas/coffeescript.git\n\nChangelog: https://coffeescript.org/#changelog\n\nOur lovely and talented contributors are listed here: https://github.com/jashkenas/coffeescript/contributors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjashkenas%2Fcoffeescript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjashkenas%2Fcoffeescript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjashkenas%2Fcoffeescript/lists"}