File: control

package info (click to toggle)
node-cosmiconfig 7.0.0%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 336 kB
  • sloc: makefile: 6
file content (42 lines) | stat: -rw-r--r-- 1,447 bytes parent folder | download
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
Source: node-cosmiconfig
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-babel7
 , node-flow-remove-types
 , node-import-fresh
 , node-is-directory <!nocheck>
 , node-parent-module <!nocheck>
 , node-parse-json (>= 5.1.0+~cs5.1.6~)
 , node-path-type <!nocheck>
 , node-typescript
 , node-typescript-types
 , node-yaml <!nocheck>
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/js-team/node-cosmiconfig
Vcs-Git: https://salsa.debian.org/js-team/node-cosmiconfig.git
Homepage: https://github.com/davidtheclark/cosmiconfig#readme
Rules-Requires-Root: no

Package: node-cosmiconfig
Architecture: all
Depends: ${misc:Depends}
 , node-import-fresh
 , node-parse-json (>= 5.1.0+~cs5.1.6~)
 , node-path-type
 , node-resolve-from
 , node-yaml
Provides: ${nodejs:Provides}
Breaks: jest (<< 26.6.3+repack~)
 , node-jest-debbundle (<< 26.6.3+repack~)
Description: Find and load configuration from different locations
 Find and load a configuration object from
  - a `package.json` property (anywhere up the directory tree)
  - a JSON or YAML "rc file" (anywhere up the directory tree)
  - a `.config.js` CommonJS module (anywhere up the directory tree)
 .
 Node.js is an event-based server-side JavaScript engine.