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 <!nocheck>,
 debhelper,
 help2man <!nodoc>,
 mocha <!nocheck>,
 node-ajv <!nocheck>,
# node-brfs <!nocheck>,
 node-chalk <!nocheck>,
 node-concat-stream <!nocheck>,
# node-coveralls <!nocheck>,
 node-dateformat <!nocheck>,
 node-debug <!nocheck>,
 node-doctrine <!nocheck>,
 node-escope <!nocheck>,
 node-espree <!nocheck>,
# node-esprima <!nocheck>,
# node-esprima-fb <!nocheck>,
 node-estraverse <!nocheck>,
 node-globals <!nocheck>,
 node-inquirer <!nocheck>,
 node-js-yaml <!nocheck>,
 node-mkdirp <!nocheck>,
 node-optionator <!nocheck>,
 node-osenv <!nocheck>,
 node-path-is-inside <!nocheck>,
 node-semver <!nocheck>,
 node-sinon <!nocheck>,
 node-strip-ansi <!nocheck>,
 node-strip-json-comments <!nocheck>,
 node-text-table <!nocheck>,
# node-through <!nocheck>,
 pandoc <!nodoc>,
 perl <!nocheck>,
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-concat-stream,
 node-debug,
 node-doctrine,
 node-escope,
 node-espree,
 node-estraverse,
 node-globals,
 nodejs,
 node-js-yaml,
 node-lodash,
 node-minimatch,
 node-mkdirp,
 node-optionator,
 node-osenv,
 node-path-is-absolute,
 node-path-is-inside,
 node-strip-json-comments,
 ${misc:Depends},
Recommends:
 node-chalk,
 node-inquirer,
 node-strip-ansi,
 node-text-table,
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
