|
@ -112,6 +112,11 @@ |
|
|
"resolved": "https://registry.npmjs.org/deprecation/-/deprecation-1.0.1.tgz", |
|
|
"resolved": "https://registry.npmjs.org/deprecation/-/deprecation-1.0.1.tgz", |
|
|
"integrity": "sha512-ccVHpE72+tcIKaGMql33x5MAjKQIZrk+3x2GbJ7TeraUCZWHoT+KSZpoC+JQFsUBlSTXUrBaGiF0j6zVTepPLg==" |
|
|
"integrity": "sha512-ccVHpE72+tcIKaGMql33x5MAjKQIZrk+3x2GbJ7TeraUCZWHoT+KSZpoC+JQFsUBlSTXUrBaGiF0j6zVTepPLg==" |
|
|
}, |
|
|
}, |
|
|
|
|
|
"eventemitter3": { |
|
|
|
|
|
"version": "4.0.7", |
|
|
|
|
|
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", |
|
|
|
|
|
"integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==" |
|
|
|
|
|
}, |
|
|
"execa": { |
|
|
"execa": { |
|
|
"version": "0.10.0", |
|
|
"version": "0.10.0", |
|
|
"resolved": "https://registry.npmjs.org/execa/-/execa-0.10.0.tgz", |
|
|
"resolved": "https://registry.npmjs.org/execa/-/execa-0.10.0.tgz", |
|
@ -267,6 +272,23 @@ |
|
|
"resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", |
|
|
"resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", |
|
|
"integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=" |
|
|
"integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=" |
|
|
}, |
|
|
}, |
|
|
|
|
|
"p-queue": { |
|
|
|
|
|
"version": "6.6.2", |
|
|
|
|
|
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.6.2.tgz", |
|
|
|
|
|
"integrity": "sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==", |
|
|
|
|
|
"requires": { |
|
|
|
|
|
"eventemitter3": "^4.0.4", |
|
|
|
|
|
"p-timeout": "^3.2.0" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"p-timeout": { |
|
|
|
|
|
"version": "3.2.0", |
|
|
|
|
|
"resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-3.2.0.tgz", |
|
|
|
|
|
"integrity": "sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==", |
|
|
|
|
|
"requires": { |
|
|
|
|
|
"p-finally": "^1.0.0" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
"path-key": { |
|
|
"path-key": { |
|
|
"version": "2.0.1", |
|
|
"version": "2.0.1", |
|
|
"resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", |
|
|
"resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", |
|
|