File: control

package info (click to toggle)
node-inflected 2.1.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 396 kB
  • sloc: javascript: 1,187; makefile: 23
file content (31 lines) | stat: -rw-r--r-- 1,024 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
Source: node-inflected
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
 , rollup
 , node-rollup-plugin-node-resolve
 , node-rollup-plugin-buble
 , node-babel7
 , uglifyjs
 , mocha <!nocheck>
 , node-object-assign <!nocheck>
Standards-Version: 4.6.1
Homepage: https://github.com/martinandert/inflected#readme
Vcs-Git: https://salsa.debian.org/js-team/node-inflected.git
Vcs-Browser: https://salsa.debian.org/js-team/node-inflected
Rules-Requires-Root: no

Package: node-inflected
Architecture: all
Depends: ${misc:Depends}
Description: port of ActiveSupport's inflector to Node.js
 This library transforms words from singular to plural, class names to table
 names, modularized class names to ones without, and class names to foreign
 keys.
 .
 Node.js is an event-based server-side JavaScript engine.