mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-03 04:10:04 +02:00
update node modules
This commit is contained in:
27
node_modules/mime-db/HISTORY.md
generated
vendored
27
node_modules/mime-db/HISTORY.md
generated
vendored
@@ -1,3 +1,30 @@
|
||||
1.47.0 / 2021-04-01
|
||||
===================
|
||||
|
||||
* Add new upstream MIME types
|
||||
* Remove ambigious extensions from IANA for `application/*+xml` types
|
||||
* Update primary extension to `.es` for `application/ecmascript`
|
||||
|
||||
1.46.0 / 2021-02-13
|
||||
===================
|
||||
|
||||
* Add extension `.amr` to `audio/amr`
|
||||
* Add extension `.m4s` to `video/iso.segment`
|
||||
* Add extension `.opus` to `audio/ogg`
|
||||
* Add new upstream MIME types
|
||||
|
||||
1.45.0 / 2020-09-22
|
||||
===================
|
||||
|
||||
* Add `application/ubjson` with extension `.ubj`
|
||||
* Add `image/avif` with extension `.avif`
|
||||
* Add `image/ktx2` with extension `.ktx2`
|
||||
* Add extension `.dbf` to `application/vnd.dbf`
|
||||
* Add extension `.rar` to `application/vnd.rar`
|
||||
* Add extension `.td` to `application/urc-targetdesc+xml`
|
||||
* Add new upstream MIME types
|
||||
* Fix extension of `application/vnd.apple.keynote` to be `.key`
|
||||
|
||||
1.44.0 / 2020-04-22
|
||||
===================
|
||||
|
||||
|
14
node_modules/mime-db/README.md
generated
vendored
14
node_modules/mime-db/README.md
generated
vendored
@@ -3,7 +3,7 @@
|
||||
[![NPM Version][npm-version-image]][npm-url]
|
||||
[![NPM Downloads][npm-downloads-image]][npm-url]
|
||||
[![Node.js Version][node-image]][node-url]
|
||||
[![Build Status][travis-image]][travis-url]
|
||||
[![Build Status][ci-image]][ci-url]
|
||||
[![Coverage Status][coveralls-image]][coveralls-url]
|
||||
|
||||
This is a database of all mime types.
|
||||
@@ -34,8 +34,6 @@ https://cdn.jsdelivr.net/gh/jshttp/mime-db@master/db.json
|
||||
|
||||
## Usage
|
||||
|
||||
<!-- eslint-disable no-unused-vars -->
|
||||
|
||||
```js
|
||||
var db = require('mime-db')
|
||||
|
||||
@@ -61,11 +59,11 @@ If unknown, every property could be `undefined`.
|
||||
|
||||
## Contributing
|
||||
|
||||
To edit the database, only make PRs against `src/custom.json` or
|
||||
To edit the database, only make PRs against `src/custom-types.json` or
|
||||
`src/custom-suffix.json`.
|
||||
|
||||
The `src/custom.json` file is a JSON object with the MIME type as the keys
|
||||
and the values being an object with the following keys:
|
||||
The `src/custom-types.json` file is a JSON object with the MIME type as the
|
||||
keys and the values being an object with the following keys:
|
||||
|
||||
- `compressible` - leave out if you don't know, otherwise `true`/`false` to
|
||||
indicate whether the data represented by the type is typically compressible.
|
||||
@@ -91,6 +89,8 @@ definitively lists the media type. If an extension is going to be listed as
|
||||
associateed with this media type, the source must definitively link the
|
||||
media type and extension as well.
|
||||
|
||||
[ci-image]: https://badgen.net/github/checks/jshttp/mime-db/master?label=ci
|
||||
[ci-url]: https://github.com/jshttp/mime-db/actions?query=workflow%3Aci
|
||||
[coveralls-image]: https://badgen.net/coveralls/c/github/jshttp/mime-db/master
|
||||
[coveralls-url]: https://coveralls.io/r/jshttp/mime-db?branch=master
|
||||
[node-image]: https://badgen.net/npm/node/mime-db
|
||||
@@ -98,5 +98,3 @@ media type and extension as well.
|
||||
[npm-downloads-image]: https://badgen.net/npm/dm/mime-db
|
||||
[npm-url]: https://npmjs.org/package/mime-db
|
||||
[npm-version-image]: https://badgen.net/npm/v/mime-db
|
||||
[travis-image]: https://badgen.net/travis/jshttp/mime-db/master
|
||||
[travis-url]: https://travis-ci.org/jshttp/mime-db
|
||||
|
181
node_modules/mime-db/db.json
generated
vendored
181
node_modules/mime-db/db.json
generated
vendored
@@ -172,9 +172,8 @@
|
||||
"application/cals-1840": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/cap+xml": {
|
||||
"application/captive+json": {
|
||||
"source": "iana",
|
||||
"charset": "UTF-8",
|
||||
"compressible": true
|
||||
},
|
||||
"application/cbor": {
|
||||
@@ -237,6 +236,9 @@
|
||||
"application/cfw": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/clr": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/clue+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
@@ -387,7 +389,7 @@
|
||||
"application/ecmascript": {
|
||||
"source": "iana",
|
||||
"compressible": true,
|
||||
"extensions": ["ecma","es"]
|
||||
"extensions": ["es","ecma"]
|
||||
},
|
||||
"application/edi-consent": {
|
||||
"source": "iana"
|
||||
@@ -403,6 +405,20 @@
|
||||
"application/efi": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/elm+json": {
|
||||
"source": "iana",
|
||||
"charset": "UTF-8",
|
||||
"compressible": true
|
||||
},
|
||||
"application/elm+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/emergencycalldata.cap+xml": {
|
||||
"source": "iana",
|
||||
"charset": "UTF-8",
|
||||
"compressible": true
|
||||
},
|
||||
"application/emergencycalldata.comment+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
@@ -659,6 +675,10 @@
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/jscalendar+json": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/json": {
|
||||
"source": "iana",
|
||||
"charset": "UTF-8",
|
||||
@@ -914,13 +934,11 @@
|
||||
},
|
||||
"application/mrb-consumer+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true,
|
||||
"extensions": ["xdf"]
|
||||
"compressible": true
|
||||
},
|
||||
"application/mrb-publish+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true,
|
||||
"extensions": ["xdf"]
|
||||
"compressible": true
|
||||
},
|
||||
"application/msc-ivr+xml": {
|
||||
"source": "iana",
|
||||
@@ -1022,6 +1040,10 @@
|
||||
"source": "apache",
|
||||
"extensions": ["onetoc","onetoc2","onetmp","onepkg"]
|
||||
},
|
||||
"application/opc-nodeset+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/oscore": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -1163,6 +1185,10 @@
|
||||
"source": "iana",
|
||||
"extensions": ["cww"]
|
||||
},
|
||||
"application/prs.cyn": {
|
||||
"source": "iana",
|
||||
"charset": "7-BIT"
|
||||
},
|
||||
"application/prs.hpub+zip": {
|
||||
"source": "iana",
|
||||
"compressible": false
|
||||
@@ -1312,6 +1338,10 @@
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/sarif+json": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/sbe": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -1611,6 +1641,10 @@
|
||||
"application/tzif-leap": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/ubjson": {
|
||||
"compressible": false,
|
||||
"extensions": ["ubj"]
|
||||
},
|
||||
"application/ulpfec": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -1625,7 +1659,8 @@
|
||||
},
|
||||
"application/urc-targetdesc+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["td"]
|
||||
},
|
||||
"application/urc-uisocketdesc+xml": {
|
||||
"source": "iana",
|
||||
@@ -1673,6 +1708,9 @@
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/vnd.3gpp.interworking-data": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.3gpp.mc-signalling-ear": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -1888,6 +1926,9 @@
|
||||
"application/vnd.afpc.afplinedata-pagedef": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.afpc.cmoca-cmresource": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.afpc.foca-charset": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -1900,6 +1941,9 @@
|
||||
"application/vnd.afpc.modca": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.afpc.modca-cmtable": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.afpc.modca-formdef": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -2004,7 +2048,7 @@
|
||||
},
|
||||
"application/vnd.apple.keynote": {
|
||||
"source": "iana",
|
||||
"extensions": ["keynote"]
|
||||
"extensions": ["key"]
|
||||
},
|
||||
"application/vnd.apple.mpegurl": {
|
||||
"source": "iana",
|
||||
@@ -2275,6 +2319,9 @@
|
||||
"application/vnd.crypto-shade-file": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.cryptomator.encrypted": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.ctc-posml": {
|
||||
"source": "iana",
|
||||
"extensions": ["pml"]
|
||||
@@ -2317,10 +2364,24 @@
|
||||
"application/vnd.cybank": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.cyclonedx+json": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/vnd.cyclonedx+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/vnd.d2l.coursepackage1p0+zip": {
|
||||
"source": "iana",
|
||||
"compressible": false
|
||||
},
|
||||
"application/vnd.d3m-dataset": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.d3m-problem": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.dart": {
|
||||
"source": "iana",
|
||||
"compressible": true,
|
||||
@@ -2339,7 +2400,8 @@
|
||||
"compressible": true
|
||||
},
|
||||
"application/vnd.dbf": {
|
||||
"source": "iana"
|
||||
"source": "iana",
|
||||
"extensions": ["dbf"]
|
||||
},
|
||||
"application/vnd.debian.binary-package": {
|
||||
"source": "iana"
|
||||
@@ -2833,6 +2895,9 @@
|
||||
"source": "iana",
|
||||
"extensions": ["ggb"]
|
||||
},
|
||||
"application/vnd.geogebra.slides": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.geogebra.tool": {
|
||||
"source": "iana",
|
||||
"extensions": ["ggt"]
|
||||
@@ -3722,6 +3787,9 @@
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/vnd.nebumind.line": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.nervana": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -4069,6 +4137,9 @@
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/vnd.oma.lwm2m+cbor": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.oma.lwm2m+json": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
@@ -4679,7 +4750,8 @@
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.rar": {
|
||||
"source": "iana"
|
||||
"source": "iana",
|
||||
"extensions": ["rar"]
|
||||
},
|
||||
"application/vnd.realvnc.bed": {
|
||||
"source": "iana",
|
||||
@@ -4784,6 +4856,10 @@
|
||||
"source": "iana",
|
||||
"extensions": ["see"]
|
||||
},
|
||||
"application/vnd.seis+json": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/vnd.sema": {
|
||||
"source": "iana",
|
||||
"extensions": ["sema"]
|
||||
@@ -4978,6 +5054,10 @@
|
||||
"application/vnd.swiftview-ics": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.sycle+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/vnd.symbian.install": {
|
||||
"source": "apache",
|
||||
"extensions": ["sis","sisx"]
|
||||
@@ -5200,6 +5280,9 @@
|
||||
"source": "iana",
|
||||
"extensions": ["wtb"]
|
||||
},
|
||||
"application/vnd.wfa.dpp": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.wfa.p2p": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -5992,8 +6075,7 @@
|
||||
},
|
||||
"application/xcap-error+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true,
|
||||
"extensions": ["xer"]
|
||||
"compressible": true
|
||||
},
|
||||
"application/xcap-ns+xml": {
|
||||
"source": "iana",
|
||||
@@ -6061,7 +6143,7 @@
|
||||
"application/xslt+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true,
|
||||
"extensions": ["xslt"]
|
||||
"extensions": ["xsl","xslt"]
|
||||
},
|
||||
"application/xspf+xml": {
|
||||
"source": "apache",
|
||||
@@ -6134,7 +6216,8 @@
|
||||
"extensions": ["adp"]
|
||||
},
|
||||
"audio/amr": {
|
||||
"source": "iana"
|
||||
"source": "iana",
|
||||
"extensions": ["amr"]
|
||||
},
|
||||
"audio/amr-wb": {
|
||||
"source": "iana"
|
||||
@@ -6383,7 +6466,7 @@
|
||||
"audio/ogg": {
|
||||
"source": "iana",
|
||||
"compressible": false,
|
||||
"extensions": ["oga","ogg","spx"]
|
||||
"extensions": ["oga","ogg","spx","opus"]
|
||||
},
|
||||
"audio/opus": {
|
||||
"source": "iana"
|
||||
@@ -6431,6 +6514,9 @@
|
||||
"source": "apache",
|
||||
"extensions": ["s3m"]
|
||||
},
|
||||
"audio/scip": {
|
||||
"source": "iana"
|
||||
},
|
||||
"audio/silk": {
|
||||
"source": "apache",
|
||||
"extensions": ["sil"]
|
||||
@@ -6444,6 +6530,9 @@
|
||||
"audio/smv0": {
|
||||
"source": "iana"
|
||||
},
|
||||
"audio/sofa": {
|
||||
"source": "iana"
|
||||
},
|
||||
"audio/sp-midi": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -6468,6 +6557,9 @@
|
||||
"audio/tone": {
|
||||
"source": "iana"
|
||||
},
|
||||
"audio/tsvcis": {
|
||||
"source": "iana"
|
||||
},
|
||||
"audio/uemclip": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -6767,6 +6859,11 @@
|
||||
"image/avcs": {
|
||||
"source": "iana"
|
||||
},
|
||||
"image/avif": {
|
||||
"source": "iana",
|
||||
"compressible": false,
|
||||
"extensions": ["avif"]
|
||||
},
|
||||
"image/bmp": {
|
||||
"source": "iana",
|
||||
"compressible": true,
|
||||
@@ -6889,6 +6986,10 @@
|
||||
"source": "iana",
|
||||
"extensions": ["ktx"]
|
||||
},
|
||||
"image/ktx2": {
|
||||
"source": "iana",
|
||||
"extensions": ["ktx2"]
|
||||
},
|
||||
"image/naplps": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -7013,6 +7114,10 @@
|
||||
"source": "iana",
|
||||
"extensions": ["npx"]
|
||||
},
|
||||
"image/vnd.pco.b16": {
|
||||
"source": "iana",
|
||||
"extensions": ["b16"]
|
||||
},
|
||||
"image/vnd.radiance": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -7214,6 +7319,9 @@
|
||||
"source": "iana",
|
||||
"extensions": ["3mf"]
|
||||
},
|
||||
"model/e57": {
|
||||
"source": "iana"
|
||||
},
|
||||
"model/gltf+json": {
|
||||
"source": "iana",
|
||||
"compressible": true,
|
||||
@@ -7295,6 +7403,10 @@
|
||||
"model/vnd.rosette.annotated-data-model": {
|
||||
"source": "iana"
|
||||
},
|
||||
"model/vnd.sap.vds": {
|
||||
"source": "iana",
|
||||
"extensions": ["vds"]
|
||||
},
|
||||
"model/vnd.usdz+zip": {
|
||||
"source": "iana",
|
||||
"compressible": false,
|
||||
@@ -7410,6 +7522,15 @@
|
||||
"text/coffeescript": {
|
||||
"extensions": ["coffee","litcoffee"]
|
||||
},
|
||||
"text/cql": {
|
||||
"source": "iana"
|
||||
},
|
||||
"text/cql-expression": {
|
||||
"source": "iana"
|
||||
},
|
||||
"text/cql-identifier": {
|
||||
"source": "iana"
|
||||
},
|
||||
"text/css": {
|
||||
"source": "iana",
|
||||
"charset": "UTF-8",
|
||||
@@ -7439,12 +7560,18 @@
|
||||
"text/enriched": {
|
||||
"source": "iana"
|
||||
},
|
||||
"text/fhirpath": {
|
||||
"source": "iana"
|
||||
},
|
||||
"text/flexfec": {
|
||||
"source": "iana"
|
||||
},
|
||||
"text/fwdred": {
|
||||
"source": "iana"
|
||||
},
|
||||
"text/gff3": {
|
||||
"source": "iana"
|
||||
},
|
||||
"text/grammar-ref-list": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -7551,12 +7678,19 @@
|
||||
"source": "iana",
|
||||
"extensions": ["sgml","sgm"]
|
||||
},
|
||||
"text/shaclc": {
|
||||
"source": "iana"
|
||||
},
|
||||
"text/shex": {
|
||||
"extensions": ["shex"]
|
||||
},
|
||||
"text/slim": {
|
||||
"extensions": ["slim","slm"]
|
||||
},
|
||||
"text/spdx": {
|
||||
"source": "iana",
|
||||
"extensions": ["spdx"]
|
||||
},
|
||||
"text/strings": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -7651,6 +7785,9 @@
|
||||
"source": "iana",
|
||||
"extensions": ["gv"]
|
||||
},
|
||||
"text/vnd.hans": {
|
||||
"source": "iana"
|
||||
},
|
||||
"text/vnd.hgl": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -7832,6 +7969,9 @@
|
||||
"source": "iana",
|
||||
"extensions": ["3g2"]
|
||||
},
|
||||
"video/av1": {
|
||||
"source": "iana"
|
||||
},
|
||||
"video/bmpeg": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -7847,6 +7987,9 @@
|
||||
"video/encaprtp": {
|
||||
"source": "iana"
|
||||
},
|
||||
"video/ffv1": {
|
||||
"source": "iana"
|
||||
},
|
||||
"video/flexfec": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -7878,7 +8021,8 @@
|
||||
"source": "iana"
|
||||
},
|
||||
"video/iso.segment": {
|
||||
"source": "iana"
|
||||
"source": "iana",
|
||||
"extensions": ["m4s"]
|
||||
},
|
||||
"video/jpeg": {
|
||||
"source": "iana",
|
||||
@@ -7958,6 +8102,9 @@
|
||||
"video/rtx": {
|
||||
"source": "iana"
|
||||
},
|
||||
"video/scip": {
|
||||
"source": "iana"
|
||||
},
|
||||
"video/smpte291": {
|
||||
"source": "iana"
|
||||
},
|
||||
|
42
node_modules/mime-db/package.json
generated
vendored
42
node_modules/mime-db/package.json
generated
vendored
@@ -1,26 +1,26 @@
|
||||
{
|
||||
"_from": "mime-db@1.44.0",
|
||||
"_id": "mime-db@1.44.0",
|
||||
"_from": "mime-db@1.47.0",
|
||||
"_id": "mime-db@1.47.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg==",
|
||||
"_integrity": "sha512-QBmA/G2y+IfeS4oktet3qRZ+P5kPhCKRXxXnQEudYqUaEioAU1/Lq2us3D/t1Jfo4hE9REQPrbB7K5sOczJVIw==",
|
||||
"_location": "/mime-db",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "mime-db@1.44.0",
|
||||
"raw": "mime-db@1.47.0",
|
||||
"name": "mime-db",
|
||||
"escapedName": "mime-db",
|
||||
"rawSpec": "1.44.0",
|
||||
"rawSpec": "1.47.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.44.0"
|
||||
"fetchSpec": "1.47.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/mime-types"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.44.0.tgz",
|
||||
"_shasum": "fa11c5eb0aca1334b4233cb4d52f10c5a6272f92",
|
||||
"_spec": "mime-db@1.44.0",
|
||||
"_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.47.0.tgz",
|
||||
"_shasum": "8cb313e59965d3c05cfbf898915a267af46a335c",
|
||||
"_spec": "mime-db@1.47.0",
|
||||
"_where": "D:\\Projects\\minifyfromhtml\\node_modules\\mime-types",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jshttp/mime-db/issues"
|
||||
@@ -48,17 +48,17 @@
|
||||
"bluebird": "3.7.2",
|
||||
"co": "4.6.0",
|
||||
"cogent": "1.0.1",
|
||||
"csv-parse": "4.8.9",
|
||||
"eslint": "6.8.0",
|
||||
"eslint-config-standard": "14.1.1",
|
||||
"eslint-plugin-import": "2.20.2",
|
||||
"eslint-plugin-markdown": "1.0.2",
|
||||
"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.2.1",
|
||||
"eslint-plugin-standard": "4.0.1",
|
||||
"eslint-plugin-promise": "4.3.1",
|
||||
"eslint-plugin-standard": "4.1.0",
|
||||
"gnode": "0.1.2",
|
||||
"mocha": "7.1.1",
|
||||
"nyc": "15.0.1",
|
||||
"mocha": "8.3.2",
|
||||
"nyc": "15.1.0",
|
||||
"raw-body": "2.4.1",
|
||||
"stream-to-array": "2.3.0"
|
||||
},
|
||||
@@ -91,12 +91,12 @@
|
||||
"scripts": {
|
||||
"build": "node scripts/build",
|
||||
"fetch": "node scripts/fetch-apache && gnode scripts/fetch-iana && node scripts/fetch-nginx",
|
||||
"lint": "eslint --plugin markdown --ext js,md .",
|
||||
"lint": "eslint .",
|
||||
"test": "mocha --reporter spec --bail --check-leaks test/",
|
||||
"test-ci": "nyc --reporter=lcov --reporter=text npm test",
|
||||
"test-cov": "nyc --reporter=html --reporter=text npm test",
|
||||
"test-travis": "nyc --reporter=text npm test",
|
||||
"update": "npm run fetch && npm run build",
|
||||
"version": "node scripts/version-history.js && git add HISTORY.md"
|
||||
},
|
||||
"version": "1.44.0"
|
||||
"version": "1.47.0"
|
||||
}
|
||||
|
Reference in New Issue
Block a user