node-to-regex 3.0.2+~cs6.3.28-1 source package in Ubuntu

Changelog

node-to-regex (3.0.2+~cs6.3.28-1) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Submit.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata (already
    present in machine-readable debian/copyright).

  [ Yadd ]
  * Bump debhelper compatibility level to 13
  * Declare compliance with policy 4.5.1
  * Add ctype=nodejs to component(s)
  * Fix GitHub tags regex
  * Use dh-sequence-nodejs
  * Update standards version to 4.6.0, no changes needed.
  * Fix filenamemangle
  * Drop dependency to nodejs
  * Fix debian/watch
  * Embed typescript definitions
  * New upstream version 3.0.2+~cs6.3.28
  * Update copyright
  * Update nodejs dependency to nodejs:any
  * Update lintian overrides

 -- Yadd <email address hidden>  Thu, 25 Nov 2021 22:19:54 +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 Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc
Kinetic release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-to-regex_3.0.2+~cs6.3.28-1.dsc 3.5 KiB 309b03b9adb3b1a4a70f9835cdf039415999b2a0212f879f449ff8cdbb791e1a
node-to-regex_3.0.2+~cs6.3.28.orig-regexp-tree.tar.gz 139.9 KiB 179eda746a1de2840744f61f1f7ba6c71161cc780b141d112e1bbd8b260f2486
node-to-regex_3.0.2+~cs6.3.28.orig-safe-regex.tar.gz 6.3 KiB baad562115a5f87acf3e9fa2343c80b60d9f8d240da3200af6e00fb4c4c95e27
node-to-regex_3.0.2+~cs6.3.28.orig-types-safe-regex.tar.gz 1.5 KiB 3858faf5f5b8622f871db3489c77d247aef4933fea3e75b6306445b155870913
node-to-regex_3.0.2+~cs6.3.28.orig-types-to-regex.tar.gz 2.1 KiB 3cfd5877319584605abc41cb28f0b8214c4af48fd15109929739f5658faa16e4
node-to-regex_3.0.2+~cs6.3.28.orig.tar.gz 7.6 KiB b89998a197c4156bc1c0f9dd4b08f31075bb81f1cc6abff4881f712f1617240c
node-to-regex_3.0.2+~cs6.3.28-1.debian.tar.xz 4.7 KiB 92db59cf510288ebf8d3aa6f2c12fc6c67daa0d48c5ca812cab47f6d28a1b30a

No changes file available.

Binary packages built by this source

node-to-regex: regex generator from string or array of strings

 to-regex can be used to generate a regex from a string or array of strings.
 .
 This package installs also regexptree, a regular expressions processor, and
 safe-regex, which detects potentially catastrophic exponential-time regular
 expressions by limiting the star height to 1.