From ad5e07d8bd86d1dbe2b03dc142f8c8d6f4828ffe Mon Sep 17 00:00:00 2001 From: isaacs Date: Thu, 23 Jul 2020 10:58:04 -0700 Subject: Full dependency reboot Reinstall everything from a clean node_modules and package-lock.json state. Re-generate list of bundleDependencies and node_modules/.gitignore with a script that does the right thing based on actual dependency state. --- node_modules/fs-minipass/package.json | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) (limited to 'node_modules/fs-minipass/package.json') diff --git a/node_modules/fs-minipass/package.json b/node_modules/fs-minipass/package.json index 01635bd8d..bb1d10567 100644 --- a/node_modules/fs-minipass/package.json +++ b/node_modules/fs-minipass/package.json @@ -1,27 +1,27 @@ { - "_from": "fs-minipass@^2.0.0", - "_id": "fs-minipass@2.1.0", + "_from": "fs-minipass@^1.2.5", + "_id": "fs-minipass@1.2.7", "_inBundle": false, - "_integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", + "_integrity": "sha512-GWSSJGFy4e9GUeCcbIkED+bgAoFyj7XF1mV8rma3QW4NIqX9Kyx79N/PF61H5udOV3aY1IaMLs6pGbH71nlCTA==", "_location": "/fs-minipass", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, - "raw": "fs-minipass@^2.0.0", + "raw": "fs-minipass@^1.2.5", "name": "fs-minipass", "escapedName": "fs-minipass", - "rawSpec": "^2.0.0", + "rawSpec": "^1.2.5", "saveSpec": null, - "fetchSpec": "^2.0.0" + "fetchSpec": "^1.2.5" }, "_requiredBy": [ - "/tar" + "/node-gyp/tar" ], - "_resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", - "_shasum": "7f5036fdbf12c63c169190cbe4199c852271f9fb", - "_spec": "fs-minipass@^2.0.0", - "_where": "/Users/claudiahdz/npm/cli/node_modules/tar", + "_resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-1.2.7.tgz", + "_shasum": "ccff8570841e7fe4265693da88936c55aed7f7c7", + "_spec": "fs-minipass@^1.2.5", + "_where": "/Users/isaacs/dev/npm/cli/node_modules/node-gyp/node_modules/tar", "author": { "name": "Isaac Z. Schlueter", "email": "i@izs.me", @@ -32,7 +32,7 @@ }, "bundleDependencies": false, "dependencies": { - "minipass": "^3.0.0" + "minipass": "^2.6.0" }, "deprecated": false, "description": "fs read and write streams based on minipass", @@ -40,9 +40,6 @@ "mutate-fs": "^2.0.1", "tap": "^14.6.4" }, - "engines": { - "node": ">= 8" - }, "files": [ "index.js" ], @@ -64,5 +61,5 @@ "tap": { "check-coverage": true }, - "version": "2.1.0" + "version": "1.2.7" } -- cgit v1.2.3