node-inflection 1.13.4+ds-2 source package in Ubuntu

Changelog

node-inflection (1.13.4+ds-2) unstable; urgency=medium

  * Team upload
  * Update standards version to 4.6.1, no changes needed.
  * Replace /releases by /tags in GitHub urls

 -- Yadd <email address hidden>  Mon, 31 Oct 2022 10:41:20 +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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-inflection_1.13.4+ds-2.dsc 2.0 KiB 12ba9f41e19ed391e4fac6f95e94996263eedbbaccec9a2472bdc4f7d361b66f
node-inflection_1.13.4+ds.orig.tar.xz 19.0 KiB a9490c5a9df147d4808b91c0a2c75bf1321a878873f170bebe09894f0de05f78
node-inflection_1.13.4+ds-2.debian.tar.xz 2.5 KiB e00505ee91a61a7f5f57d85c6125395f30c271c9049d787dfa8cdfadc3d4d8ee

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.