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

@ -1,19 +1,25 @@
{
"_from": "once@^1.4.0",
"_args": [
[
"once@1.4.0",
"/Users/rachmari/github-repos/hello-world-javascript-action"
]
],
"_from": "once@1.4.0",
"_id": "once@1.4.0",
"_inBundle": false,
"_integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
"_location": "/once",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "once@^1.4.0",
"raw": "once@1.4.0",
"name": "once",
"escapedName": "once",
"rawSpec": "^1.4.0",
"rawSpec": "1.4.0",
"saveSpec": null,
"fetchSpec": "^1.4.0"
"fetchSpec": "1.4.0"
},
"_requiredBy": [
"/@octokit/request",
@ -23,9 +29,8 @@
"/pump"
],
"_resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
"_shasum": "583b1aa775961d4b113ac17d9c50baef9dd76bd1",
"_spec": "once@^1.4.0",
"_where": "/Users/rachmari/github-repos/hello-world-javascript-action/node_modules/@octokit/request",
"_spec": "1.4.0",
"_where": "/Users/rachmari/github-repos/hello-world-javascript-action",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
@ -34,11 +39,9 @@
"bugs": {
"url": "https://github.com/isaacs/once/issues"
},
"bundleDependencies": false,
"dependencies": {
"wrappy": "1"
},
"deprecated": false,
"description": "Run a function exactly one time",
"devDependencies": {
"tap": "^7.0.1"