File: control

package info (click to toggle)
node-path-dirname 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 100 kB
  • ctags: 13
  • sloc: sh: 5; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 782 bytes parent folder | download | duplicates (2)
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-path-dirname
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Build-Depends:
 debhelper (>= 9)
 , dh-buildinfo
 , nodejs
Standards-Version: 4.0.0
Homepage: https://github.com/es128/path-dirname#readme
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-path-dirname.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-path-dirname.git

Package: node-path-dirname
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
Description: Node.js library for function path.dirname ponyfill
 This was needed in order to expose path.posix.dirname() on Node.js v0.10
 .
 Node.js is an event-based server-side JavaScript engine.