-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5c84a99
commit 3dc17ce
Showing
17 changed files
with
211 additions
and
247 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
53 changes: 0 additions & 53 deletions
53
node_modules/cacache/node_modules/fs-minipass/package.json
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]> (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.
File renamed without changes.
39 changes: 39 additions & 0 deletions
39
node_modules/node-gyp/node_modules/fs-minipass/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]> (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" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
Oops, something went wrong.