node-path-is-absolute 2.0.0-1 source package in Ubuntu

Changelog

node-path-is-absolute (2.0.0-1) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Use secure copyright file specification URI.
  * Bump debhelper from old 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.

  [ Xavier Guimard ]
  * Declare compliance with policy 4.5.0
  * Use pkg-js-tools auto install
  * Add "Rules-Requires-Root: no"
  * Change section to javascript
  * Add debian/gbp.conf
  * New upstream version 2.0.0
  * Enable upstream test

 -- Xavier Guimard <email address hidden>  Sun, 08 Mar 2020 18:29:30 +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-path-is-absolute_2.0.0-1.dsc 2.1 KiB 03751e7090987faee7c9e230be505b034bd229a34dba9ba62f0c43158ce30457
node-path-is-absolute_2.0.0.orig.tar.gz 2.5 KiB 50367a36c421181e4a41f5966c15837673e3e98f0c3634761beabe58d986c73e
node-path-is-absolute_2.0.0-1.debian.tar.xz 2.5 KiB f7eb641acfa57428677cfa94825204315df08fc86f599a77bc7345bfd7e156f1

Available diffs

No changes file available.

Binary packages built by this source

node-path-is-absolute: Node.js 0.12 path.isAbsolute() ponyfill

 Path-is-absolute is a Node.js module that gives developers the ability to
 determine whether a path written in programming language is an absolute path.
 An absolute path will always resolve to the same location, regardless of the
 working directory. Path-is-absolute is a ponyfill, meaning that it does not
 overwrite the native method in a JavaScript environment.