[ 源代码: node-path-is-inside ]
软件包:node-path-is-inside(1.0.2+~1.0.0-1)
node-path-is-inside 的相关链接
Debian 的资源:
下载源码包 node-path-is-inside:
- [node-path-is-inside_1.0.2+~1.0.0-1.dsc]
- [node-path-is-inside_1.0.2+~1.0.0.orig-types-path-is-inside.tar.gz]
- [node-path-is-inside_1.0.2+~1.0.0.orig.tar.gz]
- [node-path-is-inside_1.0.2+~1.0.0-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Tests whether one path is inside another path
The **path-is-inside** package will give you a robust, cross-platform way of detecting whether a given path is inside another path.
Like Node's built-in path module, path-is-inside treats all file paths on Windows as case-insensitive, whereas it treats all file paths on *-nix operating systems as case-sensitive. Keep this in mind especially when working on a Mac, where, despite Node's defaults, the OS usually treats paths case-insensitively.
Node.js is an event-based server-side JavaScript engine.