Source: node-is-directory
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , mocha <!nocheck>
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/js-team/node-is-directory
Vcs-Git: https://salsa.debian.org/js-team/node-is-directory.git
Homepage: https://github.com/jonschlinkert/is-directory
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-is-directory
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: checks if a given path is directory
 Returns true if a filepath exists on the file system and it's directory
 .
 Node.js is an event-based server-side JavaScript engine.
