mirror of
https://github.com/actions/github-script.git
synced 2026-01-05 23:43:06 +00:00
Initial pass on script Action
This commit is contained in:
31
node_modules/url-template/package.json
generated
vendored
Normal file
31
node_modules/url-template/package.json
generated
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"name": "url-template",
|
||||
"version": "2.0.8",
|
||||
"decription": "A URI template implementation (RFC 6570 compliant)",
|
||||
"author": "Bram Stein <b.l.stein@gmail.com> (http://www.bramstein.com)",
|
||||
"keywords": [
|
||||
"uri-template",
|
||||
"uri template",
|
||||
"uri",
|
||||
"url",
|
||||
"rfc 6570",
|
||||
"url template",
|
||||
"url-template"
|
||||
],
|
||||
"devDependencies": {
|
||||
"mocha": "=1.6.0",
|
||||
"expect.js": "=0.2.0"
|
||||
},
|
||||
"license": "BSD",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/bramstein/url-template.git"
|
||||
},
|
||||
"main": "./lib/url-template.js",
|
||||
"directories": {
|
||||
"lib": "./lib"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha --reporter spec"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user