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

Changelog

node-path-is-absolute (1.0.0-1) unstable; urgency=low

  * Initial release (Closes: #836059)

 -- Sruthi Chandran <email address hidden>  Tue, 30 Aug 2016 16:22:48 +0530

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-path-is-absolute_1.0.0-1.dsc 2.0 KiB 3a41df87b875d96542b798255ddbcef3927b8d9c1189f275340a0d4e9736f81c
node-path-is-absolute_1.0.0.orig.tar.gz 2.5 KiB 7a7484692ba8a6219cc4ae514eb84361dede47f6b77392f0603c470e8089a6fe
node-path-is-absolute_1.0.0-1.debian.tar.xz 2.1 KiB cece14ea0312b05662e5082568b6499d984d2da116b45341a8fdf42adc80e0d2

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.