Changeset 59329aa for trip-planner-front/node_modules/minipass-collect
- 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-collect/package.json
rceaed42 r59329aa 1 1 { 2 "_args": [ 3 [ 4 "minipass-collect@1.0.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "minipass-collect@1.0.2", 10 "_id": "minipass-collect@1.0.2", 11 "_inBundle": false, 12 "_integrity": "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==", 13 "_location": "/minipass-collect", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "minipass-collect@1.0.2", 19 "name": "minipass-collect", 20 "escapedName": "minipass-collect", 21 "rawSpec": "1.0.2", 22 "saveSpec": null, 23 "fetchSpec": "1.0.2" 24 }, 25 "_requiredBy": [ 26 "/cacache", 27 "/make-fetch-happen" 28 ], 29 "_resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz", 30 "_spec": "1.0.2", 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" 36 }, 37 "dependencies": { 38 "minipass": "^3.0.0" 39 }, 40 "description": "A Minipass stream that collects all the data into a single chunk", 41 "devDependencies": { 42 "tap": "^14.6.9" 43 }, 44 "engines": { 45 "node": ">= 8" 46 }, 47 "files": [ 48 "index.js" 49 ], 50 "license": "ISC", 2 51 "name": "minipass-collect", 3 "version": "1.0.2",4 "description": "A Minipass stream that collects all the data into a single chunk",5 "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",6 "license": "ISC",7 52 "scripts": { 8 "test": "tap", 53 "postpublish": "git push origin --follow-tags", 54 "postversion": "npm publish", 55 "preversion": "npm test", 9 56 "snap": "tap", 10 "preversion": "npm test", 11 "postversion": "npm publish", 12 "postpublish": "git push origin --follow-tags" 57 "test": "tap" 13 58 }, 14 59 "tap": { 15 60 "check-coverage": true 16 61 }, 17 "devDependencies": { 18 "tap": "^14.6.9" 19 }, 20 "dependencies": { 21 "minipass": "^3.0.0" 22 }, 23 "files": [ 24 "index.js" 25 ], 26 "engines": { 27 "node": ">= 8" 28 } 62 "version": "1.0.2" 29 63 }
Note:
See TracChangeset
for help on using the changeset viewer.