Changeset 59329aa for trip-planner-front/node_modules/minipass-flush
- 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/minipass-flush/package.json
rceaed42 r59329aa 1 1 { 2 "name": "minipass-flush", 3 "version": "1.0.5", 4 "description": "A Minipass stream that calls a flush function before emitting 'end'", 5 "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)", 6 "license": "ISC", 7 "scripts": { 8 "test": "tap", 9 "snap": "tap", 10 "preversion": "npm test", 11 "postversion": "npm publish", 12 "postpublish": "git push origin --follow-tags" 2 "_args": [ 3 [ 4 "minipass-flush@1.0.5", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "minipass-flush@1.0.5", 10 "_id": "minipass-flush@1.0.5", 11 "_inBundle": false, 12 "_integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==", 13 "_location": "/minipass-flush", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "minipass-flush@1.0.5", 19 "name": "minipass-flush", 20 "escapedName": "minipass-flush", 21 "rawSpec": "1.0.5", 22 "saveSpec": null, 23 "fetchSpec": "1.0.5" 13 24 }, 14 "tap": { 15 "check-coverage": true 25 "_requiredBy": [ 26 "/cacache", 27 "/make-fetch-happen" 28 ], 29 "_resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz", 30 "_spec": "1.0.5", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Isaac Z. Schlueter", 34 "email": "i@izs.me", 35 "url": "https://izs.me" 16 36 }, 17 " devDependencies": {18 " tap": "^14.6.9"37 "bugs": { 38 "url": "https://github.com/isaacs/minipass-flush/issues" 19 39 }, 20 40 "dependencies": { 21 41 "minipass": "^3.0.0" 22 42 }, 43 "description": "A Minipass stream that calls a flush function before emitting 'end'", 44 "devDependencies": { 45 "tap": "^14.6.9" 46 }, 47 "engines": { 48 "node": ">= 8" 49 }, 23 50 "files": [ 24 51 "index.js" 25 52 ], 26 "main": "index.js", 27 "repository": { 28 "type": "git", 29 "url": "git+https://github.com/isaacs/minipass-flush.git" 30 }, 53 "homepage": "https://github.com/isaacs/minipass-flush#readme", 31 54 "keywords": [ 32 55 "minipass", … … 34 57 "stream" 35 58 ], 36 "engines": { 37 "node": ">= 8" 38 } 59 "license": "ISC", 60 "main": "index.js", 61 "name": "minipass-flush", 62 "repository": { 63 "type": "git", 64 "url": "git+https://github.com/isaacs/minipass-flush.git" 65 }, 66 "scripts": { 67 "postpublish": "git push origin --follow-tags", 68 "postversion": "npm publish", 69 "preversion": "npm test", 70 "snap": "tap", 71 "test": "tap" 72 }, 73 "tap": { 74 "check-coverage": true 75 }, 76 "version": "1.0.5" 39 77 }
Note:
See TracChangeset
for help on using the changeset viewer.