summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/fs-minipass/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/fs-minipass/package.json')
-rw-r--r--deps/npm/node_modules/fs-minipass/package.json21
1 files changed, 12 insertions, 9 deletions
diff --git a/deps/npm/node_modules/fs-minipass/package.json b/deps/npm/node_modules/fs-minipass/package.json
index c2f925e889..dd31866539 100644
--- a/deps/npm/node_modules/fs-minipass/package.json
+++ b/deps/npm/node_modules/fs-minipass/package.json
@@ -1,8 +1,8 @@
{
"_from": "fs-minipass@^1.2.5",
- "_id": "fs-minipass@1.2.5",
+ "_id": "fs-minipass@1.2.6",
"_inBundle": false,
- "_integrity": "sha512-JhBl0skXjUPCFH7x6x61gQxrKyXsxB5gcgePLZCwfyCGGsTISMoIeObbrvVeP6Xmyaudw4TT43qV2Gz+iyd2oQ==",
+ "_integrity": "sha512-crhvyXcMejjv3Z5d2Fa9sf5xLYVCF5O1c71QxbVnbLsmYMBEvDAftewesN/HhY03YRoA7zOMxjNGrF5svGaaeQ==",
"_location": "/fs-minipass",
"_phantomChildren": {},
"_requested": {
@@ -18,10 +18,10 @@
"_requiredBy": [
"/tar"
],
- "_resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-1.2.5.tgz",
- "_shasum": "06c277218454ec288df77ada54a03b8702aacb9d",
+ "_resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-1.2.6.tgz",
+ "_shasum": "2c5cc30ded81282bfe8a0d7c7c1853ddeb102c07",
"_spec": "fs-minipass@^1.2.5",
- "_where": "/Users/rebecca/code/npm/node_modules/tar",
+ "_where": "/Users/isaacs/dev/npm/cli/node_modules/tar",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
@@ -38,7 +38,7 @@
"description": "fs read and write streams based on minipass",
"devDependencies": {
"mutate-fs": "^2.0.1",
- "tap": "^10.7.2"
+ "tap": "^13.1.9"
},
"files": [
"index.js"
@@ -53,10 +53,13 @@
"url": "git+https://github.com/npm/fs-minipass.git"
},
"scripts": {
- "postpublish": "git push origin --all; git push origin --tags",
+ "postpublish": "git push origin --follow-tags",
"postversion": "npm publish",
"preversion": "npm test",
- "test": "tap test/*.js --100 -J"
+ "test": "tap"
},
- "version": "1.2.5"
+ "tap": {
+ "check-coverage": true
+ },
+ "version": "1.2.6"
}