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

View File

@@ -1,28 +1,33 @@
{
"_from": "url-template@^2.0.8",
"_args": [
[
"url-template@2.0.8",
"/Users/rachmari/github-repos/hello-world-javascript-action"
]
],
"_from": "url-template@2.0.8",
"_id": "url-template@2.0.8",
"_inBundle": false,
"_integrity": "sha1-/FZaPMy/93MMd19WQflVV5FDnyE=",
"_location": "/url-template",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "url-template@^2.0.8",
"raw": "url-template@2.0.8",
"name": "url-template",
"escapedName": "url-template",
"rawSpec": "^2.0.8",
"rawSpec": "2.0.8",
"saveSpec": null,
"fetchSpec": "^2.0.8"
"fetchSpec": "2.0.8"
},
"_requiredBy": [
"/@octokit/endpoint",
"/@octokit/rest"
],
"_resolved": "https://registry.npmjs.org/url-template/-/url-template-2.0.8.tgz",
"_shasum": "fc565a3cccbff7730c775f5641f9555791439f21",
"_spec": "url-template@^2.0.8",
"_where": "/Users/rachmari/github-repos/hello-world-javascript-action/node_modules/@octokit/endpoint",
"_spec": "2.0.8",
"_where": "/Users/rachmari/github-repos/hello-world-javascript-action",
"author": {
"name": "Bram Stein",
"email": "b.l.stein@gmail.com",
@@ -31,9 +36,7 @@
"bugs": {
"url": "https://github.com/bramstein/url-template/issues"
},
"bundleDependencies": false,
"decription": "A URI template implementation (RFC 6570 compliant)",
"deprecated": false,
"description": "This is a simple URI template implementation following the [RFC 6570 URI Template specification](http://tools.ietf.org/html/rfc6570). The implementation supports all levels defined in the specification and is extensively tested.",
"devDependencies": {
"expect.js": "=0.2.0",