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

28
node_modules/mixin-deep/package.json generated vendored
View File

@@ -1,33 +1,29 @@
{
"_args": [
[
"mixin-deep@1.3.2",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "mixin-deep@1.3.2",
"_from": "mixin-deep@^1.2.0",
"_id": "mixin-deep@1.3.2",
"_inBundle": false,
"_integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==",
"_location": "/mixin-deep",
"_phantomChildren": {},
"_phantomChildren": {
"isobject": "3.0.1"
},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "mixin-deep@1.3.2",
"raw": "mixin-deep@^1.2.0",
"name": "mixin-deep",
"escapedName": "mixin-deep",
"rawSpec": "1.3.2",
"rawSpec": "^1.2.0",
"saveSpec": null,
"fetchSpec": "1.3.2"
"fetchSpec": "^1.2.0"
},
"_requiredBy": [
"/base"
],
"_resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz",
"_spec": "1.3.2",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_shasum": "1120b43dc359a785dce65b55b82e257ccf479566",
"_spec": "mixin-deep@^1.2.0",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/base",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
@@ -35,10 +31,12 @@
"bugs": {
"url": "https://github.com/jonschlinkert/mixin-deep/issues"
},
"bundleDependencies": false,
"dependencies": {
"for-in": "^1.0.2",
"is-extendable": "^1.0.1"
},
"deprecated": false,
"description": "Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone.",
"devDependencies": {
"gulp-format-md": "^1.0.0",