Source: node-eslint-plugin-flowtype Section: web Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Thorsten Alteholz Build-Depends: debhelper (>= 9) , dh-buildinfo , nodejs Standards-Version: 3.9.8 Homepage: https://github.com/gajus/eslint-plugin-flowtype#readme Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-eslint-plugin-flowtype.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-eslint-plugin-flowtype.git 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.