node-empathic 2.0.1-1
Package Information
| Description | small and fast Node.js path utilities empathic is a collection of tiny helpers for the filesystem path lookups that command line tools and build systems keep reimplementing. It is split into five independent entry points: * empathic/access: check whether a path exists, is readable, writable or executable; * empathic/walk: iterate over a directory and its parents; * empathic/find: locate a file or directory by walking parent directories; * empathic/package: locate the nearest package.json, its directory, or a cache directory inside node_modules/.cache; * empathic/resolve: resolve module identifiers relative to a directory or a file URL. Each entry point is published both as CommonJS and as native ECMAScript modules, with TypeScript type definitions and no runtime dependencies. Node.js is an event-based server-side JavaScript engine. |
|---|---|
| Maintainer | Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org> |
| Changed By | Xavier Guimard <yadd@debian.org> |
| Sponsor | yadd@debian.org |
| Distribution | unstable |
| Architecture | all |
| VCS | git: https://salsa.debian.org/js-team/node-empathic.git (browse) |
| Closes | #1144861 |
| Tracker | https://tracker.debian.org/pkg/node-empathic |
| Uploaded | 3 hours ago |
New Package Report
.changes
| Version | 2.0.1-1 |
|---|---|
| Changed-By | Xavier Guimard |
| Architecture | source all |
| Distribution | unstable |
| Date | Wed, 19 Aug 2026 12:03:49 +0200 |
| Source | node-empathic |
Changelog
node-empathic (2.0.1-1) unstable; urgency=medium . * Initial release (Closes: #1144861)
.dsc
| Section | javascript |
|---|---|
| Priority | optional |
| Component | main |
| Package-List | node-empathic deb javascript optional arch=all |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: empathic Upstream-Contact: Luke Edwards <luke.edwards05@gmail.com> Source: https://github.com/lukeed/empathic Files: * Copyright: Luke Edwards <luke.edwards05@gmail.com> License: Expat Files: debian/* Copyright: 2026, Yadd <yadd@debian.org> License: Expat License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.