Update node_modules

This commit is contained in:
crazy-max
2020-04-03 08:12:31 +00:00
parent c5091ccc7b
commit 4bcd932c28
129 changed files with 5485 additions and 3646 deletions

View File

@@ -234,22 +234,24 @@ function patch (fs) {
})
// legacy names
var FileReadStream = ReadStream
Object.defineProperty(fs, 'FileReadStream', {
get: function () {
return ReadStream
return FileReadStream
},
set: function (val) {
ReadStream = val
FileReadStream = val
},
enumerable: true,
configurable: true
})
var FileWriteStream = WriteStream
Object.defineProperty(fs, 'FileWriteStream', {
get: function () {
return WriteStream
return FileWriteStream
},
set: function (val) {
WriteStream = val
FileWriteStream = val
},
enumerable: true,
configurable: true

View File

@@ -1,31 +1,31 @@
{
"_args": [
[
"graceful-fs@4.2.2",
"graceful-fs@4.2.3",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "graceful-fs@4.2.2",
"_id": "graceful-fs@4.2.2",
"_from": "graceful-fs@4.2.3",
"_id": "graceful-fs@4.2.3",
"_inBundle": false,
"_integrity": "sha512-IItsdsea19BoLC7ELy13q1iJFNmd7ofZH5+X/pJr90/nRoPEX0DJo1dHDbgtYWOhJhcCgMDTOw84RZ72q6lB+Q==",
"_integrity": "sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ==",
"_location": "/graceful-fs",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "graceful-fs@4.2.2",
"raw": "graceful-fs@4.2.3",
"name": "graceful-fs",
"escapedName": "graceful-fs",
"rawSpec": "4.2.2",
"rawSpec": "4.2.3",
"saveSpec": null,
"fetchSpec": "4.2.2"
"fetchSpec": "4.2.3"
},
"_requiredBy": [
"/decompress"
],
"_resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.2.tgz",
"_spec": "4.2.2",
"_resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.3.tgz",
"_spec": "4.2.3",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"bugs": {
"url": "https://github.com/isaacs/node-graceful-fs/issues"
@@ -78,5 +78,5 @@
"preversion": "npm test",
"test": "node test.js | tap -"
},
"version": "4.2.2"
"version": "4.2.3"
}