v3 new release (#84)

swap to graphql
This commit is contained in:
github-actions[bot]
2022-07-11 13:48:02 -04:00
committed by GitHub
parent 20d2b4f98d
commit e4f3964f67
1492 changed files with 63799 additions and 63001 deletions

8
node_modules/mime-db/HISTORY.md generated vendored
View File

@ -1,3 +1,11 @@
1.52.0 / 2022-02-21
===================
* Add extensions from IANA for more `image/*` types
* Add extension `.asc` to `application/pgp-keys`
* Add extensions to various XML types
* Add new upstream MIME types
1.51.0 / 2021-11-08
===================

37
node_modules/mime-db/LICENSE generated vendored
View File

@ -1,22 +1,23 @@
(The MIT License)
The MIT License (MIT)
Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
Copyright (c) 2015-2022 Douglas Christopher Wilson <doug@somethingdoug.com>
Copyright (c) 2014 Jonathan Ong me@jongleberry.com
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

2
node_modules/mime-db/README.md generated vendored
View File

@ -6,7 +6,7 @@
[![Build Status][ci-image]][ci-url]
[![Coverage Status][coveralls-image]][coveralls-url]
This is a database of all mime types.
This is a large database of mime types and information about them.
It consists of a single, public JSON file and does not include any logic,
allowing it to remain as un-opinionated as possible with an API.
It aggregates data from the following sources:

60
node_modules/mime-db/db.json generated vendored
View File

@ -250,6 +250,10 @@
"application/cfw": {
"source": "iana"
},
"application/city+json": {
"source": "iana",
"compressible": true
},
"application/clr": {
"source": "iana"
},
@ -293,7 +297,8 @@
},
"application/cpl+xml": {
"source": "iana",
"compressible": true
"compressible": true,
"extensions": ["cpl"]
},
"application/csrattrs": {
"source": "iana"
@ -328,6 +333,11 @@
"compressible": true,
"extensions": ["mpd"]
},
"application/dash-patch+xml": {
"source": "iana",
"compressible": true,
"extensions": ["mpp"]
},
"application/dashdelta": {
"source": "iana"
},
@ -868,7 +878,8 @@
},
"application/media-policy-dataset+xml": {
"source": "iana",
"compressible": true
"compressible": true,
"extensions": ["mpf"]
},
"application/media_control+xml": {
"source": "iana",
@ -1024,6 +1035,9 @@
"application/oauth-authz-req+jwt": {
"source": "iana"
},
"application/oblivious-dns-message": {
"source": "iana"
},
"application/ocsp-request": {
"source": "iana"
},
@ -1116,7 +1130,8 @@
"extensions": ["pgp"]
},
"application/pgp-keys": {
"source": "iana"
"source": "iana",
"extensions": ["asc"]
},
"application/pgp-signature": {
"source": "iana",
@ -2647,6 +2662,10 @@
"application/vnd.ecip.rlp": {
"source": "iana"
},
"application/vnd.eclipse.ditto+json": {
"source": "iana",
"compressible": true
},
"application/vnd.ecowin.chart": {
"source": "iana",
"extensions": ["mag"]
@ -2804,6 +2823,10 @@
"application/vnd.etsi.tsl.der": {
"source": "iana"
},
"application/vnd.eu.kasparian.car+json": {
"source": "iana",
"compressible": true
},
"application/vnd.eudora.data": {
"source": "iana"
},
@ -2834,6 +2857,10 @@
"application/vnd.f-secure.mobile": {
"source": "iana"
},
"application/vnd.familysearch.gedcom+zip": {
"source": "iana",
"compressible": false
},
"application/vnd.fastcopy-disk-image": {
"source": "iana"
},
@ -3124,6 +3151,16 @@
"source": "iana",
"extensions": ["les"]
},
"application/vnd.hl7cda+xml": {
"source": "iana",
"charset": "UTF-8",
"compressible": true
},
"application/vnd.hl7v2+xml": {
"source": "iana",
"charset": "UTF-8",
"compressible": true
},
"application/vnd.hp-hpgl": {
"source": "iana",
"extensions": ["hpgl"]
@ -3537,6 +3574,10 @@
"source": "iana",
"compressible": true
},
"application/vnd.maxar.archive.3tz+zip": {
"source": "iana",
"compressible": false
},
"application/vnd.maxmind.maxmind-db": {
"source": "iana"
},
@ -5157,6 +5198,10 @@
"source": "iana",
"compressible": true
},
"application/vnd.syft+json": {
"source": "iana",
"compressible": true
},
"application/vnd.symbian.install": {
"source": "apache",
"extensions": ["sis","sisx"]
@ -5547,7 +5592,8 @@
},
"application/watcherinfo+xml": {
"source": "iana",
"compressible": true
"compressible": true,
"extensions": ["wif"]
},
"application/webpush-options+json": {
"source": "iana",
@ -6967,10 +7013,12 @@
"extensions": ["apng"]
},
"image/avci": {
"source": "iana"
"source": "iana",
"extensions": ["avci"]
},
"image/avcs": {
"source": "iana"
"source": "iana",
"extensions": ["avcs"]
},
"image/avif": {
"source": "iana",

1
node_modules/mime-db/index.js generated vendored
View File

@ -1,6 +1,7 @@
/*!
* mime-db
* Copyright(c) 2014 Jonathan Ong
* Copyright(c) 2015-2022 Douglas Christopher Wilson
* MIT Licensed
*/

9
node_modules/mime-db/package.json generated vendored
View File

@ -1,7 +1,7 @@
{
"name": "mime-db",
"description": "Media Type Database",
"version": "1.51.0",
"version": "1.52.0",
"contributors": [
"Douglas Christopher Wilson <doug@somethingdoug.com>",
"Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",
@ -25,15 +25,16 @@
"csv-parse": "4.16.3",
"eslint": "7.32.0",
"eslint-config-standard": "15.0.1",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-markdown": "2.2.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "5.1.1",
"eslint-plugin-standard": "4.1.0",
"gnode": "0.1.2",
"mocha": "9.1.3",
"media-typer": "1.1.0",
"mocha": "9.2.1",
"nyc": "15.1.0",
"raw-body": "2.4.1",
"raw-body": "2.5.0",
"stream-to-array": "2.3.0"
},
"files": [