mirror of
https://gitea.com/actions/setup-deno.git
synced 2025-12-16 21:36:43 +00:00
chore: update dependencies (#38)
This commit is contained in:
34
node_modules/mime-db/HISTORY.md
generated
vendored
34
node_modules/mime-db/HISTORY.md
generated
vendored
@@ -1,3 +1,37 @@
|
||||
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
|
||||
===================
|
||||
|
||||
* Add new upstream MIME types
|
||||
* Mark `image/vnd.microsoft.icon` as compressible
|
||||
* Mark `image/vnd.ms-dds` as compressible
|
||||
|
||||
1.50.0 / 2021-09-15
|
||||
===================
|
||||
|
||||
* Add deprecated iWorks mime types and extensions
|
||||
* Add new upstream MIME types
|
||||
|
||||
1.49.0 / 2021-07-26
|
||||
===================
|
||||
|
||||
* Add extension `.trig` to `application/trig`
|
||||
* Add new upstream MIME types
|
||||
|
||||
1.48.0 / 2021-05-30
|
||||
===================
|
||||
|
||||
* Add extension `.mvt` to `application/vnd.mapbox-vector-tile`
|
||||
* Add new upstream MIME types
|
||||
* Mark `text/yaml` as compressible
|
||||
|
||||
1.47.0 / 2021-04-01
|
||||
===================
|
||||
|
||||
|
||||
37
node_modules/mime-db/LICENSE
generated
vendored
37
node_modules/mime-db/LICENSE
generated
vendored
@@ -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
2
node_modules/mime-db/README.md
generated
vendored
@@ -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:
|
||||
|
||||
212
node_modules/mime-db/db.json
generated
vendored
212
node_modules/mime-db/db.json
generated
vendored
@@ -11,9 +11,20 @@
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/3gpphal+json": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/3gpphalforms+json": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/a2l": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/ace+cbor": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/activemessage": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -83,6 +94,9 @@
|
||||
"source": "apache",
|
||||
"extensions": ["aw"]
|
||||
},
|
||||
"application/at+jwt": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/atf": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -236,6 +250,10 @@
|
||||
"application/cfw": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/city+json": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/clr": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -279,7 +297,8 @@
|
||||
},
|
||||
"application/cpl+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["cpl"]
|
||||
},
|
||||
"application/csrattrs": {
|
||||
"source": "iana"
|
||||
@@ -314,6 +333,11 @@
|
||||
"compressible": true,
|
||||
"extensions": ["mpd"]
|
||||
},
|
||||
"application/dash-patch+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true,
|
||||
"extensions": ["mpp"]
|
||||
},
|
||||
"application/dashdelta": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -483,6 +507,10 @@
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/express": {
|
||||
"source": "iana",
|
||||
"extensions": ["exp"]
|
||||
},
|
||||
"application/fastinfoset": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -769,6 +797,7 @@
|
||||
"extensions": ["mads"]
|
||||
},
|
||||
"application/manifest+json": {
|
||||
"source": "iana",
|
||||
"charset": "UTF-8",
|
||||
"compressible": true,
|
||||
"extensions": ["webmanifest"]
|
||||
@@ -849,7 +878,8 @@
|
||||
},
|
||||
"application/media-policy-dataset+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["mpf"]
|
||||
},
|
||||
"application/media_control+xml": {
|
||||
"source": "iana",
|
||||
@@ -888,6 +918,9 @@
|
||||
"application/mipc": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/missing-blocks+cbor-seq": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/mmt-aei+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true,
|
||||
@@ -999,6 +1032,12 @@
|
||||
"application/nss": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/oauth-authz-req+jwt": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/oblivious-dns-message": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/ocsp-request": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -1051,6 +1090,13 @@
|
||||
"source": "iana",
|
||||
"extensions": ["oxps"]
|
||||
},
|
||||
"application/p21": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/p21+zip": {
|
||||
"source": "iana",
|
||||
"compressible": false
|
||||
},
|
||||
"application/p2p-overlay+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true,
|
||||
@@ -1084,7 +1130,8 @@
|
||||
"extensions": ["pgp"]
|
||||
},
|
||||
"application/pgp-keys": {
|
||||
"source": "iana"
|
||||
"source": "iana",
|
||||
"extensions": ["asc"]
|
||||
},
|
||||
"application/pgp-signature": {
|
||||
"source": "iana",
|
||||
@@ -1342,6 +1389,10 @@
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/sarif-external-properties+json": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/sbe": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -1500,6 +1551,10 @@
|
||||
"compressible": true,
|
||||
"extensions": ["srx"]
|
||||
},
|
||||
"application/spdx+json": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/spirits-event+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
@@ -1617,6 +1672,9 @@
|
||||
"application/tnauthlist": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/token-introspection+jwt": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/toml": {
|
||||
"compressible": true,
|
||||
"extensions": ["toml"]
|
||||
@@ -1625,7 +1683,8 @@
|
||||
"source": "iana"
|
||||
},
|
||||
"application/trig": {
|
||||
"source": "iana"
|
||||
"source": "iana",
|
||||
"extensions": ["trig"]
|
||||
},
|
||||
"application/ttml+xml": {
|
||||
"source": "iana",
|
||||
@@ -1696,6 +1755,9 @@
|
||||
"application/vnd.3gpp-v2x-local-service-information": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.3gpp.5gnas": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.3gpp.access-transfer-events+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
@@ -1708,9 +1770,15 @@
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/vnd.3gpp.gtpc": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.3gpp.interworking-data": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.3gpp.lpp": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.3gpp.mc-signalling-ear": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -1820,6 +1888,12 @@
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/vnd.3gpp.ngap": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.3gpp.pfcp": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.3gpp.pic-bw-large": {
|
||||
"source": "iana",
|
||||
"extensions": ["plb"]
|
||||
@@ -1832,6 +1906,9 @@
|
||||
"source": "iana",
|
||||
"extensions": ["pvb"]
|
||||
},
|
||||
"application/vnd.3gpp.s1ap": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.3gpp.sms": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -1959,6 +2036,10 @@
|
||||
"application/vnd.afpc.modca-pagesegment": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.age": {
|
||||
"source": "iana",
|
||||
"extensions": ["age"]
|
||||
},
|
||||
"application/vnd.ah-barcode": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -2020,6 +2101,12 @@
|
||||
"source": "iana",
|
||||
"extensions": ["atx"]
|
||||
},
|
||||
"application/vnd.apache.arrow.file": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.apache.arrow.stream": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.apache.thrift.binary": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -2322,6 +2409,9 @@
|
||||
"application/vnd.cryptomator.encrypted": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.cryptomator.vault": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.ctc-posml": {
|
||||
"source": "iana",
|
||||
"extensions": ["pml"]
|
||||
@@ -2572,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"]
|
||||
@@ -2729,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"
|
||||
},
|
||||
@@ -2759,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"
|
||||
},
|
||||
@@ -2817,6 +2919,19 @@
|
||||
"source": "iana",
|
||||
"extensions": ["fsc"]
|
||||
},
|
||||
"application/vnd.fujifilm.fb.docuworks": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.fujifilm.fb.docuworks.binder": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.fujifilm.fb.docuworks.container": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.fujifilm.fb.jfi+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/vnd.fujitsu.oasys": {
|
||||
"source": "iana",
|
||||
"extensions": ["oas"]
|
||||
@@ -3036,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"]
|
||||
@@ -3427,7 +3552,8 @@
|
||||
"extensions": ["portpkg"]
|
||||
},
|
||||
"application/vnd.mapbox-vector-tile": {
|
||||
"source": "iana"
|
||||
"source": "iana",
|
||||
"extensions": ["mvt"]
|
||||
},
|
||||
"application/vnd.marlin.drm.actiontoken+xml": {
|
||||
"source": "iana",
|
||||
@@ -3448,6 +3574,10 @@
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/vnd.maxar.archive.3tz+zip": {
|
||||
"source": "iana",
|
||||
"compressible": false
|
||||
},
|
||||
"application/vnd.maxmind.maxmind-db": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -3777,6 +3907,10 @@
|
||||
"source": "iana",
|
||||
"extensions": ["taglet"]
|
||||
},
|
||||
"application/vnd.nacamar.ybrid+json": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/vnd.ncd.control": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -4238,6 +4372,9 @@
|
||||
"compressible": true,
|
||||
"extensions": ["osm"]
|
||||
},
|
||||
"application/vnd.opentimestamps.ots": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.openxmlformats-officedocument.custom-properties+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
@@ -4769,6 +4906,9 @@
|
||||
"application/vnd.renlearn.rlprint": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.resilient.logic": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.restful+json": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
@@ -5058,6 +5198,10 @@
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/vnd.syft+json": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/vnd.symbian.install": {
|
||||
"source": "apache",
|
||||
"extensions": ["sis","sisx"]
|
||||
@@ -5233,6 +5377,10 @@
|
||||
"application/vnd.verimatrix.vcas": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.veritone.aion+json": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/vnd.veryant.thin": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -5438,12 +5586,14 @@
|
||||
"source": "iana"
|
||||
},
|
||||
"application/wasm": {
|
||||
"source": "iana",
|
||||
"compressible": true,
|
||||
"extensions": ["wasm"]
|
||||
},
|
||||
"application/watcherinfo+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["wif"]
|
||||
},
|
||||
"application/webpush-options+json": {
|
||||
"source": "iana",
|
||||
@@ -5719,6 +5869,15 @@
|
||||
"source": "apache",
|
||||
"extensions": ["iso"]
|
||||
},
|
||||
"application/x-iwork-keynote-sffkey": {
|
||||
"extensions": ["key"]
|
||||
},
|
||||
"application/x-iwork-numbers-sffnumbers": {
|
||||
"extensions": ["numbers"]
|
||||
},
|
||||
"application/x-iwork-pages-sffpages": {
|
||||
"extensions": ["pages"]
|
||||
},
|
||||
"application/x-java-archive-diff": {
|
||||
"source": "nginx",
|
||||
"extensions": ["jardiff"]
|
||||
@@ -6854,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",
|
||||
@@ -7091,6 +7252,7 @@
|
||||
},
|
||||
"image/vnd.microsoft.icon": {
|
||||
"source": "iana",
|
||||
"compressible": true,
|
||||
"extensions": ["ico"]
|
||||
},
|
||||
"image/vnd.mix": {
|
||||
@@ -7100,6 +7262,7 @@
|
||||
"source": "iana"
|
||||
},
|
||||
"image/vnd.ms-dds": {
|
||||
"compressible": true,
|
||||
"extensions": ["dds"]
|
||||
},
|
||||
"image/vnd.ms-modi": {
|
||||
@@ -7350,6 +7513,24 @@
|
||||
"source": "iana",
|
||||
"extensions": ["obj"]
|
||||
},
|
||||
"model/step": {
|
||||
"source": "iana"
|
||||
},
|
||||
"model/step+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true,
|
||||
"extensions": ["stpx"]
|
||||
},
|
||||
"model/step+zip": {
|
||||
"source": "iana",
|
||||
"compressible": false,
|
||||
"extensions": ["stpz"]
|
||||
},
|
||||
"model/step-xml+zip": {
|
||||
"source": "iana",
|
||||
"compressible": false,
|
||||
"extensions": ["stpxz"]
|
||||
},
|
||||
"model/stl": {
|
||||
"source": "iana",
|
||||
"extensions": ["stl"]
|
||||
@@ -7400,6 +7581,9 @@
|
||||
"source": "iana",
|
||||
"extensions": ["x_t"]
|
||||
},
|
||||
"model/vnd.pytha.pyox": {
|
||||
"source": "iana"
|
||||
},
|
||||
"model/vnd.rosette.annotated-data-model": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -7682,6 +7866,7 @@
|
||||
"source": "iana"
|
||||
},
|
||||
"text/shex": {
|
||||
"source": "iana",
|
||||
"extensions": ["shex"]
|
||||
},
|
||||
"text/slim": {
|
||||
@@ -7767,6 +7952,10 @@
|
||||
"source": "iana",
|
||||
"charset": "UTF-8"
|
||||
},
|
||||
"text/vnd.familysearch.gedcom": {
|
||||
"source": "iana",
|
||||
"extensions": ["ged"]
|
||||
},
|
||||
"text/vnd.ficlab.flt": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -7953,6 +8142,7 @@
|
||||
"source": "iana"
|
||||
},
|
||||
"text/yaml": {
|
||||
"compressible": true,
|
||||
"extensions": ["yaml","yml"]
|
||||
},
|
||||
"video/1d-interleaved-parityfec": {
|
||||
@@ -8035,6 +8225,9 @@
|
||||
"source": "apache",
|
||||
"extensions": ["jpm","jpgm"]
|
||||
},
|
||||
"video/jxsv": {
|
||||
"source": "iana"
|
||||
},
|
||||
"video/mj2": {
|
||||
"source": "iana",
|
||||
"extensions": ["mj2","mjp2"]
|
||||
@@ -8242,6 +8435,9 @@
|
||||
"video/vp8": {
|
||||
"source": "iana"
|
||||
},
|
||||
"video/vp9": {
|
||||
"source": "iana"
|
||||
},
|
||||
"video/webm": {
|
||||
"source": "apache",
|
||||
"compressible": false,
|
||||
|
||||
1
node_modules/mime-db/index.js
generated
vendored
1
node_modules/mime-db/index.js
generated
vendored
@@ -1,6 +1,7 @@
|
||||
/*!
|
||||
* mime-db
|
||||
* Copyright(c) 2014 Jonathan Ong
|
||||
* Copyright(c) 2015-2022 Douglas Christopher Wilson
|
||||
* MIT Licensed
|
||||
*/
|
||||
|
||||
|
||||
120
node_modules/mime-db/package.json
generated
vendored
120
node_modules/mime-db/package.json
generated
vendored
@@ -1,82 +1,13 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"mime-db@1.47.0",
|
||||
"/mnt/starship/Projects/github.com/denoland/setup-deno"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "mime-db@1.47.0",
|
||||
"_id": "mime-db@1.47.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-QBmA/G2y+IfeS4oktet3qRZ+P5kPhCKRXxXnQEudYqUaEioAU1/Lq2us3D/t1Jfo4hE9REQPrbB7K5sOczJVIw==",
|
||||
"_location": "/mime-db",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "mime-db@1.47.0",
|
||||
"name": "mime-db",
|
||||
"escapedName": "mime-db",
|
||||
"rawSpec": "1.47.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.47.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/mime-types"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.47.0.tgz",
|
||||
"_spec": "1.47.0",
|
||||
"_where": "/mnt/starship/Projects/github.com/denoland/setup-deno",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jshttp/mime-db/issues"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Douglas Christopher Wilson",
|
||||
"email": "doug@somethingdoug.com"
|
||||
},
|
||||
{
|
||||
"name": "Jonathan Ong",
|
||||
"email": "me@jongleberry.com",
|
||||
"url": "http://jongleberry.com"
|
||||
},
|
||||
{
|
||||
"name": "Robert Kieffer",
|
||||
"email": "robert@broofa.com",
|
||||
"url": "http://github.com/broofa"
|
||||
}
|
||||
],
|
||||
"name": "mime-db",
|
||||
"description": "Media Type Database",
|
||||
"devDependencies": {
|
||||
"bluebird": "3.7.2",
|
||||
"co": "4.6.0",
|
||||
"cogent": "1.0.1",
|
||||
"csv-parse": "4.15.3",
|
||||
"eslint": "7.23.0",
|
||||
"eslint-config-standard": "15.0.1",
|
||||
"eslint-plugin-import": "2.22.1",
|
||||
"eslint-plugin-markdown": "2.0.0",
|
||||
"eslint-plugin-node": "11.1.0",
|
||||
"eslint-plugin-promise": "4.3.1",
|
||||
"eslint-plugin-standard": "4.1.0",
|
||||
"gnode": "0.1.2",
|
||||
"mocha": "8.3.2",
|
||||
"nyc": "15.1.0",
|
||||
"raw-body": "2.4.1",
|
||||
"stream-to-array": "2.3.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.6"
|
||||
},
|
||||
"files": [
|
||||
"HISTORY.md",
|
||||
"LICENSE",
|
||||
"README.md",
|
||||
"db.json",
|
||||
"index.js"
|
||||
"version": "1.52.0",
|
||||
"contributors": [
|
||||
"Douglas Christopher Wilson <doug@somethingdoug.com>",
|
||||
"Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",
|
||||
"Robert Kieffer <robert@broofa.com> (http://github.com/broofa)"
|
||||
],
|
||||
"homepage": "https://github.com/jshttp/mime-db#readme",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"mime",
|
||||
"db",
|
||||
@@ -86,11 +17,35 @@
|
||||
"charset",
|
||||
"charsets"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "mime-db",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jshttp/mime-db.git"
|
||||
"repository": "jshttp/mime-db",
|
||||
"devDependencies": {
|
||||
"bluebird": "3.7.2",
|
||||
"co": "4.6.0",
|
||||
"cogent": "1.0.1",
|
||||
"csv-parse": "4.16.3",
|
||||
"eslint": "7.32.0",
|
||||
"eslint-config-standard": "15.0.1",
|
||||
"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",
|
||||
"media-typer": "1.1.0",
|
||||
"mocha": "9.2.1",
|
||||
"nyc": "15.1.0",
|
||||
"raw-body": "2.5.0",
|
||||
"stream-to-array": "2.3.0"
|
||||
},
|
||||
"files": [
|
||||
"HISTORY.md",
|
||||
"LICENSE",
|
||||
"README.md",
|
||||
"db.json",
|
||||
"index.js"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">= 0.6"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "node scripts/build",
|
||||
@@ -101,6 +56,5 @@
|
||||
"test-cov": "nyc --reporter=html --reporter=text npm test",
|
||||
"update": "npm run fetch && npm run build",
|
||||
"version": "node scripts/version-history.js && git add HISTORY.md"
|
||||
},
|
||||
"version": "1.47.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user