{"id":13659475,"url":"https://github.com/yuanqing/gulp-tape","last_synced_at":"2025-10-04T02:31:00.626Z","repository":{"id":34621634,"uuid":"38570729","full_name":"yuanqing/gulp-tape","owner":"yuanqing","description":":ghost: Run Tape tests in Gulp.","archived":false,"fork":false,"pushed_at":"2021-01-30T07:40:36.000Z","size":88,"stargazers_count":14,"open_issues_count":1,"forks_count":13,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-17T23:40:25.468Z","etag":null,"topics":["gulp","nodejs","tape"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/yuanqing.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-05T13:51:43.000Z","updated_at":"2021-01-30T07:40:47.000Z","dependencies_parsed_at":"2022-08-25T03:01:46.725Z","dependency_job_id":null,"html_url":"https://github.com/yuanqing/gulp-tape","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuanqing%2Fgulp-tape","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuanqing%2Fgulp-tape/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuanqing%2Fgulp-tape/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuanqing%2Fgulp-tape/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yuanqing","download_url":"https://codeload.github.com/yuanqing/gulp-tape/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235210182,"owners_count":18953222,"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":["gulp","nodejs","tape"],"created_at":"2024-08-02T05:01:09.147Z","updated_at":"2025-10-04T02:30:55.357Z","avatar_url":"https://github.com/yuanqing.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# gulp-tape [![npm Version](http://img.shields.io/npm/v/gulp-tape.svg?style=flat)](https://www.npmjs.org/package/gulp-tape) [![Build Status](https://img.shields.io/travis/yuanqing/gulp-tape.svg?style=flat)](https://travis-ci.org/yuanqing/gulp-tape)\n\n\u003e Run [Tape](https://github.com/substack/tape) tests in [Gulp](http://gulpjs.com/).\n\n## Usage\n\n```js\nconst gulp = require('gulp')\nconst tape = require('gulp-tape')\n\ngulp.task('test', function () {\n  return gulp.src('test/*.js')\n    .pipe(tape({\n      bail: true\n    }))\n})\n```\n\n## API\n\n```js\nconst tape = require('gulp-tape')\n```\n\n### tape([options])\n\n`options` is an optional object literal.\n\nKey | Description | Default\n:-|:-|:-\n`bail` | Whether to stop the Gulp process on the first failing assertion. | `false`\n`nyc` | Whether to compute test coverage using [`nyc`](https://github.com/istanbuljs/nyc). (Specify `nyc` options in your `package.json`.) | `false`\n`outputStream` | The stream to [pipe the test output](https://github.com/substack/tape#tap-stream-reporter). | `process.stdout`\n`require` | [Modules to load](https://github.com/substack/tape#preloading-modules) before running the tests. | `[]`\n\n## Installation\n\nInstall via [yarn](https://yarnpkg.com):\n\n```sh\n$ yarn add --dev gulp-tape\n```\n\nOr [npm](https://npmjs.com):\n\n```sh\n$ npm install --save-dev gulp-tape\n```\n\n## License\n\n[MIT](LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuanqing%2Fgulp-tape","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyuanqing%2Fgulp-tape","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuanqing%2Fgulp-tape/lists"}