|
@@ -32,6 +32,14 @@
|
|
"negotiator": "0.6.2"
|
|
"negotiator": "0.6.2"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "ansi-styles": {
|
|
|
|
+ "version": "4.3.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
|
|
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
|
|
+ "requires": {
|
|
|
|
+ "color-convert": "^2.0.1"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"array-flatten": {
|
|
"array-flatten": {
|
|
"version": "1.1.1",
|
|
"version": "1.1.1",
|
|
"resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
|
|
"resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
|
|
@@ -81,6 +89,28 @@
|
|
"resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz",
|
|
"integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg=="
|
|
"integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg=="
|
|
},
|
|
},
|
|
|
|
+ "chalk": {
|
|
|
|
+ "version": "4.1.2",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
|
|
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
|
|
+ "requires": {
|
|
|
|
+ "ansi-styles": "^4.1.0",
|
|
|
|
+ "supports-color": "^7.1.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "color-convert": {
|
|
|
|
+ "version": "2.0.1",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
|
|
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
|
|
+ "requires": {
|
|
|
|
+ "color-name": "~1.1.4"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "color-name": {
|
|
|
|
+ "version": "1.1.4",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
|
|
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
|
|
|
|
+ },
|
|
"content-disposition": {
|
|
"content-disposition": {
|
|
"version": "0.5.3",
|
|
"version": "0.5.3",
|
|
"resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz",
|
|
"resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz",
|
|
@@ -208,6 +238,11 @@
|
|
"resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
|
|
"resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
|
|
"integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac="
|
|
"integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac="
|
|
},
|
|
},
|
|
|
|
+ "has-flag": {
|
|
|
|
+ "version": "4.0.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
|
|
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
|
|
|
|
+ },
|
|
"http-errors": {
|
|
"http-errors": {
|
|
"version": "1.7.2",
|
|
"version": "1.7.2",
|
|
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz",
|
|
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz",
|
|
@@ -519,6 +554,14 @@
|
|
"resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
|
|
"integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow="
|
|
"integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow="
|
|
},
|
|
},
|
|
|
|
+ "supports-color": {
|
|
|
|
+ "version": "7.2.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
|
|
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
|
|
+ "requires": {
|
|
|
|
+ "has-flag": "^4.0.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"toidentifier": {
|
|
"toidentifier": {
|
|
"version": "1.0.0",
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz",
|