mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-06-12 07:01:12 +00:00
new toolkit and scoped registries
This commit is contained in:
parent
a9f1343a9a
commit
feb12fe291
403 changed files with 81577 additions and 1990 deletions
66
node_modules/url-template/package.json
generated
vendored
Normal file
66
node_modules/url-template/package.json
generated
vendored
Normal file
|
@ -0,0 +1,66 @@
|
|||
{
|
||||
"_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,
|
||||
"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",
|
||||
"keywords": [
|
||||
"uri-template",
|
||||
"uri template",
|
||||
"uri",
|
||||
"url",
|
||||
"rfc 6570",
|
||||
"url template",
|
||||
"url-template"
|
||||
],
|
||||
"license": "BSD",
|
||||
"main": "./lib/url-template.js",
|
||||
"name": "url-template",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/bramstein/url-template.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha --reporter spec"
|
||||
},
|
||||
"version": "2.0.8"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue