Skip to content

cobjet-nodeapp/globals

 
 

Repository files navigation

globals Build Status

Global identifiers from different JavaScript environments

Extracted from JSHint and ESLint and merged.

It's just a JSON file, so use it in whatever environment you like.

The boolean indicates whether the global is writable.

Install

$ npm install --save globals

Usage

var globals = require('globals');

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

License

MIT © Sindre Sorhus

About

Global identifiers from different JavaScript environments

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 58.0%
  • Makefile 42.0%