Sha256: 282946f6741c067292042d4ff3758aff94adbe1e5408df8fea4d8bd340b5e55a

Contents?: true

Size: 1.38 KB

Versions: 82

Compression:

Stored size: 1.38 KB

Contents

# globals [![Build Status](https://travis-ci.org/sindresorhus/globals.svg?branch=master)](https://travis-ci.org/sindresorhus/globals)

> Global identifiers from different JavaScript environments

Extracted from [JSHint](https://github.com/jshint/jshint/blob/3a8efa979dbb157bfb5c10b5826603a55a33b9ad/src/vars.js) and [ESLint](https://github.com/eslint/eslint/blob/b648406218f8a2d7302b98f5565e23199f44eb31/conf/environments.json) and merged.

It's just a [JSON file](globals.json), so use it in whatever environment you like.

**This module [no longer accepts](https://github.com/sindresorhus/globals/issues/82) new environments. If you need it for ESLint, just [create a plugin](http://eslint.org/docs/developer-guide/working-with-plugins#environments-in-plugins).**


## Install

```
$ npm install --save globals
```


## Usage

```js
var globals = require('globals');

console.log(globals.browser);
/*
{
	addEventListener: false,
	applicationCache: false,
	ArrayBuffer: false,
	atob: false,
	...
}
*/
```

Each global is given a value of `true` or `false`. A value of `true` indicates that the variable may be overwritten. A value of `false` indicates that the variable should be considered read-only. This information is used by static analysis tools to flag incorrect behavior. We assume all variables should be `false` unless we hear otherwise.


## License

MIT © [Sindre Sorhus](http://sindresorhus.com)

Version data entries

82 entries across 82 versions & 11 rubygems

Version Path
govuk_publishing_components-16.22.0 node_modules/globals/readme.md
govuk_publishing_components-16.21.0 node_modules/globals/readme.md
govuk_publishing_components-16.20.1 node_modules/globals/readme.md
govuk_publishing_components-16.20.0 node_modules/globals/readme.md
govuk_publishing_components-16.19.0 node_modules/globals/readme.md
govuk_publishing_components-16.18.0 node_modules/globals/readme.md
govuk_publishing_components-16.17.0 node_modules/globals/readme.md
optimacms-0.4.3 spec/dummy/node_modules/globals/readme.md
optimacms-0.4.2 spec/dummy/node_modules/globals/readme.md
locomotivecms-4.0.0.alpha1 app/javascript/node_modules/globals/readme.md
lux_assets-0.2.11 ./node_modules/globals/readme.md
lux_assets-0.2.9 ./node_modules/globals/readme.md
lux_assets-0.2.4 ./node_modules/globals/readme.md
lux_assets-0.2.2 ./node_modules/globals/readme.md
lux_assets-0.2.1 ./node_modules/globals/readme.md
locomotivecms-3.4.0 app/javascript/node_modules/globals/readme.md
cortex-0.1.3 spec/dummy/node_modules/globals/readme.md
dragonfly_puppeteer-0.1.0 node_modules/globals/readme.md
affiliator-0.2.1 node_modules/globals/readme.md
guard-sass-lint-0.1.2 node_modules/globals/readme.md