fs-constants

WebJar for fs-constants

Лицензия

Лицензия

MIT
Категории

Категории

Ant Компиляция и сборка
Группа

Группа

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

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

fs-constants
Последняя версия

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

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

fs-constants
WebJar for fs-constants
Ссылка на сайт

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

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

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

https://github.com/mafintosh/fs-constants

Скачать fs-constants

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

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

Зависимости

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

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

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

fs-constants

Small module that allows you to get the fs constants across Node and the browser.

npm install fs-constants

Previously you would use require('constants') for this in node but that has been deprecated and changed to require('fs').constants which does not browserify.

This module uses require('constants') in the browser and require('fs').constants in node to work around this

Usage

var constants = require('fs-constants')

console.log('constants:', constants)

License

MIT

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

Версия
1.0.0