File: control

package info (click to toggle)
node-split-string 6.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 152 kB
  • sloc: sh: 7; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 807 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: node-split-string
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Build-Depends: debhelper (>= 11), nodejs
Standards-Version: 4.2.1
Homepage: https://github.com/jonschlinkert/split-string
Vcs-Git: https://salsa.debian.org/js-team/node-split-string.git
Vcs-Browser: https://salsa.debian.org/js-team/node-split-string

Package: node-split-string
Architecture: all
Depends: ${misc:Depends}, nodejs, node-extend-shallow (>= 3.0.0)
Description: node.js module to split a string on a character
 This module provides a function to split a string on a character,
 but makes sure it doesn't when said character is escaped.
 .
 Node.js is an event-based server-side JavaScript engine.