is-global-object
Version:
Returns true if a value is the global or window object.
35 lines (34 loc) • 674 B
JSON
{
"name": "is-global-object",
"version": "1.0.0",
"description": "Returns true if a value is the global or window object.",
"keywords": [
"global",
"window",
"object",
"check",
"test"
],
"author": "John Lamansky",
"license": "MIT",
"homepage": "https://github.com/lamansky/is-global-object",
"repository": "lamansky/is-global-object",
"main": "index.js",
"files": [],
"engines": {
"node": ">=4.0.0"
},
"devDependencies": {
"eslint-config-lamansky": "^1.0.0",
"mocha": "^5.0.0"
},
"scripts": {
"test": "mocha"
},
"eslintConfig": {
"extends": "lamansky",
"env": {
"mocha": true
}
}
}