npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "temporary" 的结果(共 33 个)
temp

Temporary files and directories

MIT
fs-temp

`fs-temp` is a quick and simple way to create temporary files and directories.

MIT
unique-filename

Generate a unique filename for use in temporary directories or caches.

ISC
tmp-file

Create actual and temporary file on /tmp folder

MIT
tmp-filepath

Generate temporary filepath string (without writing to disk). Using scaleable, secure and fast cross-platform [cuid][] package

MIT
fs-fixture

Easily create test fixtures at a temporary file-system path

MIT
picomatch-browser

(temporary fork of picomatch) Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.

MIT
mktemp

create temporary files and directories

MIT
temp-fs

Temporary files, directories or names!

MIT
Apache-2.0
disposable-directory

Asynchronously creates a disposable directory in the OS temporary directory that gets deleted after the callback is done or errors.

MIT
noncharacters

34 non-character code points (labeled <not a character>), that are set aside and guaranteed to never be used for a character. Perfect to use for placeholders or temporary replacements during string transformations.

MIT
@aws-sdk/credential-provider-sso

AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials

Apache-2.0
@aws-sdk/credential-provider-web-identity

AWS credential provider that calls STS assumeRole for temporary AWS credentials

Apache-2.0
nan-typedarrays

Temporary workaround, please ignore

MIT
temp-path

Create a temporary path

MIT
js-yaml-lite

Temporary minified copy of js-yaml until the project exposes a minified version and starts using the `files` property in package.json.

MIT
temp-sandbox

Create a predictable temporary directory that makes it easy to create, list, and delete files.

MIT
level-test

Inject temporary and isolated level stores (leveldown, level-js, memdown or custom) into your tests.

MIT
@tunnckocore/memoize-fs

(temporary fork of `memoize-fs`, until #17 es2020 support is fixed) memoize/cache in file system solution for Node.js

MIT
gonzales-pe-sl

Temporary gonzales-pe fork for sass-lint

MIT
fixtures-fs

Create a temporary fs with JSON fixtures

file-fixture

Generate temporary file/directory names and temporary file/directory structures for writing tests.

BSD
temporary-directory

create a random temporary directory for testing and destroy it when you are done

BSD
temp-context

Test Context To Initialise Temporary Directory For Each Test, And Remove It At The End. It Contains Methods To Read, Write, Clone, Assert Existence And Remove Files Inside And Outside Of Temp Dir.

AGPL-3.0
dj-webdriver

Modified webdriverjs for temporary use until https://github.com/SeleniumHQ/selenium/issues/378 is fixed

cache-or-tmp-directory

Get the cache directory or, failing that, a temporary directory

LGPL-3.0+
@tunnckocore/git-semver-tags

Get all semver valid flags for a git repository. Temporary fork of original git-semver-tags, promised api - async/await friendly, plus option for cwd

Apache-2.0
scopedfs

A convenient API to build and access file system subtrees (particularly in tests); provides a version of every ‘fs’ module function, scoped to the given root or, optionally, to a new temporary directory; also adds a bunch of convenience methods