Regenerating node_modules

This commit is contained in:
Chris Raynor 2020-09-14 10:42:37 +01:00
parent 09b4a82c83
commit c96f84308a
No known key found for this signature in database
GPG key ID: 579A1FBC36FDA261
5488 changed files with 487362 additions and 60779 deletions

52
node_modules/globals/package.json generated vendored Normal file
View file

@ -0,0 +1,52 @@
{
"name": "globals",
"version": "12.4.0",
"description": "Global identifiers from different JavaScript environments",
"license": "MIT",
"repository": "sindresorhus/globals",
"funding": "https://github.com/sponsors/sindresorhus",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"engines": {
"node": ">=8"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js",
"index.d.ts",
"globals.json"
],
"keywords": [
"globals",
"global",
"identifiers",
"variables",
"vars",
"jshint",
"eslint",
"environments"
],
"dependencies": {
"type-fest": "^0.8.1"
},
"devDependencies": {
"ava": "^2.2.0",
"tsd": "^0.9.0",
"xo": "^0.25.3"
},
"xo": {
"ignores": [
"get-browser-globals.js"
]
},
"tsd": {
"compilerOptions": {
"resolveJsonModule": true
}
}
}