File: control

package info (click to toggle)
node-absolute-path 0.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 112 kB
  • ctags: 5
  • sloc: makefile: 4; sh: 2
file content (23 lines) | stat: -rw-r--r-- 832 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
Source: node-absolute-path
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Section: web
Priority: extra
Build-Depends: debhelper (>= 9),
               dh-buildinfo,
               nodejs
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-javascript/node-absolute-path.git
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-absolute-path.git
Homepage: https://github.com/filearts/node-absolute-path

Package: node-absolute-path
Architecture: all
Depends: ${misc:Depends},
         nodejs
Description: Node.js 0.11.x path.isAbsolute as a separate module
 absolute-path is a Node.js module that implements path.isAbsolute from
 Node.js 0.11.x.
 .
 Node.js is an event-based server-side JavaScript engine.