Source: node-resolve
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 12)
 , node-tap
 , node-tape
 , nodejs
 , pkg-js-tools (>= 0.9.8~)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/node-resolve
Vcs-Git: https://salsa.debian.org/js-team/node-resolve.git
Homepage: https://github.com/substack/node-resolve#readme
Rules-Requires-Root: no

Package: node-resolve
Architecture: all
Depends: ${misc:Depends}
 , nodejs
Description: Synchronous/Asynchronous require.resolve() algorithm
 This module implements the node require.resolve() algorithm such
 that you can require.resolve() on behalf of a file asynchronously
 and synchronously
 .
 Node.js is an event-based server-side JavaScript engine.
