Source: eslint
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Jonas Smedegaard <dr@jones.dk>,
Build-Depends:
 chai,
 debhelper,
 help2man <!nodoc>,
 mocha,
 node-ajv,
# node-brfs,
 node-chalk,
 node-concat-stream,
# node-coveralls,
 node-dateformat,
 node-debug,
 node-doctrine,
 node-escope,
 node-espree,
# node-esprima,
# node-esprima-fb,
 node-estraverse,
 node-globals,
 node-inquirer,
 node-istanbul,
 node-js-yaml,
 node-mkdirp,
 node-optionator,
 node-osenv,
 node-path-is-inside,
 node-semver,
 node-shelljs,
 node-sinon,
 node-strip-ansi,
 node-strip-json-comments,
 node-text-table,
# node-through,
 pandoc <!nodoc>,
Standards-Version: 4.4.1
Homepage: https://eslint.org/
Vcs-Browser: https://salsa.debian.org/js-team/eslint
Vcs-Git: https://salsa.debian.org/js-team/eslint.git
Rules-Requires-Root: no

Package: eslint
Architecture: all
Depends:
 node-ajv,
 node-chalk,
 node-concat-stream,
 node-debug,
 node-doctrine,
 node-escope,
 node-espree,
 node-estraverse,
 node-globals,
 node-inquirer,
 nodejs,
 node-js-yaml,
 node-lodash,
 node-minimatch,
 node-mkdirp,
 node-optionator,
 node-osenv,
 node-path-is-absolute,
 node-path-is-inside,
 node-strip-ansi,
 node-strip-json-comments,
 node-text-table,
 ${misc:Depends},
Provides:
 node-eslint (= ${source:Version}),
Description: AST-based pattern checker for JavaScript
 ESLint is a tool for identifying and reporting on patterns
 found in ECMAScript/JavaScript code.
 In many ways, it is similar to JSLint and JSHint
 with a few exceptions:
 .
  * ESLint uses Espree for JavaScript parsing
  * ESLint uses an AST to evaluate patterns in code
  * ESLint is completely pluggable,
    every single rule is a plugin and you can add more at runtime
