File: control

package info (click to toggle)
node-glob-base 0.3.0%2B~0.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 196 kB
  • sloc: javascript: 183; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 963 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-glob-base
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , mocha <!nocheck>
 , node-glob-parent <!nocheck>
 , node-is-glob <!nocheck>
 , node-should <!nocheck>
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-glob-base
Vcs-Git: https://salsa.debian.org/js-team/node-glob-base.git
Homepage: https://github.com/jonschlinkert/glob-base
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-glob-base
Architecture: all
Depends: ${misc:Depends}
 , node-glob-parent
 , node-is-glob
Provides: ${nodejs:Provides}
Description: returns an object with the (non-glob) base path
 This library returns an object with the (non-glob) base path and the actual
 pattern.
 .
 Node.js is an event-based server-side JavaScript engine.