File: control

package info (click to toggle)
node-inflection 1.12.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 128 kB
  • sloc: makefile: 5; sh: 1
file content (28 lines) | stat: -rw-r--r-- 1,005 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-inflection
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Andrius Merkys <merkys@debian.org>,
Build-Depends:
 debhelper-compat (= 12),
 mocha,
 node-should,
 pkg-js-tools,
Standards-Version: 4.4.0
Homepage: https://github.com/dreamerslab/node.inflection
Vcs-Browser: https://salsa.debian.org/js-team/node-inflection
Vcs-Git: https://salsa.debian.org/js-team/node-inflection.git
Testsuite: autopkgtest-pkg-nodejs

Package: node-inflection
Architecture: all
Depends:
 node-should,
 ${misc:Depends},
Description: port of inflection-js to node.js module
 inflection-js is a port of the functionality from Ruby on Rails' Active Support
 Inflection classes into Javascript. inflection is a port of inflection-js to
 node.js npm package. Instead of extending JavaScript native String object like
 inflection-js does, inflection separate the methods to a independent package to
 avoid unexpected behaviors.