update licenses and added package-lock (#26)

This commit is contained in:
Jeroen Knoops
2020-10-27 16:04:41 -04:00
committed by GitHub
parent ccbe329410
commit fd47e658a1
9 changed files with 4835 additions and 10 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
- name: Install licensed - name: Install licensed
run: | run: |
cd $RUNNER_TEMP cd $RUNNER_TEMP
curl -Lfs -o licensed.tar.gz https://github.com/github/licensed/releases/download/2.12.2/licensed-2.12.2-linux-x64.tar.gz curl -Lfs -o licensed.tar.gz https://github.com/github/licensed/releases/download/2.14.1/licensed-2.14.1-linux-x64.tar.gz
sudo tar -xzf licensed.tar.gz sudo tar -xzf licensed.tar.gz
sudo mv licensed /usr/local/bin/licensed sudo mv licensed /usr/local/bin/licensed
- run: licensed status - run: licensed status
-1
View File
@@ -1,2 +1 @@
package-lock.json
node_modules node_modules
+1 -1
View File
@@ -1,6 +1,6 @@
--- ---
name: "@octokit/endpoint" name: "@octokit/endpoint"
version: 6.0.5 version: 6.0.8
type: npm type: npm
summary: Turns REST API endpoints into generic request options summary: Turns REST API endpoints into generic request options
homepage: https://github.com/octokit/endpoint.js#readme homepage: https://github.com/octokit/endpoint.js#readme
+1 -1
View File
@@ -1,6 +1,6 @@
--- ---
name: "@octokit/plugin-request-log" name: "@octokit/plugin-request-log"
version: 1.0.0 version: 1.0.1
type: npm type: npm
summary: Log all requests and request errors summary: Log all requests and request errors
homepage: https://github.com/octokit/plugin-request-log.js#readme homepage: https://github.com/octokit/plugin-request-log.js#readme
+1 -1
View File
@@ -1,6 +1,6 @@
--- ---
name: "@octokit/request" name: "@octokit/request"
version: 5.4.7 version: 5.4.9
type: npm type: npm
summary: Send parameterized requests to GitHubs APIs with sensible defaults in browsers summary: Send parameterized requests to GitHubs APIs with sensible defaults in browsers
and Node and Node
@@ -1,6 +1,6 @@
--- ---
name: "@octokit/types" name: "@octokit/types"
version: 5.4.1 version: 5.5.0
type: npm type: npm
summary: Shared TypeScript definitions for Octokit projects summary: Shared TypeScript definitions for Octokit projects
homepage: https://github.com/octokit/types.ts#readme homepage: https://github.com/octokit/types.ts#readme
+1 -1
View File
@@ -1,6 +1,6 @@
--- ---
name: "@types/node" name: "@types/node"
version: 14.6.4 version: 14.14.2
type: npm type: npm
summary: TypeScript definitions for Node.js summary: TypeScript definitions for Node.js
homepage: https://github.com/DefinitelyTyped/DefinitelyTyped#readme homepage: https://github.com/DefinitelyTyped/DefinitelyTyped#readme
+1 -1
View File
@@ -1,6 +1,6 @@
--- ---
name: is-plain-object name: is-plain-object
version: 4.1.1 version: 5.0.0
type: npm type: npm
summary: Returns true if an object was created by the `Object` constructor, or Object.create(null). summary: Returns true if an object was created by the `Object` constructor, or Object.create(null).
homepage: https://github.com/jonschlinkert/is-plain-object homepage: https://github.com/jonschlinkert/is-plain-object
+4826
View File
File diff suppressed because it is too large Load Diff