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
|
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 (= 13),
dh-sequence-nodejs,
Standards-Version: 4.6.2
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
Rules-Requires-Root: no
Package: node-inflection
Architecture: all
Depends:
${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.
|