Pakket: node-resolve-cwd (3.0.0-2)
Verwijzigingen voor node-resolve-cwd
Debian bronnen:
Het bronpakket node-resolve-cwd downloaden:
- [node-resolve-cwd_3.0.0-2.dsc]
- [node-resolve-cwd_3.0.0.orig.tar.gz]
- [node-resolve-cwd_3.0.0-2.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
Resolve the path of a module from current directory
This module can be used to determine the path of a module starting from the current working directory.
For an input of moduleId to resolveCwd(moduleId), it gives an error when the module can't be found, which is similar to how require() works.
If moduleId is called as resolveCwd.silent(moduleId) then it returns null instead of giving an error when the module can't be found.
Node.js is an event-based server-side JavaScript engine.
Andere aan node-resolve-cwd gerelateerde pakketten
|
|
|
|
-
- dep: node-resolve-from
- Resolve the path of a module from a given path