Add glob-hash dependency

This commit is contained in:
Marco Gario
2020-12-09 21:17:17 +01:00
parent 19e9176f97
commit 3478b5fea1
738 changed files with 54003 additions and 12191 deletions
+58 -21
View File
@@ -1,26 +1,61 @@
{
"name": "globals",
"version": "12.4.0",
"description": "Global identifiers from different JavaScript environments",
"license": "MIT",
"repository": "sindresorhus/globals",
"funding": "https://github.com/sponsors/sindresorhus",
"_args": [
[
"globals@12.4.0",
"/home/marco/repos/github/codeql-action"
]
],
"_development": true,
"_from": "globals@12.4.0",
"_id": "globals@12.4.0",
"_inBundle": false,
"_integrity": "sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg==",
"_location": "/globals",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "globals@12.4.0",
"name": "globals",
"escapedName": "globals",
"rawSpec": "12.4.0",
"saveSpec": null,
"fetchSpec": "12.4.0"
},
"_requiredBy": [
"/@eslint/eslintrc",
"/eslint"
],
"_resolved": "https://registry.npmjs.org/globals/-/globals-12.4.0.tgz",
"_spec": "12.4.0",
"_where": "/home/marco/repos/github/codeql-action",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/globals/issues"
},
"dependencies": {
"type-fest": "^0.8.1"
},
"description": "Global identifiers from different JavaScript environments",
"devDependencies": {
"ava": "^2.2.0",
"tsd": "^0.9.0",
"xo": "^0.25.3"
},
"engines": {
"node": ">=8"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js",
"index.d.ts",
"globals.json"
],
"funding": "https://github.com/sponsors/sindresorhus",
"homepage": "https://github.com/sindresorhus/globals#readme",
"keywords": [
"globals",
"global",
@@ -31,22 +66,24 @@
"eslint",
"environments"
],
"dependencies": {
"type-fest": "^0.8.1"
"license": "MIT",
"name": "globals",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/globals.git"
},
"devDependencies": {
"ava": "^2.2.0",
"tsd": "^0.9.0",
"xo": "^0.25.3"
},
"xo": {
"ignores": [
"get-browser-globals.js"
]
"scripts": {
"test": "xo && ava"
},
"tsd": {
"compilerOptions": {
"resolveJsonModule": true
}
},
"version": "12.4.0",
"xo": {
"ignores": [
"get-browser-globals.js"
]
}
}
}