Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/minipass-flush/package.json

    rceaed42 r59329aa  
    11{
    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"
    1324  },
    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"
    1636  },
    17   "devDependencies": {
    18     "tap": "^14.6.9"
     37  "bugs": {
     38    "url": "https://github.com/isaacs/minipass-flush/issues"
    1939  },
    2040  "dependencies": {
    2141    "minipass": "^3.0.0"
    2242  },
     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  },
    2350  "files": [
    2451    "index.js"
    2552  ],
    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",
    3154  "keywords": [
    3255    "minipass",
     
    3457    "stream"
    3558  ],
    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"
    3977}
Note: See TracChangeset for help on using the changeset viewer.