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/execa/package.json generated vendored
View File

@@ -1,27 +1,32 @@
{
"_from": "execa@^1.0.0",
"_args": [
[
"execa@1.0.0",
"/Users/rachmari/github-repos/hello-world-javascript-action"
]
],
"_from": "execa@1.0.0",
"_id": "execa@1.0.0",
"_inBundle": false,
"_integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==",
"_location": "/execa",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "execa@^1.0.0",
"raw": "execa@1.0.0",
"name": "execa",
"escapedName": "execa",
"rawSpec": "^1.0.0",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/windows-release"
],
"_resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz",
"_shasum": "c6236a5bb4df6d6f15e88e7f017798216749ddd8",
"_spec": "execa@^1.0.0",
"_where": "/Users/rachmari/github-repos/hello-world-javascript-action/node_modules/windows-release",
"_spec": "1.0.0",
"_where": "/Users/rachmari/github-repos/hello-world-javascript-action",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -30,7 +35,6 @@
"bugs": {
"url": "https://github.com/sindresorhus/execa/issues"
},
"bundleDependencies": false,
"dependencies": {
"cross-spawn": "^6.0.0",
"get-stream": "^4.0.0",
@@ -40,7 +44,6 @@
"signal-exit": "^3.0.0",
"strip-eof": "^1.0.0"
},
"deprecated": false,
"description": "A better `child_process`",
"devDependencies": {
"ava": "*",