node-detect-indent 6.0.0-1 source package in Ubuntu

Changelog

node-detect-indent (6.0.0-1) unstable; urgency=medium

  * Team upload

  [ Paolo Greppi ]
  * Update Vcs fields for migration to https://salsa.debian.org/

  [ Debian Janitor ]
  * 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, Repository, Repository-
    Browse.
  * Set upstream metadata fields: Bug-Submit.

  [ Xavier Guimard ]
  * Declare compliance with policy 4.5.0
  * Add "Rules-Requires-Root: no"
  * Change section to javascript
  * Add debian/gbp.conf
  * New upstream version 6.0.0
  * Use pkg-js-tools auto test & install
  * Update test (use tape)
  * Update copyright

 -- Xavier Guimard <email address hidden>  Wed, 13 May 2020 21:51:19 +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

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-detect-indent_6.0.0-1.dsc 2.1 KiB 46b325a54ef398eb7d5bda98c6cca74752600aa583ad9257259437bfcdf33b52
node-detect-indent_6.0.0.orig.tar.gz 5.1 KiB 692c3c59146e2db2db6bf8a87676295a5c01303bce223d638372a574b61ba26f
node-detect-indent_6.0.0-1.debian.tar.xz 3.2 KiB 4c30680ef72b638881cf175335c4f279e3907e4f7d76418c5e37b02295506ca7

Available diffs

No changes file available.

Binary packages built by this source

node-detect-indent: Detect the indentation of code

 Node.js module to get the amount and type of indentation (tab, space
 or null) of a string of any kind of text.
 .
 Node.js is an event-based server-side JavaScript engine.