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

@@ -1,27 +1,32 @@
{
"_from": "which@^1.2.9",
"_args": [
[
"which@1.3.1",
"/Users/rachmari/github-repos/hello-world-javascript-action"
]
],
"_from": "which@1.3.1",
"_id": "which@1.3.1",
"_inBundle": false,
"_integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
"_location": "/which",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "which@^1.2.9",
"raw": "which@1.3.1",
"name": "which",
"escapedName": "which",
"rawSpec": "^1.2.9",
"rawSpec": "1.3.1",
"saveSpec": null,
"fetchSpec": "^1.2.9"
"fetchSpec": "1.3.1"
},
"_requiredBy": [
"/cross-spawn"
],
"_resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
"_shasum": "a45043d54f5805316da8d62f9f50918d3da70b0a",
"_spec": "which@^1.2.9",
"_where": "/Users/rachmari/github-repos/hello-world-javascript-action/node_modules/cross-spawn",
"_spec": "1.3.1",
"_where": "/Users/rachmari/github-repos/hello-world-javascript-action",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
@@ -33,11 +38,9 @@
"bugs": {
"url": "https://github.com/isaacs/node-which/issues"
},
"bundleDependencies": false,
"dependencies": {
"isexe": "^2.0.0"
},
"deprecated": false,
"description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
"devDependencies": {
"mkdirp": "^0.5.0",