|
|
@ -504,6 +504,18 @@
|
|
|
|
"ms": "2.0.0"
|
|
|
|
"ms": "2.0.0"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"http-errors": {
|
|
|
|
|
|
|
|
"version": "1.7.2",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==",
|
|
|
|
|
|
|
|
"requires": {
|
|
|
|
|
|
|
|
"depd": "~1.1.2",
|
|
|
|
|
|
|
|
"inherits": "2.0.3",
|
|
|
|
|
|
|
|
"setprototypeof": "1.1.1",
|
|
|
|
|
|
|
|
"statuses": ">= 1.5.0 < 2",
|
|
|
|
|
|
|
|
"toidentifier": "1.0.0"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
"iconv-lite": {
|
|
|
|
"iconv-lite": {
|
|
|
|
"version": "0.4.24",
|
|
|
|
"version": "0.4.24",
|
|
|
|
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
|
|
|
@ -527,6 +539,16 @@
|
|
|
|
"iconv-lite": "0.4.24",
|
|
|
|
"iconv-lite": "0.4.24",
|
|
|
|
"unpipe": "1.0.0"
|
|
|
|
"unpipe": "1.0.0"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"setprototypeof": {
|
|
|
|
|
|
|
|
"version": "1.1.1",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw=="
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"statuses": {
|
|
|
|
|
|
|
|
"version": "1.5.0",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow="
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -2865,17 +2887,22 @@
|
|
|
|
"integrity": "sha512-7T/BxH19zbcCTa8XkMlbK5lTo1WtgkFi3GvdWEyNuc4Vex7/9Dqbnpsf4JMydcfj9HCg4zUWFTL3Za6lapg5/w=="
|
|
|
|
"integrity": "sha512-7T/BxH19zbcCTa8XkMlbK5lTo1WtgkFi3GvdWEyNuc4Vex7/9Dqbnpsf4JMydcfj9HCg4zUWFTL3Za6lapg5/w=="
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"http-errors": {
|
|
|
|
"http-errors": {
|
|
|
|
"version": "1.7.2",
|
|
|
|
"version": "1.7.3",
|
|
|
|
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.3.tgz",
|
|
|
|
"integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==",
|
|
|
|
"integrity": "sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw==",
|
|
|
|
"requires": {
|
|
|
|
"requires": {
|
|
|
|
"depd": "~1.1.2",
|
|
|
|
"depd": "~1.1.2",
|
|
|
|
"inherits": "2.0.3",
|
|
|
|
"inherits": "2.0.4",
|
|
|
|
"setprototypeof": "1.1.1",
|
|
|
|
"setprototypeof": "1.1.1",
|
|
|
|
"statuses": ">= 1.5.0 < 2",
|
|
|
|
"statuses": ">= 1.5.0 < 2",
|
|
|
|
"toidentifier": "1.0.0"
|
|
|
|
"toidentifier": "1.0.0"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"dependencies": {
|
|
|
|
|
|
|
|
"inherits": {
|
|
|
|
|
|
|
|
"version": "2.0.4",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
|
|
|
|
|
|
|
|
},
|
|
|
|
"setprototypeof": {
|
|
|
|
"setprototypeof": {
|
|
|
|
"version": "1.1.1",
|
|
|
|
"version": "1.1.1",
|
|
|
|
"resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz",
|
|
|
|