File: control

package info (click to toggle)
node-locate-character 2.0.5%2Brepack-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 168 kB
  • sloc: javascript: 69; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 934 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
Source: node-locate-character
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends: debhelper-compat (= 13)
 , mocha
 , node-typescript
 , node-rollup-plugin-typescript
 , dh-sequence-nodejs
 , rollup
Standards-Version: 4.6.1
Homepage: https://github.com/Rich-Harris/locate-character
Vcs-Git: https://salsa.debian.org/js-team/node-locate-character.git
Vcs-Browser: https://salsa.debian.org/js-team/node-locate-character
Rules-Requires-Root: no

Package: node-locate-character
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Helper to find the line and column of a character in a string
 Module to find the line and column of a character within a string,
 starting at any index.
 .
 Node.js is an event-based server-side JavaScript engine.