1
0
mirror of https://github.com/actions/labeler synced 2026-05-08 20:31: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

View File

@@ -1,33 +1,27 @@
{
"_args": [
[
"kind-of@3.2.2",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "kind-of@3.2.2",
"_from": "kind-of@^3.2.0",
"_id": "kind-of@3.2.2",
"_inBundle": false,
"_integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
"_location": "/snapdragon-util/kind-of",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "kind-of@3.2.2",
"raw": "kind-of@^3.2.0",
"name": "kind-of",
"escapedName": "kind-of",
"rawSpec": "3.2.2",
"rawSpec": "^3.2.0",
"saveSpec": null,
"fetchSpec": "3.2.2"
"fetchSpec": "^3.2.0"
},
"_requiredBy": [
"/snapdragon-util"
],
"_resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
"_spec": "3.2.2",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_shasum": "31ea21a734bab9bbb0f32466d893aea51e4a3c64",
"_spec": "kind-of@^3.2.0",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/snapdragon-util",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
@@ -35,6 +29,7 @@
"bugs": {
"url": "https://github.com/jonschlinkert/kind-of/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "David Fox-Powell",
@@ -64,6 +59,7 @@
"dependencies": {
"is-buffer": "^1.1.5"
},
"deprecated": false,
"description": "Get the native type of a value.",
"devDependencies": {
"ansi-bold": "^0.1.1",

View File

@@ -1,12 +1,5 @@
{
"_args": [
[
"snapdragon-util@3.0.1",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "snapdragon-util@3.0.1",
"_from": "snapdragon-util@^3.0.1",
"_id": "snapdragon-util@3.0.1",
"_inBundle": false,
"_integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==",
@@ -15,21 +8,22 @@
"is-buffer": "1.1.6"
},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "snapdragon-util@3.0.1",
"raw": "snapdragon-util@^3.0.1",
"name": "snapdragon-util",
"escapedName": "snapdragon-util",
"rawSpec": "3.0.1",
"rawSpec": "^3.0.1",
"saveSpec": null,
"fetchSpec": "3.0.1"
"fetchSpec": "^3.0.1"
},
"_requiredBy": [
"/snapdragon-node"
],
"_resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz",
"_spec": "3.0.1",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_shasum": "f956479486f2acd79700693f6f7b805e45ab56e2",
"_spec": "snapdragon-util@^3.0.1",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/snapdragon-node",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
@@ -37,9 +31,11 @@
"bugs": {
"url": "https://github.com/jonschlinkert/snapdragon-util/issues"
},
"bundleDependencies": false,
"dependencies": {
"kind-of": "^3.2.0"
},
"deprecated": false,
"description": "Utilities for the snapdragon parser/compiler.",
"devDependencies": {
"define-property": "^1.0.0",