{"id":16338965,"url":"https://github.com/phadej/grunt-promise-q","last_synced_at":"2025-06-29T00:37:31.765Z","repository":{"id":10932561,"uuid":"13237088","full_name":"phadej/grunt-promise-q","owner":"phadej","description":"Write asynchronous grunt tasks with Q promises.","archived":false,"fork":false,"pushed_at":"2014-02-13T07:59:38.000Z","size":132,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-17T03:33:38.708Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phadej.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":"2013-10-01T07:06:47.000Z","updated_at":"2015-03-14T20:53:22.000Z","dependencies_parsed_at":"2022-08-30T04:00:34.614Z","dependency_job_id":null,"html_url":"https://github.com/phadej/grunt-promise-q","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/phadej/grunt-promise-q","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phadej%2Fgrunt-promise-q","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phadej%2Fgrunt-promise-q/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phadej%2Fgrunt-promise-q/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phadej%2Fgrunt-promise-q/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phadej","download_url":"https://codeload.github.com/phadej/grunt-promise-q/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phadej%2Fgrunt-promise-q/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260993758,"owners_count":23094268,"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-10-10T23:53:11.090Z","updated_at":"2025-06-29T00:37:31.725Z","avatar_url":"https://github.com/phadej.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# grunt-promise-q [![Build Status](https://secure.travis-ci.org/phadej/grunt-promise-q.png?branch=master)](http://travis-ci.org/phadej/grunt-promise-q)\n\n\n\u003e Write asynchronous grunt tasks with Q promises.\n\n## Getting Started\n\nThis package requires Grunt `~0.4.1` (the only tested).\n\nIf you haven't used [Grunt](http://gruntjs.com/) before, be sure to check out the [Getting Started](http://gruntjs.com/getting-started) guide, as it explains how to create a [Gruntfile](http://gruntjs.com/sample-gruntfile) as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:\n\n```shell\nnpm install grunt-promise-q --save-dev\n```\n\nOnce the plugin has been installed, it may be used to define asynchronous tasks:\n\n```js\nvar q = require(\"q\");\nvar asyncTask = require(\"grunt-promise-q\");\n\nmodule.exports = function (grunt) {\n    asyncTask.register(grunt, \"delay\", \"delay for 100 ms\", function () {\n        return q.delay(100);\n    });   \n}; \n```\n\n## Contributing\nIn lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/).\n\n## Release History\n\n- 0.1.1 Maintenance release\n- 0.1.0 Initial preview\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphadej%2Fgrunt-promise-q","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphadej%2Fgrunt-promise-q","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphadej%2Fgrunt-promise-q/lists"}