npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "exist" 的结果(共 91 个)
prisma

Prisma is an open-source database toolkit. It includes a JavaScript/TypeScript ORM for Node.js, migrations and a modern GUI to view and edit the data in your database. You can use Prisma in new projects or add it to an existing one.

Apache-2.0
command-exists

check whether a command line command exists in the current environment

MIT
fs-mkdirp-stream

Ensure directories exist before writing to them.

MIT
infer-owner

Infer the owner of a path based on the owner of its nearest existing parent

ISC
@npmcli/infer-owner

Infer the owner of a path based on the owner of its nearest existing parent

ISC
connect-history-api-fallback

Provides a fallback for non-existing directories so that the HTML 5 history API can be used.

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
modify-babel-preset

Create a modified babel preset based on an an existing preset.

MIT
detect-conflict

Small utility library that check if a new file content can be merged safely in the on-disk existing file.

MIT
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
@lerna/init

Create a new Lerna repo or upgrade an existing repo to the current version of Lerna

MIT
eslint-plugin-css-modules

Checks that you are using the existent css/scss/less classes, no more no less

MIT
tmatch

This module exists to facilitate the `t.match()` method in [`tap`](http://npm.im/tap).

ISC
promise-resolver

Provide flexible methods that accept callbacks and return promises without requiring a Promise implementation exist

MIT
prepend-file

Prepend data to a file, creating it if it doesn't exist.

MIT
file-exists-promise

fs.exists with ES6 Promise that is not deprecated

MIT
is-there

Check if a file or directory exists in a given path.

MIT
git-list-updated

Resolve list of updated (and existing) files between two branches

ISC
uzip

Simple, tiny and fast ZIP library. It has our own DEFLATE compressor and decompressor (alternative to pako.js / ZLIB). It was made from scratch, without using existing implemetnations.

MIT
react-addons-pure-render-mixin

>**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
typescript-definition-tester

The purpose of this repository is to wrap the TypeScript compiler so that a consumer can easily test their ambient module declarations against example *.ts files. This module uses chai assertions so that a user can easily add this step to existing unit t

MIT
eclint

Validate or fix code that doesn't adhere to EditorConfig settings or infer settings from existing code.

MIT
exists-stat

Synchronously check if a path exists and returns its stats object if it does

MIT
csextends

Use the Coffee-Script extends keyword outside of Coffee-Script. Useful for easily extending existing existing classes, e.g. `require('csextends')(klass, extensions)`, and for providing your module consumers with an easy way to extend your classes, i.e. `B

MIT