temp-dir

WebJar for temp-dir

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

temp-dir
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

temp-dir
WebJar for temp-dir
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/sindresorhus/temp-dir

Скачать temp-dir

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/temp-dir/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>temp-dir</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/temp-dir/
implementation 'org.webjars.npm:temp-dir:1.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/temp-dir/
implementation ("org.webjars.npm:temp-dir:1.0.0")
'org.webjars.npm:temp-dir:jar:1.0.0'
<dependency org="org.webjars.npm" name="temp-dir" rev="1.0.0">
  <artifact name="temp-dir" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='temp-dir', version='1.0.0')
)
libraryDependencies += "org.webjars.npm" % "temp-dir" % "1.0.0"
[org.webjars.npm/temp-dir "1.0.0"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

temp-dir

Get the real path of the system temp directory

The os.tmpdir() built-in doesn't return the real path. That can cause problems when the returned path is a symlink, which is the case on macOS. Use this module to get the resolved path.

Install

$ npm install temp-dir

Usage

const tempDirectory = require('temp-dir');

console.log(tempDirectory);
//=> '/private/var/folders/3x/jf5977fn79jbglr7rk0tq4d00000gn/T'

console.log(require('os').tmpdir());
//=> '/var/folders/3x/jf5977fn79jbglr7rk0tq4d00000gn/T' // <= Symlink

Get professional support for this package with a Tidelift subscription
Tidelift helps make open source sustainable for maintainers while giving companies
assurances about security, maintenance, and licensing for their dependencies.

Версии библиотеки

Версия
1.0.0