github.com/noqcks/syft@v0.0.0-20230920222752-a9e2c4e288e5/test/integration/test-fixtures/npm-lock/node_modules/pump/package.json (about) 1 { 2 "_from": "pump", 3 "_id": "pump@3.0.0", 4 "_inBundle": false, 5 "_integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", 6 "_location": "/pump", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "tag", 10 "registry": true, 11 "raw": "pump", 12 "name": "pump", 13 "escapedName": "pump", 14 "rawSpec": "", 15 "saveSpec": null, 16 "fetchSpec": "latest" 17 }, 18 "_requiredBy": [ 19 "#DEV:/", 20 "#USER" 21 ], 22 "_resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", 23 "_shasum": "b4a2116815bde2f4e1ea602354e8c75565107a64", 24 "_spec": "pump", 25 "_where": "/Users/kzantow/projects/syft/test/integration/test-fixtures/npm-lock", 26 "author": { 27 "name": "Mathias Buus Madsen", 28 "email": "mathiasbuus@gmail.com" 29 }, 30 "browser": { 31 "fs": false 32 }, 33 "bugs": { 34 "url": "https://github.com/mafintosh/pump/issues" 35 }, 36 "bundleDependencies": false, 37 "dependencies": { 38 "end-of-stream": "^1.1.0", 39 "once": "^1.3.1" 40 }, 41 "deprecated": false, 42 "description": "pipe streams together and close all of them if one of them closes", 43 "homepage": "https://github.com/mafintosh/pump#readme", 44 "keywords": [ 45 "streams", 46 "pipe", 47 "destroy", 48 "callback" 49 ], 50 "license": "MIT", 51 "name": "pump", 52 "repository": { 53 "type": "git", 54 "url": "git://github.com/mafintosh/pump.git" 55 }, 56 "scripts": { 57 "test": "node test-browser.js && node test-node.js" 58 }, 59 "version": "3.0.0" 60 }