Changeset 59329aa for trip-planner-front/node_modules/pump/package.json
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/pump/package.json
rceaed42 r59329aa 1 1 { 2 "name": "pump", 3 "version": "3.0.0", 4 "repository": "git://github.com/mafintosh/pump.git", 5 "license": "MIT", 6 "description": "pipe streams together and close all of them if one of them closes", 2 "_args": [ 3 [ 4 "pump@3.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "pump@3.0.0", 10 "_id": "pump@3.0.0", 11 "_inBundle": false, 12 "_integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", 13 "_location": "/pump", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "pump@3.0.0", 19 "name": "pump", 20 "escapedName": "pump", 21 "rawSpec": "3.0.0", 22 "saveSpec": null, 23 "fetchSpec": "3.0.0" 24 }, 25 "_requiredBy": [ 26 "/get-stream" 27 ], 28 "_resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", 29 "_spec": "3.0.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Mathias Buus Madsen", 33 "email": "mathiasbuus@gmail.com" 34 }, 7 35 "browser": { 8 36 "fs": false 9 37 }, 38 "bugs": { 39 "url": "https://github.com/mafintosh/pump/issues" 40 }, 41 "dependencies": { 42 "end-of-stream": "^1.1.0", 43 "once": "^1.3.1" 44 }, 45 "description": "pipe streams together and close all of them if one of them closes", 46 "homepage": "https://github.com/mafintosh/pump#readme", 10 47 "keywords": [ 11 48 "streams", … … 14 51 "callback" 15 52 ], 16 "author": "Mathias Buus Madsen <mathiasbuus@gmail.com>", 17 "dependencies": { 18 "end-of-stream": "^1.1.0", 19 "once": "^1.3.1" 53 "license": "MIT", 54 "name": "pump", 55 "repository": { 56 "type": "git", 57 "url": "git://github.com/mafintosh/pump.git" 20 58 }, 21 59 "scripts": { 22 60 "test": "node test-browser.js && node test-node.js" 23 } 61 }, 62 "version": "3.0.0" 24 63 }
Note:
See TracChangeset
for help on using the changeset viewer.