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

32
node_modules/kind-of/package.json generated vendored
View File

@@ -1,26 +1,19 @@
{
"_args": [
[
"kind-of@6.0.2",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "kind-of@6.0.2",
"_id": "kind-of@6.0.2",
"_from": "kind-of@^6.0.2",
"_id": "kind-of@6.0.3",
"_inBundle": false,
"_integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==",
"_integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
"_location": "/kind-of",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "kind-of@6.0.2",
"raw": "kind-of@^6.0.2",
"name": "kind-of",
"escapedName": "kind-of",
"rawSpec": "6.0.2",
"rawSpec": "^6.0.2",
"saveSpec": null,
"fetchSpec": "6.0.2"
"fetchSpec": "^6.0.2"
},
"_requiredBy": [
"/base/is-accessor-descriptor",
@@ -38,9 +31,10 @@
"/snapdragon-node/is-data-descriptor",
"/snapdragon-node/is-descriptor"
],
"_resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz",
"_spec": "6.0.2",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
"_shasum": "07c05034a6c349fa06e24fa35aa76db4580ce4dd",
"_spec": "kind-of@^6.0.2",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/micromatch",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
@@ -48,6 +42,7 @@
"bugs": {
"url": "https://github.com/jonschlinkert/kind-of/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "David Fox-Powell",
@@ -82,6 +77,7 @@
"url": "https://i.am.charlike.online"
}
],
"deprecated": false,
"description": "Get the native type of a value.",
"devDependencies": {
"benchmarked": "^2.0.0",
@@ -156,5 +152,5 @@
"verb"
]
},
"version": "6.0.2"
"version": "6.0.3"
}