node-inflection 1.13.1+ds-1 source package in Ubuntu

Changelog

node-inflection (1.13.1+ds-1) unstable; urgency=medium

  * Team upload

  [ Andrius Merkys ]
  * Removing node-should from Depends as it is not used.
  * Marking test dependencies with <!nocheck>.

  [ lintian-brush ]
  * Bump debhelper from old 12 to 13
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse
  * Update standards version to 4.6.0, no changes needed

  [ Yadd ]
  * Add "Rules-Requires-Root: no"
  * Add debian/gbp.conf
  * Modernize debian/watch
  * Fix filenamemangle
  * Fix GitHub tags regex
  * Use dh-sequence-nodejs instead of pkg-js-tools
  * New upstream version 1.13.1+ds
  * Update copyright

 -- Yadd <email address hidden>  Fri, 12 Nov 2021 11:03:28 +0100

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 Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-inflection_1.13.1+ds-1.dsc 2.1 KiB d1dc2f779c2de9e13dd661a201bb928d254e1739aeb275687f497e4795e42f14
node-inflection_1.13.1+ds.orig.tar.xz 21.7 KiB 94e93fd09bb9b1651a0f3e10352955d5f3d85f724fdbbbfe952d13edddd49201
node-inflection_1.13.1+ds-1.debian.tar.xz 2.5 KiB e01c1ddc5c25c0171ea0c97e7446ee90f6e976e088e70e7f1966a1528d24af94

Available diffs

No changes file available.

Binary packages built by this source

node-inflection: port of inflection-js to node.js module

 inflection-js is a port of the functionality from Ruby on Rails' Active Support
 Inflection classes into Javascript. inflection is a port of inflection-js to
 node.js npm package. Instead of extending JavaScript native String object like
 inflection-js does, inflection separate the methods to a independent package to
 avoid unexpected behaviors.