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

View File

@@ -1,26 +1,21 @@
{
"_args": [
[
"extend-shallow@3.0.2",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "extend-shallow@3.0.2",
"_from": "extend-shallow@^3.0.2",
"_id": "extend-shallow@3.0.2",
"_inBundle": false,
"_integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=",
"_location": "/extend-shallow",
"_phantomChildren": {},
"_phantomChildren": {
"isobject": "3.0.1"
},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "extend-shallow@3.0.2",
"raw": "extend-shallow@^3.0.2",
"name": "extend-shallow",
"escapedName": "extend-shallow",
"rawSpec": "3.0.2",
"rawSpec": "^3.0.2",
"saveSpec": null,
"fetchSpec": "3.0.2"
"fetchSpec": "^3.0.2"
},
"_requiredBy": [
"/micromatch",
@@ -30,8 +25,9 @@
"/to-regex"
],
"_resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",
"_spec": "3.0.2",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_shasum": "26a71aaf073b39fb2127172746131c2704028db8",
"_spec": "extend-shallow@^3.0.2",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/micromatch",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
@@ -39,6 +35,7 @@
"bugs": {
"url": "https://github.com/jonschlinkert/extend-shallow/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Jon Schlinkert",
@@ -53,6 +50,7 @@
"assign-symbols": "^1.0.0",
"is-extendable": "^1.0.1"
},
"deprecated": false,
"description": "Extend an object with the properties of additional objects. node.js/javascript util.",
"devDependencies": {
"array-slice": "^1.0.0",