1{ 2 "_from": "fs-minipass@^1.2.5", 3 "_id": "fs-minipass@1.2.7", 4 "_inBundle": false, 5 "_integrity": "sha512-GWSSJGFy4e9GUeCcbIkED+bgAoFyj7XF1mV8rma3QW4NIqX9Kyx79N/PF61H5udOV3aY1IaMLs6pGbH71nlCTA==", 6 "_location": "/fs-minipass", 7 "_phantomChildren": { 8 "safe-buffer": "5.1.2", 9 "yallist": "3.0.3" 10 }, 11 "_requested": { 12 "type": "range", 13 "registry": true, 14 "raw": "fs-minipass@^1.2.5", 15 "name": "fs-minipass", 16 "escapedName": "fs-minipass", 17 "rawSpec": "^1.2.5", 18 "saveSpec": null, 19 "fetchSpec": "^1.2.5" 20 }, 21 "_requiredBy": [ 22 "/tar" 23 ], 24 "_resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-1.2.7.tgz", 25 "_shasum": "ccff8570841e7fe4265693da88936c55aed7f7c7", 26 "_spec": "fs-minipass@^1.2.5", 27 "_where": "/Users/mperrotte/npminc/cli/node_modules/tar", 28 "author": { 29 "name": "Isaac Z. Schlueter", 30 "email": "i@izs.me", 31 "url": "http://blog.izs.me/" 32 }, 33 "bugs": { 34 "url": "https://github.com/npm/fs-minipass/issues" 35 }, 36 "bundleDependencies": false, 37 "dependencies": { 38 "minipass": "^2.6.0" 39 }, 40 "deprecated": false, 41 "description": "fs read and write streams based on minipass", 42 "devDependencies": { 43 "mutate-fs": "^2.0.1", 44 "tap": "^14.6.4" 45 }, 46 "files": [ 47 "index.js" 48 ], 49 "homepage": "https://github.com/npm/fs-minipass#readme", 50 "keywords": [], 51 "license": "ISC", 52 "main": "index.js", 53 "name": "fs-minipass", 54 "repository": { 55 "type": "git", 56 "url": "git+https://github.com/npm/fs-minipass.git" 57 }, 58 "scripts": { 59 "postpublish": "git push origin --follow-tags", 60 "postversion": "npm publish", 61 "preversion": "npm test", 62 "test": "tap" 63 }, 64 "tap": { 65 "check-coverage": true 66 }, 67 "version": "1.2.7" 68} 69