Urara-Blog/node_modules/.pnpm-store/v3/files/dc/ade585b3d3c45fb92c2efa13a61ca28d1c736dea422e803d1d63c26cb46c20cb34897d497cf028392d0af9fd4766b61bbc1846378eed4eeeba4f3bb03c446f
2022-08-14 01:14:53 +08:00

39 lines
865 B
Text

{
"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"
}
}