File: control

package info (click to toggle)
node-eslint-plugin-flowtype 2.25.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 628 kB
  • sloc: makefile: 4
file content (33 lines) | stat: -rw-r--r-- 1,210 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Source: node-eslint-plugin-flowtype
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
 debhelper-compat (= 12)
 , node-babel7
 , pkg-js-tools (>= 0.9.20~)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/node-eslint-plugin-flowtype
Vcs-Git: https://salsa.debian.org/js-team/node-eslint-plugin-flowtype.git
Homepage: https://github.com/gajus/eslint-plugin-flowtype#readme
Rules-Requires-Root: no

Package: node-eslint-plugin-flowtype
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-lodash (>= 4.15.0)
Description: 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.