{"id":22724794,"url":"https://github.com/mridang/example-grunt","last_synced_at":"2026-04-09T09:36:02.176Z","repository":{"id":38230927,"uuid":"255674762","full_name":"mridang/example-grunt","owner":"mridang","description":"A reference repository that I use for keeping track of how a grunt project should be set up","archived":false,"fork":false,"pushed_at":"2023-02-11T00:35:00.000Z","size":1313,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-05T00:43:32.895Z","etag":null,"topics":["babel","browserify","eslint","grunt","jshint","lebab","mocha","prettier","uglify"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":false,"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/mridang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["mridang"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2020-04-14T17:15:50.000Z","updated_at":"2022-12-29T06:54:03.000Z","dependencies_parsed_at":"2023-02-08T17:16:26.993Z","dependency_job_id":null,"html_url":"https://github.com/mridang/example-grunt","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mridang%2Fexample-grunt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mridang%2Fexample-grunt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mridang%2Fexample-grunt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mridang%2Fexample-grunt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mridang","download_url":"https://codeload.github.com/mridang/example-grunt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246255756,"owners_count":20748122,"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":["babel","browserify","eslint","grunt","jshint","lebab","mocha","prettier","uglify"],"created_at":"2024-12-10T15:07:56.742Z","updated_at":"2025-12-30T23:18:06.195Z","avatar_url":"https://github.com/mridang.png","language":"JavaScript","funding_links":["https://github.com/sponsors/mridang"],"categories":[],"sub_categories":[],"readme":"A reference project on how I set up a Grunt toolchain with the following tools:\n\n1. Babel\n2. Prettier\n3. JSHint\n4. ESLint\n5. Lebab\n\n\n# Auditing\n\n``\nnpm audit fix\n``\n\n# Testing\n\n```\nnpx mocha --reporter=markdown\nnpx nyc --reporter=html --reporter=text mocha\nnpx nyc --reporter=html --reporter=text mocha --reporter=markdown\n```\n\n## Choosing a Node Version\n\nUse only LTS versions and define that in the `.nvmrc` file\n\n## Updating packages downloaded from the registry\n\nUpdating local and global packages you downloaded from the registry helps \nkeep your code and tools stable, usable, and secure.\n\n### Updating local packages\n\nWe recommend regularly updating the local packages your project depends on \nto improve your code as improvements to its dependencies are made.\n\nNavigate to the root directory of your project and ensure it contains a \npackage.json file:\n\n```\ncd /path/to/project\n```\n\nIn your project root directory, run the update command:\n\n```\nnpm update\n```\n\nTo test the update, run the outdated command. There should not be any output.\n\n```\nnpm outdated\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmridang%2Fexample-grunt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmridang%2Fexample-grunt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmridang%2Fexample-grunt/lists"}