Prepare release 1.7.0
Some checks failed
PR Checks / check_pr (push) Has been cancelled

This commit is contained in:
Nick Cipollo
2020-05-25 17:22:36 -04:00
parent 8954a2e764
commit 2bea8f5693
582 changed files with 114630 additions and 2 deletions

31
node_modules/url-template/package.json generated vendored Normal file
View 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"
}
}