std-env

WebJar for std-env

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

std-env
Last Version

Last Version

2.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

std-env
WebJar for std-env
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/jsless/std-env

Download std-env

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.npm : ci-info jar [1.6.0,2)

Project Modules

There are no modules declared in this project.

std-env

npm npm

Detect running environment of the current Node.js process.

Installation

Using yarn:

yarn add std-env

Usin npm:

npm i std-env

Usage

const env = require('std-env')

console.log(env)

/*
{
  browser: false,
  test: false,
  dev: true,
  production: false,
  debug: false,
  ci: false,
  tty: true,
  minimalCLI: false,
  windows: false,
  darwin: true,
  linux: false
}
*/

License

MIT

Versions

Version
2.2.1