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),
 mocha <!nocheck>,
 node-should <!nocheck>,
 dh-sequence-nodejs,
Standards-Version: 4.6.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
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.
