node-assert 1.4.1-2 source package in Ubuntu
Changelog
node-assert (1.4.1-2) unstable; urgency=medium * Team upload * Declare compliance with policy 4.5.0 * Bump debhelper compatibility level to 12 * Update VCS fields to salsa * Use pkg-js-tools auto install * Enable upstream test using mocha * Add "Rules-Requires-Root: no" * Change section to javascript * Add debian/gbp.conf * Add upstream/metadata -- Xavier Guimard <email address hidden> Wed, 19 Feb 2020 15:51:05 +0100
Upload details
- Uploaded by:
- Debian Javascript Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Javascript Maintainers
- Architectures:
- all
- Section:
- javascript
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
node-assert_1.4.1-2.dsc | 2.0 KiB | e2bdbf7f5a0deaf6a9c89185a284ded970ae23c208fbc6db949aa3b499ce7e16 |
node-assert_1.4.1.orig.tar.gz | 9.1 KiB | 79f0c44e675da8e7ec412d0423c4067515997c4cd352033933e696e8f4b6dde2 |
node-assert_1.4.1-2.debian.tar.xz | 2.3 KiB | d53360b51231fd152f01e030fcd7d0ec9a9f3142dacd170a61018460ba450702 |
Available diffs
- diff from 1.4.1-1 to 1.4.1-2 (1.7 KiB)
No changes file available.
Binary packages built by this source
- node-assert: simple assertion library for javascript
This module is used for writing unit tests for your applications, you can
access it with require('assert').
.
The API is derived from the commonjs 1.0 unit testing spec and the node.js
assert module