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

@@ -1,33 +1,27 @@
{
"_args": [
[
"has-value@1.0.0",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "has-value@1.0.0",
"_from": "has-value@^1.0.0",
"_id": "has-value@1.0.0",
"_inBundle": false,
"_integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=",
"_location": "/has-value",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "has-value@1.0.0",
"raw": "has-value@^1.0.0",
"name": "has-value",
"escapedName": "has-value",
"rawSpec": "1.0.0",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/cache-base"
],
"_resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_shasum": "18b281da585b1c5c51def24c930ed29a0be6b177",
"_spec": "has-value@^1.0.0",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/cache-base",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
@@ -35,6 +29,7 @@
"bugs": {
"url": "https://github.com/jonschlinkert/has-value/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Jon Schlinkert",
@@ -50,6 +45,7 @@
"has-values": "^1.0.0",
"isobject": "^3.0.0"
},
"deprecated": false,
"description": "Returns true if a value exists, false if empty. Works with deeply nested values using object paths.",
"devDependencies": {
"gulp-format-md": "^0.1.12",