This commit is contained in:
David Kale
2020-09-08 13:25:36 -04:00
parent e4246d2b5b
commit 91fcbb0108
4227 changed files with 416837 additions and 457884 deletions

24
node_modules/globals/package.json generated vendored
View File

@@ -1,33 +1,27 @@
{
"_args": [
[
"globals@11.12.0",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "globals@11.12.0",
"_from": "globals@^11.1.0",
"_id": "globals@11.12.0",
"_inBundle": false,
"_integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
"_location": "/globals",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "globals@11.12.0",
"raw": "globals@^11.1.0",
"name": "globals",
"escapedName": "globals",
"rawSpec": "11.12.0",
"rawSpec": "^11.1.0",
"saveSpec": null,
"fetchSpec": "11.12.0"
"fetchSpec": "^11.1.0"
},
"_requiredBy": [
"/@babel/traverse"
],
"_resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
"_spec": "11.12.0",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_shasum": "ab8795338868a0babd8525758018c2a7eb95c42e",
"_spec": "globals@^11.1.0",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/@babel/traverse",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -36,6 +30,8 @@
"bugs": {
"url": "https://github.com/sindresorhus/globals/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Global identifiers from different JavaScript environments",
"devDependencies": {
"ava": "0.21.0",