source: trip-planner-front/node_modules/minipass-collect/package.json@ 188ee53

Last change on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 609 bytes
Line 
1{
2 "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 "scripts": {
8 "test": "tap",
9 "snap": "tap",
10 "preversion": "npm test",
11 "postversion": "npm publish",
12 "postpublish": "git push origin --follow-tags"
13 },
14 "tap": {
15 "check-coverage": true
16 },
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 }
29}
Note: See TracBrowser for help on using the repository browser.