Add node modules and package files

This commit is contained in:
Rachael Sewell
2019-09-06 15:17:38 -07:00
parent e84489cd02
commit 714607abe9
165 changed files with 2227 additions and 4644 deletions

View File

@@ -1,35 +1,30 @@
{
"_args": [
[
"@octokit/rest@16.28.7",
"/Users/rachmari/github-repos/hello-world-javascript-action"
]
],
"_from": "@octokit/rest@16.28.7",
"_id": "@octokit/rest@16.28.7",
"_from": "@octokit/rest@^16.15.0",
"_id": "@octokit/rest@16.28.9",
"_inBundle": false,
"_integrity": "sha512-cznFSLEhh22XD3XeqJw51OLSfyL2fcFKUO+v2Ep9MTAFfFLS1cK1Zwd1yEgQJmJoDnj4/vv3+fGGZweG+xsbIA==",
"_integrity": "sha512-IKGnX+Tvzt7XHhs8f4ajqxyJvYAMNX5nWfoJm4CQj8LZToMiaJgutf5KxxpxoC3y5w7JTJpW5rnWnF4TsIvCLA==",
"_location": "/@octokit/rest",
"_phantomChildren": {
"os-name": "3.1.0"
},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "@octokit/rest@16.28.7",
"raw": "@octokit/rest@^16.15.0",
"name": "@octokit/rest",
"escapedName": "@octokit%2frest",
"scope": "@octokit",
"rawSpec": "16.28.7",
"rawSpec": "^16.15.0",
"saveSpec": null,
"fetchSpec": "16.28.7"
"fetchSpec": "^16.15.0"
},
"_requiredBy": [
"/@actions/github"
],
"_resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-16.28.7.tgz",
"_spec": "16.28.7",
"_where": "/Users/rachmari/github-repos/hello-world-javascript-action",
"_resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-16.28.9.tgz",
"_shasum": "ac8c5f3ff305e9e0a0989a5245e4286f057a95d7",
"_spec": "@octokit/rest@^16.15.0",
"_where": "/Users/rachmari/github-repos/hello-world-javascript-action/node_modules/@actions/github",
"author": {
"name": "Gregor Martynus",
"url": "https://github.com/gr2m"
@@ -37,6 +32,7 @@
"bugs": {
"url": "https://github.com/octokit/rest.js/issues"
},
"bundleDependencies": false,
"bundlesize": [
{
"path": "./dist/octokit-rest.min.js.gz",
@@ -73,9 +69,9 @@
"lodash.uniq": "^4.5.0",
"octokit-pagination-methods": "^1.1.0",
"once": "^1.4.0",
"universal-user-agent": "^3.0.0",
"url-template": "^2.0.8"
"universal-user-agent": "^4.0.0"
},
"deprecated": false,
"description": "GitHub REST API client for Node.js",
"devDependencies": {
"@gimenete/type-writer": "^0.1.3",
@@ -102,8 +98,8 @@
"semantic-release": "^15.0.0",
"sinon": "^7.2.4",
"sinon-chai": "^3.0.0",
"sort-keys": "^3.0.0",
"standard": "^13.0.1",
"sort-keys": "^4.0.0",
"standard": "^14.0.2",
"string-to-arraybuffer": "^1.0.0",
"string-to-jsdoc-comment": "^1.0.0",
"typescript": "^3.3.1",
@@ -185,5 +181,5 @@
]
},
"types": "index.d.ts",
"version": "16.28.7"
"version": "16.28.9"
}