* Publish

* Update .gitignore

* node modules

* Update .gitignore
This commit is contained in:
Danny McCormick
2019-08-23 10:21:51 -04:00
committed by GitHub
parent 26d9864772
commit 04aa5dbc72
224 changed files with 754 additions and 11336 deletions

View File

@@ -1,27 +1,32 @@
{
"_from": "universal-user-agent@^3.0.0",
"_args": [
[
"universal-user-agent@3.0.0",
"C:\\Users\\damccorm\\Documents\\labeler"
]
],
"_from": "universal-user-agent@3.0.0",
"_id": "universal-user-agent@3.0.0",
"_inBundle": false,
"_integrity": "sha512-T3siHThqoj5X0benA5H0qcDnrKGXzU8TKoX15x/tQHw1hQBvIEBHjxQ2klizYsqBOO/Q+WuxoQUihadeeqDnoA==",
"_location": "/@octokit/rest/universal-user-agent",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "universal-user-agent@^3.0.0",
"raw": "universal-user-agent@3.0.0",
"name": "universal-user-agent",
"escapedName": "universal-user-agent",
"rawSpec": "^3.0.0",
"rawSpec": "3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
"fetchSpec": "3.0.0"
},
"_requiredBy": [
"/@octokit/rest"
],
"_resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-3.0.0.tgz",
"_shasum": "4cc88d68097bffd7ac42e3b7c903e7481424b4b9",
"_spec": "universal-user-agent@^3.0.0",
"_where": "C:\\Users\\damccorm\\Documents\\node12-template\\node_modules\\@octokit\\rest",
"_spec": "3.0.0",
"_where": "C:\\Users\\damccorm\\Documents\\labeler",
"author": {
"name": "Gregor Martynus",
"url": "https://github.com/gr2m"
@@ -30,11 +35,9 @@
"bugs": {
"url": "https://github.com/gr2m/universal-user-agent/issues"
},
"bundleDependencies": false,
"dependencies": {
"os-name": "^3.0.0"
},
"deprecated": false,
"description": "Get a user agent string in both browser and node",
"devDependencies": {
"chai": "^4.1.2",

View File

@@ -1,5 +1,11 @@
{
"_from": "@octokit/rest@^16.15.0",
"_args": [
[
"@octokit/rest@16.28.7",
"C:\\Users\\damccorm\\Documents\\labeler"
]
],
"_from": "@octokit/rest@16.28.7",
"_id": "@octokit/rest@16.28.7",
"_inBundle": false,
"_integrity": "sha512-cznFSLEhh22XD3XeqJw51OLSfyL2fcFKUO+v2Ep9MTAFfFLS1cK1Zwd1yEgQJmJoDnj4/vv3+fGGZweG+xsbIA==",
@@ -8,23 +14,22 @@
"os-name": "3.1.0"
},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "@octokit/rest@^16.15.0",
"raw": "@octokit/rest@16.28.7",
"name": "@octokit/rest",
"escapedName": "@octokit%2frest",
"scope": "@octokit",
"rawSpec": "^16.15.0",
"rawSpec": "16.28.7",
"saveSpec": null,
"fetchSpec": "^16.15.0"
"fetchSpec": "16.28.7"
},
"_requiredBy": [
"/@actions/github"
],
"_resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-16.28.7.tgz",
"_shasum": "a2c2db5b318da84144beba82d19c1a9dbdb1a1fa",
"_spec": "@octokit/rest@^16.15.0",
"_where": "C:\\Users\\damccorm\\Documents\\node12-template\\toolkit\\actions-github-0.0.0.tgz",
"_spec": "16.28.7",
"_where": "C:\\Users\\damccorm\\Documents\\labeler",
"author": {
"name": "Gregor Martynus",
"url": "https://github.com/gr2m"
@@ -32,7 +37,6 @@
"bugs": {
"url": "https://github.com/octokit/rest.js/issues"
},
"bundleDependencies": false,
"bundlesize": [
{
"path": "./dist/octokit-rest.min.js.gz",
@@ -72,7 +76,6 @@
"universal-user-agent": "^3.0.0",
"url-template": "^2.0.8"
},
"deprecated": false,
"description": "GitHub REST API client for Node.js",
"devDependencies": {
"@gimenete/type-writer": "^0.1.3",