npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "exists" 的结果(共 8 个)
command-exists

check whether a command line command exists in the current environment

MIT
file-exists

Check if filepath exists and is a file

MIT
BSD-3-Clause
react-addons-shallow-compare

>**Note:** >This is a legacy React addon, and is no longer maintained. > >We don't encourage using it in new code, but it exists for backwards compatibility. >The recommended migration path is to use [`React.PureComponent`](https://facebook.github.io/re

MIT
good-file

Basic write stream that ensures destination exists before opening for writing.

BSD-3-Clause
fs-exists-sync

Drop-in replacement for `fs.existsSync` with zero dependencies. Other libs I found either have crucial differences from fs.existsSync, or unnecessary dependencies. See README.md for more info.

MIT
has-value

Returns true if a value exists, false if empty. Works with deeply nested values using object paths.

MIT