mirror of
https://github.com/actions/setup-node.git
synced 2025-07-04 08:33:47 +00:00
Upgrade to @actions/core@^1.2.6 incl. dependencies
This commit is contained in:
parent
c50e8fd92e
commit
44b19cd681
109 changed files with 4243 additions and 5708 deletions
50
node_modules/url-template/LICENSE
generated
vendored
50
node_modules/url-template/LICENSE
generated
vendored
|
@ -1,25 +1,25 @@
|
|||
Copyright (c) 2012-2014, Bram Stein
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions
|
||||
are met:
|
||||
|
||||
1. Redistributions of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
2. Redistributions in binary form must reproduce the above copyright
|
||||
notice, this list of conditions and the following disclaimer in the
|
||||
documentation and/or other materials provided with the distribution.
|
||||
3. The name of the author may not be used to endorse or promote products
|
||||
derived from this software without specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
|
||||
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
|
||||
EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
|
||||
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
||||
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
|
||||
OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
||||
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
Copyright (c) 2012-2014, Bram Stein
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions
|
||||
are met:
|
||||
|
||||
1. Redistributions of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
2. Redistributions in binary form must reproduce the above copyright
|
||||
notice, this list of conditions and the following disclaimer in the
|
||||
documentation and/or other materials provided with the distribution.
|
||||
3. The name of the author may not be used to endorse or promote products
|
||||
derived from this software without specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
|
||||
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
|
||||
EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
|
||||
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
||||
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
|
||||
OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
||||
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
|
65
node_modules/url-template/package.json
generated
vendored
65
node_modules/url-template/package.json
generated
vendored
|
@ -1,48 +1,8 @@
|
|||
{
|
||||
"_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",
|
||||
"registry": true,
|
||||
"raw": "url-template@^2.0.8",
|
||||
"name": "url-template",
|
||||
"escapedName": "url-template",
|
||||
"rawSpec": "^2.0.8",
|
||||
"saveSpec": null,
|
||||
"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": "C:\\Users\\Administrator\\Documents\\setup-node\\node_modules\\@octokit\\endpoint",
|
||||
"author": {
|
||||
"name": "Bram Stein",
|
||||
"email": "b.l.stein@gmail.com",
|
||||
"url": "http://www.bramstein.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/bramstein/url-template/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"name": "url-template",
|
||||
"version": "2.0.8",
|
||||
"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",
|
||||
"mocha": "=1.6.0"
|
||||
},
|
||||
"directories": {
|
||||
"lib": "./lib"
|
||||
},
|
||||
"homepage": "https://github.com/bramstein/url-template#readme",
|
||||
"author": "Bram Stein <b.l.stein@gmail.com> (http://www.bramstein.com)",
|
||||
"keywords": [
|
||||
"uri-template",
|
||||
"uri template",
|
||||
|
@ -52,15 +12,24 @@
|
|||
"url template",
|
||||
"url-template"
|
||||
],
|
||||
"devDependencies": {
|
||||
"mocha": "=1.6.0",
|
||||
"expect.js": "=0.2.0"
|
||||
},
|
||||
"license": "BSD",
|
||||
"main": "./lib/url-template.js",
|
||||
"name": "url-template",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/bramstein/url-template.git"
|
||||
},
|
||||
"main": "./lib/url-template.js",
|
||||
"directories": {
|
||||
"lib": "./lib"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha --reporter spec"
|
||||
},
|
||||
"version": "2.0.8"
|
||||
}
|
||||
}
|
||||
|
||||
,"_resolved": "https://registry.npmjs.org/url-template/-/url-template-2.0.8.tgz"
|
||||
,"_integrity": "sha1-/FZaPMy/93MMd19WQflVV5FDnyE="
|
||||
,"_from": "url-template@2.0.8"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue