node-glob-parent 6.0.2+~5.1.1-2 source package in Ubuntu

Changelog

node-glob-parent (6.0.2+~5.1.1-2) unstable; urgency=medium

  * Team upload
  * Declare compliance with policy 4.6.1
  * Add fix for expect >= 28 (Closes: #1011906)

 -- Yadd <email address hidden>  Fri, 27 May 2022 23:15:14 +0200

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-glob-parent_6.0.2+~5.1.1-2.dsc 2.5 KiB fc50a6e2f0ae4b502f78ee398f30c55b0e6f49fa1702b4145ff797ceee8c415c
node-glob-parent_6.0.2+~5.1.1.orig-types-glob-parent.tar.gz 1.6 KiB 7146e2287e1bb2b168a3e2b2007c9f72b2e6dbff00e330fd66ff4b5e28839be0
node-glob-parent_6.0.2+~5.1.1.orig.tar.gz 8.2 KiB 6b220ebd3efdf82a9e260449600deacb847498d5f934ea47497bd2115cf2f588
node-glob-parent_6.0.2+~5.1.1-2.debian.tar.xz 3.6 KiB 06e681083e13cb8f3a5ece58601f6f616ca1a9b7b54b2c1a47522b443cef2fb1

Available diffs

No changes file available.

Binary packages built by this source

node-glob-parent: Extract the non-magic parent path from a glob string

 Javascript module to extract the non-magic parent path from a glob string.
 .
 For example, 'path/to/*.js' will return 'path/to' and '**/*.js' will return '.'
 .
 Node.js is an event-based server-side JavaScript engine.