File: copyright_hints

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 (266 lines) | stat: -rw-r--r-- 9,902 bytes parent folder | download | duplicates (3)
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: FIXME
Upstream-Contact: FIXME
Source: FIXME
Disclaimer: Autogenerated by licensecheck

Files: README.md
 debian/TODO
 debian/clean
 debian/control
 debian/copyright-check
 debian/gbp.conf
 debian/install
 debian/patches/1001_use_shared_modules.patch
 debian/patches/1002_sort_meta_properties.patch
 debian/patches/1003_default-param-last.patch
 debian/patches/1004_no-shadow.patch
 debian/patches/2001_privacy.patch
 debian/patches/series
 debian/rules
 debian/source/format
 debian/source/lintian-overrides
 debian/tests/control
 debian/upstream/metadata
 debian/watch
 docs/rules/callback-return.md
 docs/rules/exports-style.md
 docs/rules/file-extension-in-import.md
 docs/rules/global-require.md
 docs/rules/handle-callback-err.md
 docs/rules/no-callback-literal.md
 docs/rules/no-deprecated-api.md
 docs/rules/no-exports-assign.md
 docs/rules/no-extraneous-import.md
 docs/rules/no-extraneous-require.md
 docs/rules/no-hide-core-modules.md
 docs/rules/no-missing-import.md
 docs/rules/no-missing-require.md
 docs/rules/no-mixed-requires.md
 docs/rules/no-new-require.md
 docs/rules/no-path-concat.md
 docs/rules/no-process-env.md
 docs/rules/no-process-exit.md
 docs/rules/no-restricted-import.md
 docs/rules/no-restricted-require.md
 docs/rules/no-sync.md
 docs/rules/no-unpublished-bin.md
 docs/rules/no-unpublished-import.md
 docs/rules/no-unpublished-require.md
 docs/rules/no-unsupported-features.md
 docs/rules/no-unsupported-features/es-builtins.md
 docs/rules/no-unsupported-features/es-syntax.md
 docs/rules/no-unsupported-features/node-builtins.md
 docs/rules/prefer-global/buffer.md
 docs/rules/prefer-global/console.md
 docs/rules/prefer-global/process.md
 docs/rules/prefer-global/text-decoder.md
 docs/rules/prefer-global/text-encoder.md
 docs/rules/prefer-global/url-search-params.md
 docs/rules/prefer-global/url.md
 docs/rules/prefer-promises/dns.md
 docs/rules/prefer-promises/fs.md
 docs/rules/process-exit-as-throw.md
 docs/rules/shebang.md
 lib/configs/_commons.js
 lib/configs/recommended-module.js
 lib/configs/recommended-script.js
 lib/configs/recommended.js
 lib/rules/callback-return.js
 lib/rules/exports-style.js
 lib/rules/file-extension-in-import.js
 lib/rules/global-require.js
 lib/rules/handle-callback-err.js
 lib/rules/no-callback-literal.js
 lib/rules/no-deprecated-api.js
 lib/rules/no-exports-assign.js
 lib/rules/no-extraneous-import.js
 lib/rules/no-extraneous-require.js
 lib/rules/no-hide-core-modules.js
 lib/rules/no-missing-import.js
 lib/rules/no-missing-require.js
 lib/rules/no-mixed-requires.js
 lib/rules/no-new-require.js
 lib/rules/no-path-concat.js
 lib/rules/no-process-env.js
 lib/rules/no-process-exit.js
 lib/rules/no-restricted-import.js
 lib/rules/no-restricted-require.js
 lib/rules/no-sync.js
 lib/rules/no-unpublished-bin.js
 lib/rules/no-unpublished-import.js
 lib/rules/no-unpublished-require.js
 lib/rules/no-unsupported-features.js
 lib/rules/no-unsupported-features/es-builtins.js
 lib/rules/no-unsupported-features/es-syntax.js
 lib/rules/no-unsupported-features/node-builtins.js
 lib/rules/prefer-global/buffer.js
 lib/rules/prefer-global/console.js
 lib/rules/prefer-global/process.js
 lib/rules/prefer-global/text-decoder.js
 lib/rules/prefer-global/text-encoder.js
 lib/rules/prefer-global/url-search-params.js
 lib/rules/prefer-global/url.js
 lib/rules/prefer-promises/dns.js
 lib/rules/prefer-promises/fs.js
 lib/rules/process-exit-as-throw.js
 lib/rules/shebang.js
 lib/util/cache.js
 lib/util/check-existence.js
 lib/util/check-extraneous.js
 lib/util/check-prefer-global.js
 lib/util/check-publish.js
 lib/util/check-restricted.js
 lib/util/check-unsupported-builtins.js
 lib/util/enumerate-property-names.js
 lib/util/exists.js
 lib/util/get-allow-modules.js
 lib/util/get-configured-node-version.js
 lib/util/get-convert-path.js
 lib/util/get-npmignore.js
 lib/util/get-package-json.js
 lib/util/get-resolve-paths.js
 lib/util/get-semver-range.js
 lib/util/get-try-extensions.js
 lib/util/import-target.js
 lib/util/merge-visitors-in-place.js
 lib/util/strip-import-path-params.js
 lib/util/visit-import.js
 lib/util/visit-require.js
 scripts/new-rule.js
 scripts/rules.js
 scripts/update-docs-header-and-footer.js
 scripts/update-lib-index.js
 scripts/update-readme.js
 scripts/update.js
 tests/fixtures/configs/cjs/package.json
 tests/fixtures/configs/esm/package.json
 tests/fixtures/no-deprecated-api/gte4/package.json
 tests/fixtures/no-extraneous/dependencies/package.json
 tests/fixtures/no-extraneous/devDependencies/package.json
 tests/fixtures/no-extraneous/noDependencies/package.json
 tests/fixtures/no-extraneous/optionalDependencies/package.json
 tests/fixtures/no-extraneous/peerDependencies/package.json
 tests/fixtures/no-hide-core-modules/indirect-thirdparty/package.json
 tests/fixtures/no-hide-core-modules/thirdparty/package.json
 tests/fixtures/no-missing/a.config.js
 tests/fixtures/no-missing/a.js
 tests/fixtures/no-missing/b.json
 tests/fixtures/no-missing/bar/main.js
 tests/fixtures/no-missing/c.coffee
 tests/fixtures/no-missing/foo/main.js
 tests/fixtures/no-missing/foo/package.json
 tests/fixtures/no-missing/index.js
 tests/fixtures/no-unpublished-bin/issue115/package.json
 tests/fixtures/no-unpublished-bin/multi-files/package.json
 tests/fixtures/no-unpublished-bin/multi-npmignore/.npmignore
 tests/fixtures/no-unpublished-bin/multi-npmignore/package.json
 tests/fixtures/no-unpublished-bin/multi-ok/package.json
 tests/fixtures/no-unpublished-bin/simple-files/package.json
 tests/fixtures/no-unpublished-bin/simple-npmignore/.npmignore
 tests/fixtures/no-unpublished-bin/simple-npmignore/package.json
 tests/fixtures/no-unpublished-bin/simple-ok/package.json
 tests/fixtures/no-unpublished/1/package.json
 tests/fixtures/no-unpublished/2/.npmignore
 tests/fixtures/no-unpublished/2/package.json
 tests/fixtures/no-unpublished/3/.npmignore
 tests/fixtures/no-unpublished/3/package.json
 tests/fixtures/no-unpublished/3/pub/abc.json
 tests/fixtures/no-unpublished/issue126/package.json
 tests/fixtures/no-unpublished/negative-in-files/package.json
 tests/fixtures/no-unsupported-features--ecma/gte-0.12.8/package.json
 tests/fixtures/no-unsupported-features--ecma/gte-4.0.0/package.json
 tests/fixtures/no-unsupported-features--ecma/gte-4.4.0-lt-5.0.0/package.json
 tests/fixtures/no-unsupported-features--ecma/gte-7.10.0/package.json
 tests/fixtures/no-unsupported-features--ecma/gte-7.5.0/package.json
 tests/fixtures/no-unsupported-features--ecma/gte-7.6.0/package.json
 tests/fixtures/no-unsupported-features--ecma/hat-4.1.2/package.json
 tests/fixtures/no-unsupported-features--ecma/invalid/package.json
 tests/fixtures/no-unsupported-features--ecma/lt-6.0.0/package.json
 tests/fixtures/no-unsupported-features--ecma/nothing/package.json
 tests/fixtures/no-unsupported-features--ecma/star/package.json
 tests/fixtures/no-unsupported-features--ecma/without-node/package.json
 tests/fixtures/no-unsupported-features/gte-0.12.8/package.json
 tests/fixtures/no-unsupported-features/gte-4.0.0/package.json
 tests/fixtures/no-unsupported-features/gte-4.4.0-lt-5.0.0/package.json
 tests/fixtures/no-unsupported-features/gte-7.10.0/package.json
 tests/fixtures/no-unsupported-features/gte-7.5.0/package.json
 tests/fixtures/no-unsupported-features/gte-7.6.0/package.json
 tests/fixtures/no-unsupported-features/hat-4.1.2/package.json
 tests/fixtures/no-unsupported-features/invalid/package.json
 tests/fixtures/no-unsupported-features/lt-6.0.0/package.json
 tests/fixtures/no-unsupported-features/nothing/package.json
 tests/fixtures/no-unsupported-features/without-node/package.json
 tests/fixtures/shebang/no-bin-field/package.json
 tests/fixtures/shebang/object-bin/package.json
 tests/fixtures/shebang/string-bin/package.json
 tests/lib/configs/recommended.js
 tests/lib/rules/callback-return.js
 tests/lib/rules/exports-style.js
 tests/lib/rules/file-extension-in-import.js
 tests/lib/rules/global-require.js
 tests/lib/rules/handle-callback-err.js
 tests/lib/rules/no-callback-literal.js
 tests/lib/rules/no-deprecated-api.js
 tests/lib/rules/no-exports-assign.js
 tests/lib/rules/no-extraneous-import.js
 tests/lib/rules/no-extraneous-require.js
 tests/lib/rules/no-missing-import.js
 tests/lib/rules/no-missing-require.js
 tests/lib/rules/no-mixed-requires.js
 tests/lib/rules/no-new-require.js
 tests/lib/rules/no-path-concat.js
 tests/lib/rules/no-process-env.js
 tests/lib/rules/no-process-exit.js
 tests/lib/rules/no-restricted-import.js
 tests/lib/rules/no-restricted-require.js
 tests/lib/rules/no-sync.js
 tests/lib/rules/no-unpublished-bin.js
 tests/lib/rules/no-unpublished-import.js
 tests/lib/rules/no-unpublished-require.js
 tests/lib/rules/no-unsupported-features/es-builtins.js
 tests/lib/rules/no-unsupported-features/es-syntax.js
 tests/lib/rules/no-unsupported-features/node-builtins.js
 tests/lib/rules/prefer-global/buffer.js
 tests/lib/rules/prefer-global/console.js
 tests/lib/rules/prefer-global/process.js
 tests/lib/rules/prefer-global/text-decoder.js
 tests/lib/rules/prefer-global/text-encoder.js
 tests/lib/rules/prefer-global/url-search-params.js
 tests/lib/rules/prefer-global/url.js
 tests/lib/rules/prefer-promises/dns.js
 tests/lib/rules/prefer-promises/fs.js
 tests/lib/rules/process-exit-as-throw.js
 tests/lib/rules/shebang.js
Copyright: NONE
License: UNKNOWN
 FIXME

Files: package.json
Copyright: NONE
License: Expat
 FIXME

Files: LICENSE
Copyright: 2015, Toru Nagashima
License: Expat
 FIXME

Files: debian/tap-todo
Copyright: 2020, Jonas Smedegaard
  2020, Purism SPC
License: GPL-3+
 FIXME

Files: tests/lib/rules/no-hide-core-modules.js
Copyright: 2016, Toru Nagashima.
License: UNKNOWN
 FIXME

Files: tests/lib/rules/no-unsupported-features.js
Copyright: d: {d = 1}} = {})",
  d: {d = 1}} = {};",
  d: {d = 1}}) {}",
License: UNKNOWN
 FIXME