File: control

package info (click to toggle)
node-resolve-from 5.0.0%2B~3.1.0%2B~3.3.0%2B~2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 364 kB
  • sloc: javascript: 234; makefile: 19
file content (35 lines) | stat: -rw-r--r-- 1,124 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
Source: node-resolve-from
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Jonas Smedegaard <dr@jones.dk>,
 Sruthi Chandran <srud@disroot.org>,
Build-Depends:
 debhelper-compat (= 13),
 jq,
 node-execa <!nocheck>,
 node-tape <!nocheck>,
Standards-Version: 4.5.1
Homepage: https://github.com/sindresorhus/resolve-from
Vcs-Git: https://salsa.debian.org/js-team/node-resolve-from.git
Vcs-Browser: https://salsa.debian.org/js-team/node-resolve-from
Rules-Requires-Root: no

Package: node-resolve-from
Architecture: all
Depends:
 ${misc:Depends},
Provides:
 node-callsites (= ${call:Version}),
 node-import-fresh (= ${fresh:Version}),
 node-parent-module (= ${parent:Version}),
Breaks:
 node-cosmiconfig (<< 7.0.0+ds1~),
Multi-Arch: foreign
Description: Resolve the path of a module from a given path
 Resolve the path of a module like `require.resolve()`but from a given path.
 Unlike `require.resolve()` it returns `null` instead of throwing when the
 module can't be found.
 .
 Node.js is an event-based server-side JavaScript engine.