1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: node-tacks
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 12)
, node-graceful-fs (>= 4.1.2) <!nocheck>
, node-mkdirp (>= 0.5.1) <!nocheck>
, node-rimraf (>= 2.5.1) <!nocheck>
, node-tap <!nocheck>
, node-yargs <!nocheck>
, pkg-js-tools (>= 0.9.20~)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/node-tacks
Vcs-Git: https://salsa.debian.org/js-team/node-tacks.git
Homepage: https://github.com/iarna/tacks
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no
Package: node-tacks
Architecture: all
Depends: ${misc:Depends}
, node-graceful-fs (>= 4.1.2)
, node-mkdirp (>= 0.5.1)
, node-rimraf (>= 2.5.1)
, node-yargs
, nodejs
Description: Generate fixture modules from folders
This module is a plugin for tap testing framework.
.
Node.js is an event-based server-side JavaScript engine.
|