mirror of
https://github.com/actions/labeler.git
synced 2026-01-01 01:03:04 +08:00
build
This commit is contained in:
24
node_modules/collection-visit/package.json
generated
vendored
24
node_modules/collection-visit/package.json
generated
vendored
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user