1
0
mirror of https://github.com/actions/labeler synced 2026-05-07 09:21:02 +02:00
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/map-visit/package.json generated vendored
View File

@@ -1,33 +1,27 @@
{
"_args": [
[
"map-visit@1.0.0",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "map-visit@1.0.0",
"_from": "map-visit@^1.0.0",
"_id": "map-visit@1.0.0",
"_inBundle": false,
"_integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=",
"_location": "/map-visit",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "map-visit@1.0.0",
"raw": "map-visit@^1.0.0",
"name": "map-visit",
"escapedName": "map-visit",
"rawSpec": "1.0.0",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/collection-visit"
],
"_resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_shasum": "ecdca8f13144e660f1b5bd41f12f3479d98dfb8f",
"_spec": "map-visit@^1.0.0",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/collection-visit",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
@@ -35,6 +29,7 @@
"bugs": {
"url": "https://github.com/jonschlinkert/map-visit/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Brian Woodward",
@@ -50,6 +45,7 @@
"dependencies": {
"object-visit": "^1.0.0"
},
"deprecated": false,
"description": "Map `visit` over an array of objects.",
"devDependencies": {
"clone-deep": "^0.2.4",