node-camelcase 7.0.0-3 source package in Ubuntu

Changelog

node-camelcase (7.0.0-3) unstable; urgency=medium

  * Team upload
  * Allow __proto__ calls to workaround ava issue

 -- Yadd <email address hidden>  Wed, 30 Nov 2022 20:58:25 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-camelcase_7.0.0-3.dsc 2.1 KiB 3ba724deca30658731498675d3a58152bc2a2efde351d5d4b9d6a1d70a014deb
node-camelcase_7.0.0.orig.tar.gz 6.4 KiB e4805ad3764aed4153b0b72205a11b7117277ad9065fda84df13ce3d641ec4b2
node-camelcase_7.0.0-3.debian.tar.xz 2.9 KiB ac416598b0e8954a8dc8cef70a1cbfb7ad6bc6a1f9895eaf1a41d3e48051b829

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.