Source: node-safe-resolve
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Joseph Nahmias <jello@debian.org>,
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13),
 dh-nodejs,
 dh-sequence-nodejs,
 node-tap <!nocheck>,
Standards-Version: 4.7.4
Homepage: https://github.com/evanlucas/safe-resolve
Vcs-Git: https://salsa.debian.org/js-team/node-safe-resolve.git
Vcs-Browser: https://salsa.debian.org/js-team/node-safe-resolve

Package: node-safe-resolve
Architecture: all
Depends:
 ${misc:Depends},
Description: resolves module paths without throwing an error
 Module to resolve javascript module paths without throwing an error
 if they do not exist -- just returns null, rather than the path.
 .
 Node.js is an event-based server-side JavaScript engine.
