File: control

package info (click to toggle)
node-change-case 0.0~git20211010.040a079-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 9,832 kB
  • sloc: makefile: 8
file content (35 lines) | stat: -rw-r--r-- 1,137 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
30
31
32
33
34
35
Source: node-change-case
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-typescript
 , node-types-node
 , jest
 , node-tslib
 , ts-jest <!nocheck>
Standards-Version: 4.6.1
Homepage: https://github.com/blakeembrey/change-case/tree/master/packages/pascal-case#readme
Vcs-Git: https://salsa.debian.org/js-team/node-change-case.git
Vcs-Browser: https://salsa.debian.org/js-team/node-change-case
Rules-Requires-Root: no

Package: node-change-case
Architecture: all
Depends:
 ${misc:Depends}
 , node-tslib (>= 2.0.3)
Provides: ${nodejs:Provides}
Multi-Arch: foreign
Description: Transform a string between different case conventions
 Transform a string between `camelCase`, `PascalCase`, `Capital Case`,
 `snake_case`, `param-case`, `CONSTANT_CASE` and others.
 .
 This package currently ships a subset of the modules included in upstream
 mono repo.
 .
 Node.js is an event-based server-side JavaScript engine.