This commit is contained in:
Julien Le Coupanec
2019-05-17 13:31:06 +02:00
commit 0b5210d163
48 changed files with 177 additions and 0 deletions

25
_nuxt/LICENSES Normal file
View File

@@ -0,0 +1,25 @@
/*!
* Vue.js v2.5.17
* (c) 2014-2018 Evan You
* Released under the MIT License.
*/
/*!
* @overview es6-promise - a tiny implementation of Promises/A+.
* @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald)
* @license Licensed under MIT license
* See https://raw.githubusercontent.com/stefanpenner/es6-promise/master/LICENSE
* @version v4.2.4+314e4831
*/
/**
* vue-meta v1.5.3
* (c) 2018 Declan de Wet & Sébastien Chopin (@Atinux)
* @license MIT
*/
/*
object-assign
(c) Sindre Sorhus
@license MIT
*/