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

@@ -1,27 +1,32 @@
{
"_from": "wrappy@1",
"_args": [
[
"wrappy@1.0.2",
"/Users/rachmari/github-repos/hello-world-javascript-action"
]
],
"_from": "wrappy@1.0.2",
"_id": "wrappy@1.0.2",
"_inBundle": false,
"_integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=",
"_location": "/wrappy",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "wrappy@1",
"raw": "wrappy@1.0.2",
"name": "wrappy",
"escapedName": "wrappy",
"rawSpec": "1",
"rawSpec": "1.0.2",
"saveSpec": null,
"fetchSpec": "1"
"fetchSpec": "1.0.2"
},
"_requiredBy": [
"/once"
],
"_resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
"_shasum": "b5243d8f3ec1aa35f1364605bc0d1036e30ab69f",
"_spec": "wrappy@1",
"_where": "/Users/rachmari/github-repos/hello-world-javascript-action/node_modules/once",
"_spec": "1.0.2",
"_where": "/Users/rachmari/github-repos/hello-world-javascript-action",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
@@ -30,9 +35,7 @@
"bugs": {
"url": "https://github.com/npm/wrappy/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Callback wrapping utility",
"devDependencies": {
"tap": "^2.3.1"