node-set-getter 0.1.1-1 source package in Ubuntu

Changelog

node-set-getter (0.1.1-1) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Use secure copyright file specification URI.
  * Bump debhelper from deprecated 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update Vcs-* headers from URL redirect.
  * Use canonical URL in Vcs-Git.
  * Remove constraints unnecessary since buster:
    + node-set-getter: Drop versioned constraint on node-to-object-path in
      Depends.
  * Use secure URI in debian/watch.
  * Bump debhelper from old 12 to 13.

  [ Yadd ]
  * Declare compliance with policy 4.6.0
  * Add "Rules-Requires-Root: no"
  * Change section to javascript
  * Add debian/gbp.conf
  * Use GitHub tags instead of npm registry
  * Drop dependency to nodejs
  * Use dh-sequence-nodejs auto install
  * Enable upstream test (mocha)
  * New upstream version 0.1.1

 -- Yadd <email address hidden>  Tue, 18 Jan 2022 06:48:05 +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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-set-getter_0.1.1-1.dsc 2.0 KiB 99a472ecf39d058c9d891fcfaf7c99efe9428ae400a9169e92ab7f9eb7c07de6
node-set-getter_0.1.1.orig.tar.gz 5.7 KiB 6bb48d070f4f306b348313cceb98d41cb077107f3db882c864c2b099e7d7ed7d
node-set-getter_0.1.1-1.debian.tar.xz 2.6 KiB acdf7cd09f13a383d516fae34fcb9671201761c798bd8ba2857c23f63bc3d778

Available diffs

No changes file available.

Binary packages built by this source

node-set-getter: Create nested getter properties and any intermediary dot notation

 Create nested getter properties and any intermediary dot notation (`'a.b.c'`)
 paths.
 .
 set-getter works like set-value by adding a property to an object or an
 object hierarchy using dot notation. The main difference is that the property
 is added using Object.defineProperty and is expected to be a getter function
 that returns a value.
 .
 Node.js is an event-based server-side JavaScript engine.