File: control

package info (click to toggle)
node-is-path-inside 3.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 144 kB
  • sloc: javascript: 285; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,040 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
Source: node-is-path-inside
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Sanoob Pattanath <pshanoop@disroot.org>
Build-Depends: debhelper-compat (= 13)
 , node-tape <!nocheck>
 , node-path-is-inside <!nocheck>
 , dh-sequence-nodejs
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-is-path-inside
Vcs-Git: https://salsa.debian.org/js-team/node-is-path-inside.git
Homepage: https://github.com/sindresorhus/is-path-inside
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-is-path-inside
Architecture: all
Depends: ${misc:Depends}
 , node-path-is-inside
 , nodejs:any
Description: Check if a path is inside another path
 When checked against same path given for both arguments it retruns false.
 .
 Node.js library to check if a path is inside another path given.
 For example "isPathInside('a/b/c', 'a/b/c');" given then it return false.
 .
 Node.js is an event-based server-side JavaScript engine.