File: control

package info (click to toggle)
node-resolve-dir 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 112 kB
  • ctags: 9
  • sloc: makefile: 4; sh: 2
file content (29 lines) | stat: -rw-r--r-- 889 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
Source: node-resolve-dir
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Sruthi Chandran <srud@disroot.org>
Build-Depends:
 debhelper (>= 9)
 , dh-buildinfo
 , nodejs
 , mocha
 , node-expand-tilde (>= 2.0.0)
 , node-global-modules (>= 0.2.3)
Standards-Version: 3.9.8
Homepage: https://github.com/jonschlinkert/resolve-dir
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-resolve-dir.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-resolve-dir.git

Package: node-resolve-dir
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-expand-tilde (>= 2.0.0)
 , node-global-modules (>= 0.2.3)
Description: Resolve a directory
 Resolve a directory that is either local, global or in the user's home 
 directory.
 .
 Node.js is an event-based server-side JavaScript engine.