Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/minipass/package.json')
-rw-r--r--node_modules/minipass/package.json49
1 files changed, 16 insertions, 33 deletions
diff --git a/node_modules/minipass/package.json b/node_modules/minipass/package.json
index 315022964..6765afe7d 100644
--- a/node_modules/minipass/package.json
+++ b/node_modules/minipass/package.json
@@ -1,44 +1,29 @@
{
- "_from": "minipass@latest",
- "_id": "minipass@3.1.3",
+ "_from": "minipass@^2.8.6",
+ "_id": "minipass@2.9.0",
"_inBundle": false,
- "_integrity": "sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==",
+ "_integrity": "sha512-wxfUjg9WebH+CUDX/CdbRlh5SmfZiy/hpkxaRI16Y9W56Pa75sWgd/rvFilSgrauD9NyFymP/+JFV3KwzIsJeg==",
"_location": "/minipass",
"_phantomChildren": {},
"_requested": {
- "type": "tag",
+ "type": "range",
"registry": true,
- "raw": "minipass@latest",
+ "raw": "minipass@^2.8.6",
"name": "minipass",
"escapedName": "minipass",
- "rawSpec": "latest",
+ "rawSpec": "^2.8.6",
"saveSpec": null,
- "fetchSpec": "latest"
+ "fetchSpec": "^2.8.6"
},
"_requiredBy": [
- "#USER",
- "/",
- "/cacache",
- "/cacache/tar",
"/fs-minipass",
- "/libnpmaccess",
- "/make-fetch-happen",
- "/minipass-collect",
- "/minipass-fetch",
- "/minipass-flush",
- "/minipass-json-stream",
- "/minipass-pipeline",
- "/minipass-sized",
"/minizlib",
- "/npm-registry-fetch",
- "/ssri",
- "/tap-parser",
- "/tar"
+ "/node-gyp/tar"
],
- "_resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.3.tgz",
- "_shasum": "7d42ff1f39635482e15f9cdb53184deebd5815fd",
- "_spec": "minipass@latest",
- "_where": "/Users/isaacs/dev/npm/cli",
+ "_resolved": "https://registry.npmjs.org/minipass/-/minipass-2.9.0.tgz",
+ "_shasum": "e713762e7d3e32fed803115cf93e04bca9fcc9a6",
+ "_spec": "minipass@^2.8.6",
+ "_where": "/Users/isaacs/dev/npm/cli/node_modules/node-gyp/node_modules/tar",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
@@ -49,7 +34,8 @@
},
"bundleDependencies": false,
"dependencies": {
- "yallist": "^4.0.0"
+ "safe-buffer": "^5.1.2",
+ "yallist": "^3.0.0"
},
"deprecated": false,
"description": "minimal implementation of a PassThrough stream",
@@ -58,9 +44,6 @@
"tap": "^14.6.5",
"through2": "^2.0.3"
},
- "engines": {
- "node": ">=8"
- },
"files": [
"index.js"
],
@@ -78,12 +61,12 @@
},
"scripts": {
"postpublish": "git push origin --follow-tags",
- "postversion": "npm publish --tag=next",
+ "postversion": "npm publish",
"preversion": "npm test",
"test": "tap"
},
"tap": {
"check-coverage": true
},
- "version": "3.1.3"
+ "version": "2.9.0"
}