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,33 +1,27 @@
{
"_args": [
[
"collection-visit@1.0.0",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "collection-visit@1.0.0",
"_from": "collection-visit@^1.0.0",
"_id": "collection-visit@1.0.0",
"_inBundle": false,
"_integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=",
"_location": "/collection-visit",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "collection-visit@1.0.0",
"raw": "collection-visit@^1.0.0",
"name": "collection-visit",
"escapedName": "collection-visit",
"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/collection-visit/-/collection-visit-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_shasum": "4bc0373c164bc3291b4d368c829cf1a80a59dca0",
"_spec": "collection-visit@^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/collection-visit/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Brian Woodward",
@@ -51,6 +46,7 @@
"map-visit": "^1.0.0",
"object-visit": "^1.0.0"
},
"deprecated": false,
"description": "Visit a method over the items in an object, or map visit over the objects in an array.",
"devDependencies": {
"clone-deep": "^0.2.4",