node-camelcase 5.3.1-1 source package in Ubuntu

Changelog

node-camelcase (5.3.1-1) unstable; urgency=medium

  * Team upload
  * Bump debhelper compatibility level to 12
  * Declare compliance with policy 4.4.1
  * Add "Rules-Requires-Root: no"
  * Add debian/gbp.conf
  * New upstream version 5.3.1
  * Switch install to pkg-js-tools
  * Switch upstream test from ava to tape and enable it

 -- Xavier Guimard <email address hidden>  Sun, 24 Nov 2019 22:38:45 +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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-camelcase_5.3.1-1.dsc 2.1 KiB 9847579e6eda366504be052bbc99c9117a7ad68badae14727a25eaa65f0f81af
node-camelcase_5.3.1.orig.tar.gz 4.2 KiB d172f48b6c058cfde9428ff77c11e9c47a3ca75eef770d55336c503f22c1a8f9
node-camelcase_5.3.1-1.debian.tar.xz 2.7 KiB 5285e42dea9b1cad4ecabe2248a2cc566e555b4579a682e7da912a75dd740713

Available diffs

No changes file available.

Binary packages built by this source

node-camelcase: Convert a string to camelCase

 Convert a dash, dot, underscore or space separated string to camelCase.
 I.e. foo-bar -> fooBar.
 .
 Node.js is an event-based server-side JavaScript engine.