File: control

package info (click to toggle)
node-resolve 1.1.7-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 332 kB
  • ctags: 76
  • sloc: makefile: 2; sh: 2
file content (26 lines) | stat: -rw-r--r-- 887 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
Source: node-resolve
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
         , Mike Gabriel <sunweaver@debian.org>
Build-Depends:
 debhelper (>= 9)
 , dh-buildinfo
 , nodejs
Standards-Version: 3.9.8
Homepage: https://github.com/substack/node-resolve#readme
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-resolve.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-resolve.git

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.