mirror of
https://github.com/actions/hello-world-javascript-action.git
synced 2025-12-15 14:37:28 +00:00
Update README and remove toolkit archives
This commit is contained in:
23
node_modules/url-template/package.json
generated
vendored
23
node_modules/url-template/package.json
generated
vendored
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user