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/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "minipass",
    3   "version": "3.1.5",
    4   "description": "minimal implementation of a PassThrough stream",
    5   "main": "index.js",
     2  "_args": [
     3    [
     4      "minipass@3.1.5",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "minipass@3.1.5",
     10  "_id": "minipass@3.1.5",
     11  "_inBundle": false,
     12  "_integrity": "sha512-+8NzxD82XQoNKNrl1d/FSi+X8wAEWR+sbYAfIvub4Nz0d22plFG72CEVVaufV8PNf4qSslFTD8VMOxNVhHCjTw==",
     13  "_location": "/minipass",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "minipass@3.1.5",
     19    "name": "minipass",
     20    "escapedName": "minipass",
     21    "rawSpec": "3.1.5",
     22    "saveSpec": null,
     23    "fetchSpec": "3.1.5"
     24  },
     25  "_requiredBy": [
     26    "/cacache",
     27    "/fs-minipass",
     28    "/make-fetch-happen",
     29    "/minipass-collect",
     30    "/minipass-fetch",
     31    "/minipass-flush",
     32    "/minipass-json-stream",
     33    "/minipass-pipeline",
     34    "/minipass-sized",
     35    "/minizlib",
     36    "/npm-registry-fetch",
     37    "/pacote",
     38    "/ssri",
     39    "/tar"
     40  ],
     41  "_resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.5.tgz",
     42  "_spec": "3.1.5",
     43  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     44  "author": {
     45    "name": "Isaac Z. Schlueter",
     46    "email": "i@izs.me",
     47    "url": "http://blog.izs.me/"
     48  },
     49  "bugs": {
     50    "url": "https://github.com/isaacs/minipass/issues"
     51  },
    652  "dependencies": {
    753    "yallist": "^4.0.0"
    854  },
     55  "description": "minimal implementation of a PassThrough stream",
    956  "devDependencies": {
    1057    "end-of-stream": "^1.4.0",
     
    1259    "through2": "^2.0.3"
    1360  },
    14   "scripts": {
    15     "test": "tap",
    16     "preversion": "npm test",
    17     "postversion": "npm publish --tag=next",
    18     "postpublish": "git push origin --follow-tags"
     61  "engines": {
     62    "node": ">=8"
    1963  },
     64  "files": [
     65    "index.js"
     66  ],
     67  "homepage": "https://github.com/isaacs/minipass#readme",
     68  "keywords": [
     69    "passthrough",
     70    "stream"
     71  ],
     72  "license": "ISC",
     73  "main": "index.js",
     74  "name": "minipass",
    2075  "repository": {
    2176    "type": "git",
    2277    "url": "git+https://github.com/isaacs/minipass.git"
    2378  },
    24   "keywords": [
    25     "passthrough",
    26     "stream"
    27   ],
    28   "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
    29   "license": "ISC",
    30   "files": [
    31     "index.js"
    32   ],
     79  "scripts": {
     80    "postpublish": "git push origin --follow-tags",
     81    "postversion": "npm publish --tag=next",
     82    "preversion": "npm test",
     83    "test": "tap"
     84  },
    3385  "tap": {
    3486    "check-coverage": true
    3587  },
    36   "engines": {
    37     "node": ">=8"
    38   }
     88  "version": "3.1.5"
    3989}
Note: See TracChangeset for help on using the changeset viewer.