node-lazy-property 1.0.0+repack-1 source package in Ubuntu

Changelog

node-lazy-property (1.0.0+repack-1) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Apply multi-arch hints.
    + node-lazy-property: Add Multi-Arch: foreign.

  [ lintian-brush ]
  * Trim trailing whitespace.
  * Use secure copyright file specification URI.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Xavier Guimard ]
  * Bump debhelper compatibility level to 13
  * Declare compliance with policy 4.5.1
  * Add "Rules-Requires-Root: no"
  * Add debian/gbp.conf
  * Modernize debian/watch
  * Use dh-sequence-nodejs auto test & install
  * Update debian/watch: use npm registry
  * Embed @types/lazy-property and repack

 -- Xavier Guimard <email address hidden>  Mon, 30 Nov 2020 18:39: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

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-lazy-property_1.0.0+repack-1.dsc 2.5 KiB 87bdc53142631e940fcad09c13cdfbbb250d670618c11d1329170640bc92fa5f
node-lazy-property_1.0.0+repack.orig-types-lazy-property.tar.gz 1.6 KiB 29da0634880737396621a784b0980206e85bee64eded543645a0155078716e6e
node-lazy-property_1.0.0+repack.orig.tar.gz 2.1 KiB f53529044bfd8e4b6023f98f4c98748509c26c175f4f0de1e0f6a152b86a7b2b
node-lazy-property_1.0.0+repack-1.debian.tar.xz 2.9 KiB 19aeed80415127b0b046525278d28c17755d85f848b0eaa8adc44e78c46f5a6d

Available diffs

No changes file available.

Binary packages built by this source

node-lazy-property: Adds a lazily initialized property to the object

 E.G. require("lazy-property")(obj, name, init[, enumerable])
 obj is the object to add the property to
 name is the name of the property
 init is a function that computes the value of the property
 enumerable if the property is enumerable (default false)
 .
 This library is a dependency of npm, Node.js package manager.
 .
 Node.js is an event-based server-side JavaScript engine.