File: control

package info (click to toggle)
node-resolve 1.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 428 kB
  • sloc: sh: 4; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 795 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: node-resolve
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper (>= 11), nodejs
Standards-Version: 4.2.1
Homepage: https://github.com/substack/node-resolve#readme
Vcs-Git: https://salsa.debian.org/js-team/node-resolve.git
Vcs-Browser: https://salsa.debian.org/js-team/node-resolve

Package: node-resolve
Architecture: all
Depends: ${misc:Depends}, nodejs
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.