Source: node-npm-run-path
Section: javascript
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 (>= 0.14.15~)
 , node-rollup-plugin-node-resolve
# , node-tape <!nocheck>
 , rollup
 , ava <!nocheck>
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/js-team/node-npm-run-path
Vcs-Git: https://salsa.debian.org/js-team/node-npm-run-path.git
Homepage: https://github.com/sindresorhus/npm-run-path
Testsuite: autopkgtest-pkg-nodejs

Package: node-npm-run-path
Architecture: all
Depends: ${misc:Depends}
Provides: ${nodejs:Provides}
Multi-Arch: foreign
Breaks: node-execa (<< 6.1.0+dfsg1~)
Replaces: node-execa (<< 6.1.0+dfsg1~)
Description: Get your PATH prepended with locally installed binaries
 In npm run scripts you can execute locally installed binaries by name.
 This enables the same outside npm, by prepending locally installed
 directory to PATH variable.
 .
 This package includes small packages:
 - path-key: Get the PATH environment variable key using
   cross-platform neutral way.
 - unicorn-magic: various utilities needed by npm-run-path
 .
 Node.js is an event-based server-side JavaScript engine.
