File: control

package info (click to toggle)
node-resolve 1.22.1%2B~cs5.31.10-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 904 kB
  • sloc: javascript: 3,954; makefile: 50
file content (31 lines) | stat: -rw-r--r-- 1,065 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
Source: node-resolve
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-assert <!nocheck>
 , node-semver <!nocheck>
 , node-tap <!nocheck>
 , node-tape <!nocheck>
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-resolve
Vcs-Git: https://salsa.debian.org/js-team/node-resolve.git
Homepage: https://github.com/substack/node-resolve#readme
Rules-Requires-Root: no

Package: node-resolve
Architecture: all
Depends: ${misc:Depends}
 , node-has
Provides: ${nodejs:Provides}
Breaks: node-browser-resolve (<< 2.0.0~)
Multi-Arch: foreign
Description: Synchronous/Asynchronous require.resolve() algorithm
 This module implements the node require.resolve() algorithm such
 that you can require.resolve() on behalf of a file asynchronously
 and synchronously
 .
 Node.js is an event-based server-side JavaScript engine.