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/type-check/package.json generated vendored
View File

@@ -1,34 +1,28 @@
{
"_args": [
[
"type-check@0.3.2",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "type-check@0.3.2",
"_from": "type-check@~0.3.2",
"_id": "type-check@0.3.2",
"_inBundle": false,
"_integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=",
"_location": "/type-check",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "type-check@0.3.2",
"raw": "type-check@~0.3.2",
"name": "type-check",
"escapedName": "type-check",
"rawSpec": "0.3.2",
"rawSpec": "~0.3.2",
"saveSpec": null,
"fetchSpec": "0.3.2"
"fetchSpec": "~0.3.2"
},
"_requiredBy": [
"/levn",
"/optionator"
],
"_resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz",
"_spec": "0.3.2",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_shasum": "5884cab512cf1d355e3fb784f30804b2b520db72",
"_spec": "type-check@~0.3.2",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/optionator",
"author": {
"name": "George Zahariev",
"email": "z@georgezahariev.com"
@@ -36,9 +30,11 @@
"bugs": {
"url": "https://github.com/gkz/type-check/issues"
},
"bundleDependencies": false,
"dependencies": {
"prelude-ls": "~1.1.2"
},
"deprecated": false,
"description": "type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.",
"devDependencies": {
"browserify": "~12.0.1",