mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 17:26:27 +00:00
45 lines
No EOL
874 B
JSON
45 lines
No EOL
874 B
JSON
{
|
|
"name": "globals",
|
|
"version": "11.12.0",
|
|
"description": "Global identifiers from different JavaScript environments",
|
|
"license": "MIT",
|
|
"repository": "sindresorhus/globals",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"globals.json"
|
|
],
|
|
"keywords": [
|
|
"globals",
|
|
"global",
|
|
"identifiers",
|
|
"variables",
|
|
"vars",
|
|
"jshint",
|
|
"eslint",
|
|
"environments"
|
|
],
|
|
"devDependencies": {
|
|
"ava": "0.21.0",
|
|
"xo": "0.18.0"
|
|
},
|
|
"xo": {
|
|
"ignores": [
|
|
"get-browser-globals.js"
|
|
]
|
|
}
|
|
|
|
,"_resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz"
|
|
,"_integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA=="
|
|
,"_from": "globals@11.12.0"
|
|
} |