[ 原始碼: node-resolve-pkg ]
套件:node-resolve-pkg(2.0.0-3)
node-resolve-pkg 的相關連結
Debian 的資源:
下載原始碼套件 node-resolve-pkg:
- [node-resolve-pkg_2.0.0-3.dsc]
- [node-resolve-pkg_2.0.0.orig.tar.gz]
- [node-resolve-pkg_2.0.0-3.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Resolve the path of a package regardless of it having an entry point
Some packages like CLI tools and grunt tasks don't have a entry point, like `"main": "foo.js"` in package.json, resulting in them not being resolvable by `require.resolve()`. Unlike `require.resolve()`, this module also resolves packages without an entry point, returns `null` instead of throwing when the module can't be found, and resolves from `process.cwd()` instead `__dirname` by default.
Node.js is an event-based server-side JavaScript engine.
其他與 node-resolve-pkg 有關的套件
|
|
|
|
-
- dep: node-resolve-from
- Resolve the path of a module from a given path