Skip to content

Commit

Permalink
deps: fs-minipass@3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Feb 7, 2023
1 parent 5c84a99 commit 3dc17ce
Show file tree
Hide file tree
Showing 17 changed files with 211 additions and 247 deletions.
16 changes: 7 additions & 9 deletions node_modules/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@
!/buffer
!/builtins
!/cacache
!/cacache/node_modules/
/cacache/node_modules/*
!/cacache/node_modules/fs-minipass
!/chalk
!/chownr
!/ci-info
Expand Down Expand Up @@ -88,9 +85,6 @@
!/events
!/fastest-levenshtein
!/fs-minipass
!/fs-minipass/node_modules/
/fs-minipass/node_modules/*
!/fs-minipass/node_modules/minipass
!/fs.realpath
!/function-bind
!/gauge
Expand Down Expand Up @@ -190,6 +184,7 @@
!/node-gyp/node_modules/cacache/node_modules/brace-expansion
!/node-gyp/node_modules/cacache/node_modules/glob
!/node-gyp/node_modules/cacache/node_modules/minimatch
!/node-gyp/node_modules/fs-minipass
!/node-gyp/node_modules/gauge
!/node-gyp/node_modules/glob
!/node-gyp/node_modules/make-fetch-happen
Expand Down Expand Up @@ -218,9 +213,6 @@
!/once
!/p-map
!/pacote
!/pacote/node_modules/
/pacote/node_modules/*
!/pacote/node_modules/fs-minipass
!/parse-conflict-json
!/path-is-absolute
!/postcss-selector-parser
Expand Down Expand Up @@ -269,6 +261,12 @@
!/strip-ansi
!/supports-color
!/tar
!/tar/node_modules/
/tar/node_modules/*
!/tar/node_modules/fs-minipass
!/tar/node_modules/fs-minipass/node_modules/
/tar/node_modules/fs-minipass/node_modules/*
!/tar/node_modules/fs-minipass/node_modules/minipass
!/text-table
!/tiny-relative-date
!/treeverse
Expand Down
53 changes: 0 additions & 53 deletions node_modules/cacache/node_modules/fs-minipass/package.json

This file was deleted.

File renamed without changes.
40 changes: 27 additions & 13 deletions node_modules/fs-minipass/package.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,53 @@
{
"name": "fs-minipass",
"version": "2.1.0",
"main": "index.js",
"version": "3.0.1",
"main": "lib/index.js",
"scripts": {
"test": "tap",
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --follow-tags"
"lint": "eslint \"**/*.js\"",
"postlint": "template-oss-check",
"template-oss-apply": "template-oss-apply --force",
"lintfix": "npm run lint -- --fix",
"snap": "tap",
"posttest": "npm run lint"
},
"keywords": [],
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"author": "GitHub Inc.",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/npm/fs-minipass.git"
"url": "https://github.com/npm/fs-minipass.git"
},
"bugs": {
"url": "https://github.com/npm/fs-minipass/issues"
},
"homepage": "https://github.com/npm/fs-minipass#readme",
"description": "fs read and write streams based on minipass",
"dependencies": {
"minipass": "^3.0.0"
"minipass": "^4.0.0"
},
"devDependencies": {
"mutate-fs": "^2.0.1",
"tap": "^14.6.4"
"@npmcli/eslint-config": "^4.0.1",
"@npmcli/template-oss": "4.11.3",
"mutate-fs": "^2.1.1",
"tap": "^16.3.2"
},
"files": [
"index.js"
"bin/",
"lib/"
],
"tap": {
"check-coverage": true
"check-coverage": true,
"nyc-arg": [
"--exclude",
"tap-snapshots/**"
]
},
"engines": {
"node": ">= 8"
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.11.3"
}
}
File renamed without changes.
39 changes: 39 additions & 0 deletions node_modules/node-gyp/node_modules/fs-minipass/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"name": "fs-minipass",
"version": "2.1.0",
"main": "index.js",
"scripts": {
"test": "tap",
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --follow-tags"
},
"keywords": [],
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/npm/fs-minipass.git"
},
"bugs": {
"url": "https://github.com/npm/fs-minipass/issues"
},
"homepage": "https://github.com/npm/fs-minipass#readme",
"description": "fs read and write streams based on minipass",
"dependencies": {
"minipass": "^3.0.0"
},
"devDependencies": {
"mutate-fs": "^2.0.1",
"tap": "^14.6.4"
},
"files": [
"index.js"
],
"tap": {
"check-coverage": true
},
"engines": {
"node": ">= 8"
}
}
53 changes: 0 additions & 53 deletions node_modules/pacote/node_modules/fs-minipass/package.json

This file was deleted.

Loading

0 comments on commit 3dc17ce

Please sign in to comment.