node-eslint-plugin-flowtype 2.25.0-4 source package in Ubuntu

Changelog

node-eslint-plugin-flowtype (2.25.0-4) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Apply multi-arch hints. + node-eslint-plugin-flowtype: Add Multi-Arch:
    foreign
  * Remove constraints unnecessary since buster

  [ Yadd ]
  * Bump debhelper compatibility level to 13
  * Modernize debian/watch
    * Fix GitHub tags regex
    * Fix filenamemangle
  * Use dh-sequence-nodejs
  * Update standards version to 4.6.0, no changes needed.
  * Drop nodejs dependency

 -- Jelmer Vernooij <email address hidden>  Fri, 09 Dec 2022 19:49:18 +0000

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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-eslint-plugin-flowtype_2.25.0-4.dsc 2.2 KiB f35c584206595796df3712c73cd72f212ae98f5823f57a41fcf6d04f667a6cfb
node-eslint-plugin-flowtype_2.25.0.orig.tar.gz 38.4 KiB 3ce5b880bf20753a811afbc4781fad2455b53955aa1138f97ca2e7979ef8b498
node-eslint-plugin-flowtype_2.25.0-4.debian.tar.xz 3.1 KiB 72c17bc5c9af56817f22652a074dc9c5eb6df1ca2f4fa84fd0e6e41389b31a29

Available diffs

No changes file available.

Binary packages built by this source

node-eslint-plugin-flowtype: flow type linting rules for ESLint

 Flow uses type inference to find bugs even without type annotations.
 It precisely tracks the types of variables as they flow through your program.
 .
 Flow is designed for JavaScript programmers.
 It understands common JavaScript idioms and very dynamic code.
 .
 Flow incrementally rechecks your changes as you work, preserving the
 fast feedback cycle of developing plain JavaScript.
 .
 Node.js is an event-based server-side JavaScript engine.