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
|
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 (= 11)
, dh-sequence-nodejs
, nodejs (>= 6)
, rollup
, node-rollup-plugin-node-resolve
, node-rollup-plugin-buble
, node-babel7
, uglifyjs
, mocha <!nocheck>
, node-object-assign <!nocheck>
Standards-Version: 4.5.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
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.
|