node-es6-error 4.1.1-3 source package in Ubuntu
Changelog
node-es6-error (4.1.1-3) unstable; urgency=medium * Team upload [ Debian Janitor ] * Apply multi-arch hints. + node-es6-error: Add Multi-Arch: foreign. [ Yadd ] * Modernize debian/watch * Fix GitHub tags regex * Use dh-sequence-nodejs * Update standards version to 4.6.0, no changes needed. * Add debian/clean * Enable upstream test using mocha and chai -- Yadd <email address hidden> Mon, 27 Sep 2021 14:19:23 +0200
Upload details
- Uploaded by:
- Debian Javascript Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Javascript Maintainers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
node-es6-error_4.1.1-3.dsc | 2.0 KiB | 0f8efee24a17896fa485ffb5baaaf1346514f3d22503d43695e3f1d3e1412cec |
node-es6-error_4.1.1.orig.tar.gz | 19.1 KiB | d328897bd271b54a817fbfc600ede787f24ad36077ede93e358c01ee83801c41 |
node-es6-error_4.1.1-3.debian.tar.xz | 3.1 KiB | 09b1460ea467ebad2b5c84c583dde16b7ae35443fcc34f972248d081e3cb2274 |
Available diffs
- diff from 4.1.1-2 to 4.1.1-3 (1.6 KiB)
No changes file available.
Binary packages built by this source
- node-es6-error: Easily-extendable error for use with ES6 classes
This module allows one to extend Error for inheritance and type checking,
without adding Error.captureStackTrace( this, this.constructo r.name) to the
constructor or easily get the proper name to print from console.log.
.
Node.js is an event-based server-side JavaScript engine.