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

Changelog

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

  * Team upload

  [ Debian Janitor ]
  * Apply multi-arch hints.
    + node-path-is-absolute: Add Multi-Arch: foreign.

  [ lintian-brush ]
  * Set upstream metadata fields: Bug-Submit.
  * Update standards version to 4.6.0, no changes needed.

  [ Yadd ]
  * Bump debhelper compatibility level to 13
  * Modernize debian/watch
    * Fix GitHub regex
    * Fix filenamemangle
  * Drop dependency to nodejs

 -- Yadd <email address hidden>  Sat, 20 Nov 2021 09:09:10 +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-path-is-absolute_2.0.0-2.dsc 2.1 KiB 22eed1713bb795ab385dbc953fb35ed85bcbf166dac8db08a65dfddd8b4b43aa
node-path-is-absolute_2.0.0.orig.tar.gz 2.5 KiB 50367a36c421181e4a41f5966c15837673e3e98f0c3634761beabe58d986c73e
node-path-is-absolute_2.0.0-2.debian.tar.xz 2.7 KiB 54f98ffe9daf969b9123004f23064e91e51d9909b56dd220dec396228e71f54a

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.