Update README and remove toolkit archives

This commit is contained in:
Rachael Sewell
2019-09-06 15:02:37 -07:00
parent f46acf4e7e
commit e84489cd02
49 changed files with 586 additions and 448 deletions

23
node_modules/os-name/package.json generated vendored
View File

@@ -1,19 +1,25 @@
{
"_from": "os-name@^3.0.0",
"_args": [
[
"os-name@3.1.0",
"/Users/rachmari/github-repos/hello-world-javascript-action"
]
],
"_from": "os-name@3.1.0",
"_id": "os-name@3.1.0",
"_inBundle": false,
"_integrity": "sha512-h8L+8aNjNcMpo/mAIBPn5PXCM16iyPGjHNWo6U1YO8sJTMHtEtyczI6QJnLoplswm6goopQkqc7OAnjhWcugVg==",
"_location": "/os-name",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "os-name@^3.0.0",
"raw": "os-name@3.1.0",
"name": "os-name",
"escapedName": "os-name",
"rawSpec": "^3.0.0",
"rawSpec": "3.1.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
"fetchSpec": "3.1.0"
},
"_requiredBy": [
"/@octokit/endpoint/universal-user-agent",
@@ -22,9 +28,8 @@
"/universal-user-agent"
],
"_resolved": "https://registry.npmjs.org/os-name/-/os-name-3.1.0.tgz",
"_shasum": "dec19d966296e1cd62d701a5a66ee1ddeae70801",
"_spec": "os-name@^3.0.0",
"_where": "/Users/rachmari/github-repos/hello-world-javascript-action/node_modules/@octokit/endpoint/node_modules/universal-user-agent",
"_spec": "3.1.0",
"_where": "/Users/rachmari/github-repos/hello-world-javascript-action",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -33,12 +38,10 @@
"bugs": {
"url": "https://github.com/sindresorhus/os-name/issues"
},
"bundleDependencies": false,
"dependencies": {
"macos-release": "^2.2.0",
"windows-release": "^3.1.0"
},
"deprecated": false,
"description": "Get the name of the current operating system. Example: macOS Sierra",
"devDependencies": {
"@types/node": "^11.13.0",