File: control

package info (click to toggle)
node-eslint-plugin-node 11.1.0~ds-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,160 kB
  • sloc: javascript: 23,749; perl: 48; makefile: 38; sh: 1
file content (47 lines) | stat: -rw-r--r-- 1,342 bytes parent folder | download | duplicates (2)
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Source: node-eslint-plugin-node
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Jonas Smedegaard <dr@jones.dk>,
Build-Depends:
 cmark-gfm <!nodoc>,
 debhelper-compat (= 13),
 eslint <!nocheck>,
 mocha <!nocheck>,
 node-eslint-plugin-es (>= 3) <!nocheck>,
 node-eslint-utils <!nocheck>,
 node-fast-glob,
 node-ignore <!nocheck>,
 node-minimatch <!nocheck>,
 node-mysticatea-eslint-plugin <!nocheck>,
 node-resolve <!nocheck>,
 node-semver <!nocheck>,
 nodejs,
 perl <!nocheck>,
Standards-Version: 4.7.0
Homepage: https://github.com/mysticatea/eslint-plugin-node
Vcs-Browser: https://salsa.debian.org/js-team/node-eslint-plugin-node
Vcs-Git: https://salsa.debian.org/js-team/node-eslint-plugin-node.git
Rules-Requires-Root: no

Package: node-eslint-plugin-node
Architecture: all
Depends:
 node-eslint-plugin-es (>= 3),
 node-eslint-utils,
 node-ignore,
 node-minimatch,
 node-resolve,
 node-semver,
 ${misc:Depends},
Enhances:
 eslint,
Description: enforce code conventions for NodeJS with ESLint
 eslint-plugin-node provides a plugin for ESLint
 covering JavaScript code targeted Node.js.
 .
 ESLint is a tool for identifying and reporting on patterns
 found in ECMAScript/JavaScript code.
 .
 Node.js is an event-based server-side JavaScript engine.