npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "absolute" 的结果(共 10 个)
tildify

Convert an absolute path to a tilde path: `/Users/sindresorhus/dev` → `~/dev`

MIT
@gulpjs/to-absolute-glob

Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.

MIT
to-absolute-glob

Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.

MIT
is-absolute-url

Check if a URL is absolute

MIT
untildify

Convert a tilde path to an absolute path: `~/dev` → `/Users/sindresorhus/dev`

MIT
absolute-path

Node.js 0.11.x path.isAbsolute as a separate module

MIT
module-details-from-path

Resolve npm package details, like name and base path, given an absolute path to a file inside a package

MIT
relateurl

Minify URLs by converting them from absolute to relative.

MIT
is-absolute

Returns true if a file path is absolute. Does not rely on the path module and can be used as a polyfill for node.js native `path.isAbolute`.

MIT