1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: node-find-up
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
Pirate Praveen <praveen@debian.org>,
Utkarsh Gupta <guptautkarsh2102@gmail.com>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs (>= 0.14.12~)
, node-is-path-inside <!nocheck>
, node-locate-path (>= 7) <!nocheck>
, node-path-exists (>= 5) <!nocheck>
, node-rollup-plugin-node-resolve
, node-tape <!nocheck>
, rollup
, terser
Standards-Version: 4.6.0
Homepage: https://github.com/sindresorhus/find-up
Vcs-Git: https://salsa.debian.org/js-team/node-find-up.git
Vcs-Browser: https://salsa.debian.org/js-team/node-find-up
Rules-Requires-Root: no
Package: node-find-up
Architecture: all
Depends: ${misc:Depends}
, node-locate-path (>= 7)
, node-path-exists (>= 5)
Description: Find a file by walking up parent directories
find-up helps in finding a file or directory by walking up parent directories.
There are related tools, too. CLI for this module is find-up-cli.
.
Node.js is an event-based server-side JavaScript engine.
|