source: trip-planner-front/node_modules/minipass-flush/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.9 KB
Line 
1{
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"
24 },
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"
36 },
37 "bugs": {
38 "url": "https://github.com/isaacs/minipass-flush/issues"
39 },
40 "dependencies": {
41 "minipass": "^3.0.0"
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 },
50 "files": [
51 "index.js"
52 ],
53 "homepage": "https://github.com/isaacs/minipass-flush#readme",
54 "keywords": [
55 "minipass",
56 "flush",
57 "stream"
58 ],
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"
77}
Note: See TracBrowser for help on using the repository browser.